diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-27 11:08:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-27 11:08:53 +0000 |
commit | a5fa4aec57843c03ff2032d8ac68b9857b3df270 (patch) | |
tree | 15e610acdfffe20b886bf3e48da3acc31bb6e7ba /print/hpijs | |
parent | aaef1648b5d026013108ab6947ed2df607866caf (diff) | |
download | ports-a5fa4aec57843c03ff2032d8ac68b9857b3df270.tar.gz ports-a5fa4aec57843c03ff2032d8ac68b9857b3df270.zip |
Update to version 1.2.1.
PR: 42041
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=65093
Diffstat (limited to 'print/hpijs')
-rw-r--r-- | print/hpijs/Makefile | 5 | ||||
-rw-r--r-- | print/hpijs/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index c1a24f83873b..b7728a835736 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hpijs -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpinkjet @@ -34,6 +34,9 @@ post-patch: s| ijs_server.[cho]||g ; \ s| ijs_exec_unix.[co]||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|#include <malloc.h>||g' ${WRKSRC}/platform.h +.for file in global_types.h dj*.cpp phobos_cmaps.cpp + @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|g' ${WRKSRC}/${file} +.endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hpijs ${PREFIX}/bin diff --git a/print/hpijs/distinfo b/print/hpijs/distinfo index 583febe9ed6c..3a141eb6b480 100644 --- a/print/hpijs/distinfo +++ b/print/hpijs/distinfo @@ -1 +1 @@ -MD5 (ghostscript/hpijs-1.2.tar.gz) = cc746fcdabca037b17660084f7ff3284 +MD5 (ghostscript/hpijs-1.2.1.tar.gz) = 09d99ba5ed63fd270f1aed27823fb0fb |