diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-01-31 04:12:33 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-01-31 04:12:33 +0800 |
commit | fe4bf235da5d5ff9aeded2733b064346cb8685c1 (patch) | |
tree | cda6317f6274eb9e35485472c8768720b4fbf1fd | |
parent | 8f97e0047f61dc365a9f41717f5e0cab551681b5 (diff) | |
download | freebsd-ports-gnome-fe4bf235da5d5ff9aeded2733b064346cb8685c1.tar.gz freebsd-ports-gnome-fe4bf235da5d5ff9aeded2733b064346cb8685c1.tar.zst freebsd-ports-gnome-fe4bf235da5d5ff9aeded2733b064346cb8685c1.zip |
Update sysutils/portsnap to version 1.0, to match the version in the
src tree.
This only affects users of FreeBSD 5.4 and earlier, since the port is
IGNOREd for recent versions of the FreeBSD base system.
PR: ports/92563
Approved by: linimon
-rw-r--r-- | UPDATING | 10 | ||||
-rw-r--r-- | ports-mgmt/portsnap/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portsnap/distinfo | 6 | ||||
-rw-r--r-- | sysutils/portsnap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portsnap/distinfo | 6 |
5 files changed, 18 insertions, 8 deletions
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060130: + AFFECTS: users of sysutils/portsnap + AUTHOR: cperciva@FreeBSD.org + + Due to configuration file changes, users of portsnap are encouraged + to copy the latest sample configuration file into place after updating + portsnap to version 1.0: + + # cd /usr/local/etc && cp portsnap.conf.sample portsnap.conf + 20060126: AFFECTS: ports that use Display Postscript libraries and xorg-libraries AUTHOR: x11@FreeBSD.org diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile index cb8aa6864804..1d1561da91f9 100644 --- a/ports-mgmt/portsnap/Makefile +++ b/ports-mgmt/portsnap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portsnap -PORTVERSION= 0.9.5 +PORTVERSION= 1.0 CATEGORIES= sysutils net MASTER_SITES= http://www.daemonology.net/portsnap/ diff --git a/ports-mgmt/portsnap/distinfo b/ports-mgmt/portsnap/distinfo index 47560be9746c..1b55f7041154 100644 --- a/ports-mgmt/portsnap/distinfo +++ b/ports-mgmt/portsnap/distinfo @@ -1,3 +1,3 @@ -MD5 (portsnap-0.9.5.tar.gz) = b83f3c7dbaf6d017efda4623a2217fde -SHA256 (portsnap-0.9.5.tar.gz) = 45521f93b409768e1c7f797b0b02e9f8ec2abd9004333f6baca6cacba77442c0 -SIZE (portsnap-0.9.5.tar.gz) = 16839 +MD5 (portsnap-1.0.tar.gz) = 89197cea88a385baf514901ff7abc63b +SHA256 (portsnap-1.0.tar.gz) = 198f25d4b6b79834a27b59d02b9708e5179c312a370ffcd7e7228d9072041f1a +SIZE (portsnap-1.0.tar.gz) = 20295 diff --git a/sysutils/portsnap/Makefile b/sysutils/portsnap/Makefile index cb8aa6864804..1d1561da91f9 100644 --- a/sysutils/portsnap/Makefile +++ b/sysutils/portsnap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portsnap -PORTVERSION= 0.9.5 +PORTVERSION= 1.0 CATEGORIES= sysutils net MASTER_SITES= http://www.daemonology.net/portsnap/ diff --git a/sysutils/portsnap/distinfo b/sysutils/portsnap/distinfo index 47560be9746c..1b55f7041154 100644 --- a/sysutils/portsnap/distinfo +++ b/sysutils/portsnap/distinfo @@ -1,3 +1,3 @@ -MD5 (portsnap-0.9.5.tar.gz) = b83f3c7dbaf6d017efda4623a2217fde -SHA256 (portsnap-0.9.5.tar.gz) = 45521f93b409768e1c7f797b0b02e9f8ec2abd9004333f6baca6cacba77442c0 -SIZE (portsnap-0.9.5.tar.gz) = 16839 +MD5 (portsnap-1.0.tar.gz) = 89197cea88a385baf514901ff7abc63b +SHA256 (portsnap-1.0.tar.gz) = 198f25d4b6b79834a27b59d02b9708e5179c312a370ffcd7e7228d9072041f1a +SIZE (portsnap-1.0.tar.gz) = 20295 |