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
This commit is contained in:
parent
2529b3ee9e
commit
8aa9549d54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36996
2 changed files with 5 additions and 2 deletions
|
@ -7,9 +7,11 @@
|
||||||
|
|
||||||
PORTNAME= apsfilter
|
PORTNAME= apsfilter
|
||||||
PORTVERSION= 6.0.0
|
PORTVERSION= 6.0.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://www.apsfilter.org/download/
|
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
|
MAINTAINER= andreas@FreeBSD.org
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue