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 -