aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-12-08 15:50:13 +0800
committerErwin Lansing <erwin@FreeBSD.org>2004-12-08 15:50:13 +0800
commit82ebb547ea9bc7e6b3d4f70b722b1babe8d7d50d (patch)
treee0e5c650dacb16c79db10430a12309292f324183 /ports-mgmt
parent71b8de342950b3839ebe0f5be945e5a28bfd74f7 (diff)
downloadfreebsd-ports-gnome-82ebb547ea9bc7e6b3d4f70b722b1babe8d7d50d.tar.gz
freebsd-ports-gnome-82ebb547ea9bc7e6b3d4f70b722b1babe8d7d50d.tar.zst
freebsd-ports-gnome-82ebb547ea9bc7e6b3d4f70b722b1babe8d7d50d.zip
Update to version 0.3. This has the following changes:
1. The working directory and ports directory can be specified in the portsnap.conf configuration file. 2. Parts of the ports tree (down to the level of individual ports) can be extracted (e.g., "portsnap extract security/freebsd-update"). This also adds an empty file, $PREFIX/portsnap/.package.this.directory, which (as the name suggests) ensures that $PREFIX/portsnap/ will be generated when a package is installed using pkg_add. PR: 74835 Submitted by: maintainer
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portsnap/Makefile7
-rw-r--r--ports-mgmt/portsnap/distinfo4
2 files changed, 6 insertions, 5 deletions
diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile
index c14b261925e7..55e9f0370639 100644
--- a/ports-mgmt/portsnap/Makefile
+++ b/ports-mgmt/portsnap/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= portsnap
-PORTVERSION= 0.2
-PORTREVISION= 1
+PORTVERSION= 0.3
CATEGORIES= sysutils net
MASTER_SITES= http://www.daemonology.net/portsnap/
@@ -25,7 +24,8 @@ RUN_DEPENDS+= sha1:${PORTSDIR}/sysutils/freebsd-sha1
MAN5= portsnap.conf.5
MAN8= portsnap.8
-PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap
+PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \
+ portsnap/.package.this.directory
PLIST_DIRS= portsnap
PKGMESSAGE= ${WRKDIR}/pkg-message
@@ -44,6 +44,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/portsnap.conf \
${PREFIX}/etc/portsnap.conf.sample
${MKDIR} ${PREFIX}/portsnap
+ ${TOUCH} ${PREFIX}/portsnap/.package.this.directory
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/ports-mgmt/portsnap/distinfo b/ports-mgmt/portsnap/distinfo
index cc280f5d8bc6..3162d8dc4171 100644
--- a/ports-mgmt/portsnap/distinfo
+++ b/ports-mgmt/portsnap/distinfo
@@ -1,2 +1,2 @@
-MD5 (portsnap-0.2.tar.gz) = bd31debcdec8acfc391c880d42ab52dc
-SIZE (portsnap-0.2.tar.gz) = 6752
+MD5 (portsnap-0.3.tar.gz) = 5dbbc7d50b2f3c5103e2fb1ca754e626
+SIZE (portsnap-0.3.tar.gz) = 7640