diff options
author | erwin <erwin@FreeBSD.org> | 2004-12-08 15:50:13 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-12-08 15:50:13 +0800 |
commit | ef9beb6655cd443268dc0608047567db46c1ad44 (patch) | |
tree | 2a4767b58da3b1e6621800b6de14b0920bc39c72 /sysutils | |
parent | 30f24da8467d7e26cb900ee207fe60cdd1d9f59b (diff) | |
download | freebsd-ports-gnome-ef9beb6655cd443268dc0608047567db46c1ad44.tar.gz freebsd-ports-gnome-ef9beb6655cd443268dc0608047567db46c1ad44.tar.zst freebsd-ports-gnome-ef9beb6655cd443268dc0608047567db46c1ad44.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 'sysutils')
-rw-r--r-- | sysutils/portsnap/Makefile | 7 | ||||
-rw-r--r-- | sysutils/portsnap/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/portsnap/Makefile b/sysutils/portsnap/Makefile index c14b261925e7..55e9f0370639 100644 --- a/sysutils/portsnap/Makefile +++ b/sysutils/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/sysutils/portsnap/distinfo b/sysutils/portsnap/distinfo index cc280f5d8bc6..3162d8dc4171 100644 --- a/sysutils/portsnap/distinfo +++ b/sysutils/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 |