aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2002-01-11 23:41:21 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2002-01-11 23:41:21 +0000
commit479c0dacb96f822320665fcb97e2d601686837b6 (patch)
treefe8d151402f8e0705a659c0bfafea6180d1c8fb9 /print
parentd5ff811e034038f549ef25e2c7120f3b36e1bb67 (diff)
downloadports-479c0dacb96f822320665fcb97e2d601686837b6.tar.gz
ports-479c0dacb96f822320665fcb97e2d601686837b6.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile2
-rw-r--r--print/apsfilter/distinfo2
-rw-r--r--print/apsfilter/files/patch-Makefile.in11
-rw-r--r--print/apsfilter/files/patch-SETUP.in47
4 files changed, 2 insertions, 60 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 7edfd0cd27fa..d66381c4c94b 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= apsfilter
-PORTVERSION= 7.2.0
+PORTVERSION= 7.2.1
CATEGORIES= print
MASTER_SITES= http://www.apsfilter.org/download/
diff --git a/print/apsfilter/distinfo b/print/apsfilter/distinfo
index 40b7a144a95f..e5ab21fa8987 100644
--- a/print/apsfilter/distinfo
+++ b/print/apsfilter/distinfo
@@ -1 +1 @@
-MD5 (apsfilter/apsfilter-7.2.0.tar.bz2) = 03619244ef363f8e21bb951794c91696
+MD5 (apsfilter/apsfilter-7.2.1.tar.bz2) = d69627bba951798405d389cc5324779b
diff --git a/print/apsfilter/files/patch-Makefile.in b/print/apsfilter/files/patch-Makefile.in
deleted file mode 100644
index 1aa22380b92d..000000000000
--- a/print/apsfilter/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Jan 11 09:07:33 2002
-+++ Makefile.in Fri Jan 11 09:07:56 2002
-@@ -16,7 +16,7 @@
-
- MKDIR=mkdir -p
- RM=rm -f
--LN=ln -s
-+LN=ln -sf
-
- INSTALL_PRG=install -s -m 555
- INSTALL_SCRIPT=install -m 555
diff --git a/print/apsfilter/files/patch-SETUP.in b/print/apsfilter/files/patch-SETUP.in
deleted file mode 100644
index be29b6c5f920..000000000000
--- a/print/apsfilter/files/patch-SETUP.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- SETUP.in.orig Wed Jan 9 22:06:28 2002
-+++ SETUP.in Fri Jan 11 09:00:37 2002
-@@ -1369,7 +1369,7 @@
- if [ "${SMB_PASSWD}${NCP_PASSWD}" ]; then
- echo "read protect SETUP.cfg, since it contains password..."
- chmod 600 SETUP.cfg
-- chown root.$LP_GROUP SETUP.cfg
-+ chown root:$LP_GROUP SETUP.cfg
- fi
- }
-
-@@ -1483,7 +1483,7 @@
- # after having set sane defaults, fix permissions
- echo $n "changing permissions of $APS_BASEDIR... $c"
- chmod 555 .
-- chown -R $DIR_OWNER.$DIR_GROUP .
-+ chown -R $DIR_OWNER:$DIR_GROUP .
- find . -type d -print | xargs chmod 555
- find . -type f -print | xargs chmod a+r,a-w
- echo "done."
-@@ -1711,7 +1711,7 @@
- chmod 664 "$SPOOLDIR/lock"
-
- # set sane permissions for spooldir
-- [ `id -u` -eq 0 ] && chown -R $LP_OWNER.$LP_GROUP "$SPOOLDIR"
-+ [ `id -u` -eq 0 ] && chown -R $LP_OWNER:$LP_GROUP "$SPOOLDIR"
-
- if [ "$INTERFACE" = samba ]; then
- echo " creating samba config file ..."
-@@ -1737,7 +1737,7 @@
- if [ "$SMB_PASSWD" ]; then
- echo " read protect password information..."
- chmod 600 smbclient.conf
-- chown $LP_OWNER.$LP_GROUP smbclient.conf
-+ chown $LP_OWNER:$LP_GROUP smbclient.conf
- fi
- elif [ "$INTERFACE" = atalk ]; then
- echo " creating AppleTalk config file ..."
-@@ -1755,7 +1755,7 @@
- if [ "$NCP_PASSWD" ]; then
- echo " read protect password information..."
- chmod 600 netware.conf
-- chown $LP_OWNER.$LP_GROUP netware.conf
-+ chown $LP_OWNER:$LP_GROUP netware.conf
- fi
- fi
-