diff options
author | dougb <dougb@FreeBSD.org> | 2004-08-22 18:45:22 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-08-22 18:45:22 +0000 |
commit | 083283cdde113ee48406aa4511e9381beb610efc (patch) | |
tree | ce31e8f2ad6b15f8861f81e0831ec6ede94e3790 /print/hpijs | |
parent | 52029c83913640663663b95b8ef85459a2151ca2 (diff) | |
download | FreeBSD-ports-083283cdde113ee48406aa4511e9381beb610efc.zip FreeBSD-ports-083283cdde113ee48406aa4511e9381beb610efc.tar.gz |
Upgrade to 1.6.1, the latest version from sourceforge.
Switch to using PORTDOCS and PLIST_FILES instead of pkg-plist
PR: ports/70412
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'print/hpijs')
-rw-r--r-- | print/hpijs/Makefile | 10 | ||||
-rw-r--r-- | print/hpijs/distinfo | 4 | ||||
-rw-r--r-- | print/hpijs/pkg-plist | 4 |
3 files changed, 8 insertions, 10 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index c5a870e..2cc4fee 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hpijs -PORTVERSION= 1.5 +PORTVERSION= 1.6.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hpinkjet @@ -17,12 +17,14 @@ COMMENT= Drivers and support resources for HP Inkjet Printers USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --disable-foomatic-install +CONFIGURE_ARGS= --disable-cups-install --disable-foomatic-install + +PORTDOCS= gs_hpijs.png hpijs_readme.html +PLIST_FILES= bin/hpijs post-patch: @${REINPLACE_CMD} -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \ - s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g ; \ - s|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/configure + s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| ijs.[cho]||g ; \ s| ijs_client.h||g ; \ s| ijs_server.[cho]||g ; \ diff --git a/print/hpijs/distinfo b/print/hpijs/distinfo index be419d8..5f68961 100644 --- a/print/hpijs/distinfo +++ b/print/hpijs/distinfo @@ -1,2 +1,2 @@ -MD5 (hpijs-1.5.tar.gz) = 348bbc20f42b9d7dae4b08590649098b -SIZE (hpijs-1.5.tar.gz) = 1141804 +MD5 (hpijs-1.6.1.tar.gz) = 03563d737f03ff94432423ad885db763 +SIZE (hpijs-1.6.1.tar.gz) = 614264 diff --git a/print/hpijs/pkg-plist b/print/hpijs/pkg-plist deleted file mode 100644 index 291df26..0000000 --- a/print/hpijs/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/hpijs -%%PORTDOCS%%%%DOCSDIR%%/gs_hpijs.png -%%PORTDOCS%%%%DOCSDIR%%/hpijs_readme.html -%%PORTDOCS%%@dirrm share/doc/hpijs |