pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_tarup Make sure to grab the +PRESERVE fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/934906c9ba95
branches:  trunk
changeset: 481534:934906c9ba95
user:      erh <erh%pkgsrc.org@localhost>
date:      Wed Oct 06 15:27:28 2004 +0000

description:
Make sure to grab the +PRESERVE file too.  Bump version to 1.6.3.

diffstat:

 pkgtools/pkg_tarup/Makefile        |  4 ++--
 pkgtools/pkg_tarup/files/pkg_tarup |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r c9f052f5102a -r 934906c9ba95 pkgtools/pkg_tarup/Makefile
--- a/pkgtools/pkg_tarup/Makefile       Wed Oct 06 15:16:03 2004 +0000
+++ b/pkgtools/pkg_tarup/Makefile       Wed Oct 06 15:27:28 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2004/08/09 21:13:37 cube Exp $
+# $NetBSD: Makefile,v 1.23 2004/10/06 15:27:28 erh Exp $
 
-DISTNAME=      pkg_tarup-1.6.2
+DISTNAME=      pkg_tarup-1.6.3
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r c9f052f5102a -r 934906c9ba95 pkgtools/pkg_tarup/files/pkg_tarup
--- a/pkgtools/pkg_tarup/files/pkg_tarup        Wed Oct 06 15:16:03 2004 +0000
+++ b/pkgtools/pkg_tarup/files/pkg_tarup        Wed Oct 06 15:27:28 2004 +0000
@@ -1,6 +1,6 @@
 #! @SH@
 #
-# $Id: pkg_tarup,v 1.15 2004/08/09 21:13:37 cube Exp $
+# $Id: pkg_tarup,v 1.16 2004/10/06 15:27:28 erh Exp $
 #
 # Tar up installed package
 #
@@ -87,6 +87,7 @@
        check_and_add -r "${PKG_DBDIR}/${PKG}/+REQUIRE"
        check_and_add -D "${PKG_DBDIR}/${PKG}/+DISPLAY"
        check_and_add -m "${PKG_DBDIR}/${PKG}/+MTREE"           #NOTYET#
+       check_and_add -n "${PKG_DBDIR}/${PKG}/+PRESERVE"
 
        PLIST=/tmp/+CONTENTS.$$
        ${SED} -n \



Home | Main Index | Thread Index | Old Index