diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-03 19:37:31 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-03 19:37:31 +0000 |
commit | b96c7c09b0961558f57679b587a40e40b6397008 (patch) | |
tree | 5a57e20f84e1baf0f2897e446ca3f62335add4bf /print/apsfilter6 | |
parent | 9c8aa24e8e08d514942b56af2073efef4fba1149 (diff) | |
download | ports-b96c7c09b0961558f57679b587a40e40b6397008.tar.gz ports-b96c7c09b0961558f57679b587a40e40b6397008.zip |
apsfilter release 5.3.1
Fixes BUG in apsfilter 5.3.0
SETUP: you entered a "printer selection loop" when selecting uniprint
printer
Includes the previous patch for CLASS support and such ...
Notes
Notes:
svn path=/head/; revision=27311
Diffstat (limited to 'print/apsfilter6')
-rw-r--r-- | print/apsfilter6/Makefile | 2 | ||||
-rw-r--r-- | print/apsfilter6/distinfo | 2 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 975598f70a76..55c4b9f91733 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba .endif -VERSION= 5.3.0 +VERSION= 5.3.1 USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter diff --git a/print/apsfilter6/distinfo b/print/apsfilter6/distinfo index 5ef169fd248b..e725a4f5b76b 100644 --- a/print/apsfilter6/distinfo +++ b/print/apsfilter6/distinfo @@ -1 +1 @@ -MD5 (apsfilter-5.3.0.tar.bz2) = f48abfc7ae5d611e143bdc01d266c4f9 +MD5 (apsfilter-5.3.1.tar.bz2) = 0e6431923825c6f55e3035e1f01bf253 diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index d619f31d7ae7..077245477e73 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -159,5 +159,5 @@ then echo " @\${ECHO} \" chmod 555 /usr/bin/grog \"" echo " @\${ECHO} \"--------------------------------------------------------\"" fi - echo " @\${ECHO} \"*** Printer installation *** \"" + echo " @\${ECHO} \"*** Printer installation / apsfilter setup *** \"" echo " @\${ECHO} \" cd ${PREFIX}/apsfilter; ./SETUP \"" |