From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 8 06:40:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE2116A4CE for ; Wed, 8 Dec 2004 06:40:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CDC43D45 for ; Wed, 8 Dec 2004 06:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB86eABv001123 for ; Wed, 8 Dec 2004 06:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB86eAcr001122; Wed, 8 Dec 2004 06:40:10 GMT (envelope-from gnats) Resent-Date: Wed, 8 Dec 2004 06:40:10 GMT Resent-Message-Id: <200412080640.iB86eAcr001122@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Colin Percival Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B716A16A4CF for ; Wed, 8 Dec 2004 06:38:16 +0000 (GMT) Received: from hexahedron.daemonology.net (S0106006067227a4a.vc.shawcable.net [24.87.233.42]) by mx1.FreeBSD.org (Postfix) with SMTP id A02EF43D1D for ; Wed, 8 Dec 2004 06:38:15 +0000 (GMT) (envelope-from cperciva@hexahedron.daemonology.net) Received: (qmail 18667 invoked by uid 1001); 8 Dec 2004 06:38:15 -0000 Message-Id: <20041208063815.18666.qmail@hexahedron.daemonology.net> Date: 8 Dec 2004 06:38:15 -0000 From: Colin Percival To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74835: [MAINTAINER UPDATE] sysutils/portsnap 0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Colin Percival List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 06:40:11 -0000 >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: