diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-09 13:17:04 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-09 13:17:04 +0000 |
commit | 8aa9549d5492924b726e5e1a0d7ca0ae73eacd50 (patch) | |
tree | b7750ac0f8865d3bc407d49724935783865ff8f5 /print | |
parent | 2529b3ee9e520d2da42e5c39af0cb34f09c84725 (diff) | |
download | ports-8aa9549d5492924b726e5e1a0d7ca0ae73eacd50.tar.gz ports-8aa9549d5492924b726e5e1a0d7ca0ae73eacd50.zip |
update apsfilter port
- add patchsite and patchfile
- fix1: correct apsfilter version string that is echo'd in logfile
when script debugging is turned on
- fix2: samba remote printing bug fixed. The exported variable
containing the windows password was spelled incorrectly.
samba 2.0.7 uses PASSWD not PASSWORD.
Hint: People who don't want to reinstall apsfilter can fix that easily
by substituting PASSWORD with PASSWD
- for runtime
in $PREFIX/share/apsfilter/bin/apsfilter
- for SETUP (test printing functionality)
in $PREFIX/share/apsfilter/SETUP
Notes
Notes:
svn path=/head/; revision=36996
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter/distinfo | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 9b684914476b..47f5515b17fb 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -7,9 +7,11 @@ PORTNAME= apsfilter PORTVERSION= 6.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ +PATCH_SITES= http://www.apsfilter.org/download/ +PATCHFILES= diff-6.0.0-09.01.2001.gz MAINTAINER= andreas@FreeBSD.org diff --git a/print/apsfilter/distinfo b/print/apsfilter/distinfo index 4b77721903a3..954c48ccd227 100644 --- a/print/apsfilter/distinfo +++ b/print/apsfilter/distinfo @@ -1 +1,2 @@ -MD5 (apsfilter-6.0.0.tar.bz2) = 59ce27f6355ae1ca19c9e71a9b007b63 +MD5 (apsfilter-6.0.0.tar.bz2) = ab8fcb96d836e0bd0297f6a48c5be302 +MD5 (diff-6.0.0-09.01.2001.gz) = 0106049382a86a71a998a9141448043d |