diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-09 21:17:04 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-09 21:17:04 +0800 |
commit | 0c5480647a8ab5dfb93dac0c9f97aad4a67f2897 (patch) | |
tree | 5ca2f40b37b061e8215b8fda0385347a6c2e60e4 /print | |
parent | d171d3bd43cb3fc0c512911ac24cd5c02d795c46 (diff) | |
download | freebsd-ports-gnome-0c5480647a8ab5dfb93dac0c9f97aad4a67f2897.tar.gz freebsd-ports-gnome-0c5480647a8ab5dfb93dac0c9f97aad4a67f2897.tar.zst freebsd-ports-gnome-0c5480647a8ab5dfb93dac0c9f97aad4a67f2897.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
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 |