summaryrefslogtreecommitdiff
path: root/ports-mgmt/portsnap
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-12-08 07:50:13 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-12-08 07:50:13 +0000
commit82ebb547ea9bc7e6b3d4f70b722b1babe8d7d50d (patch)
treee0e5c650dacb16c79db10430a12309292f324183 /ports-mgmt/portsnap
parentUpdate to 0.8.2 (diff)
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
Notes
Notes: svn path=/head/; revision=123443
Diffstat (limited to 'ports-mgmt/portsnap')
-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