From 82ebb547ea9bc7e6b3d4f70b722b1babe8d7d50d Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Wed, 8 Dec 2004 07:50:13 +0000 Subject: 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 --- ports-mgmt/portsnap/Makefile | 7 ++++--- ports-mgmt/portsnap/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'ports-mgmt/portsnap') 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 -- cgit v1.2.3