diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-27 19:08:53 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-27 19:08:53 +0800 |
commit | c2c5346914734df51fbe9ae0a3d7c841935d6156 (patch) | |
tree | cc664e9246487ea51feb6069dc2524b6936c1ab8 /print | |
parent | eb6d532873dc68004345f5782a420cef796925ae (diff) | |
download | freebsd-ports-gnome-c2c5346914734df51fbe9ae0a3d7c841935d6156.tar.gz freebsd-ports-gnome-c2c5346914734df51fbe9ae0a3d7c841935d6156.tar.zst freebsd-ports-gnome-c2c5346914734df51fbe9ae0a3d7c841935d6156.zip |
Update to version 1.2.1.
PR: 42041
Submitted by: Ports Fury
Diffstat (limited to 'print')
-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 |