Skip site navigation (1)Skip section navigation (2)
Date:      8 Dec 2004 06:38:15 -0000
From:      Colin Percival <cperciva@daemonology.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74835: [MAINTAINER UPDATE] sysutils/portsnap 0.3
Message-ID:  <20041208063815.18666.qmail@hexahedron.daemonology.net>
Resent-Message-ID: <200412080640.iB86eAcr001122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74835
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] sysutils/portsnap 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 08 06:40:10 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Colin Percival
>Release:        FreeBSD 5.2.1-SECURITY i386
>Organization:
>Environment:
System: FreeBSD hexahedron.daemonology.net 5.2.1-SECURITY FreeBSD 5.2.1-SECURITY #0: Tue Sep 28 17:27:41 GMT 2004 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

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.

--- portsnap.diff begins here ---
diff -ruN ports/sysutils/portsnap/Makefile ports/sysutils/portsnap.new/Makefile
--- ports/sysutils/portsnap/Makefile	Wed Nov 24 06:19:22 2004
+++ ports/sysutils/portsnap.new/Makefile	Tue Dec  7 22:24:15 2004
@@ -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 @@
 
 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 @@
 	${INSTALL_DATA} ${WRKSRC}/portsnap.conf		\
 		${PREFIX}/etc/portsnap.conf.sample
 	${MKDIR} ${PREFIX}/portsnap
+	${TOUCH} ${PREFIX}/portsnap/.package.this.directory
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN ports/sysutils/portsnap/distinfo ports/sysutils/portsnap.new/distinfo
--- ports/sysutils/portsnap/distinfo	Sun Oct 31 10:12:17 2004
+++ ports/sysutils/portsnap.new/distinfo	Tue Dec  7 22:24:39 2004
@@ -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
--- portsnap.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041208063815.18666.qmail>