pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Update PKGTOOLS_REQD to 20030914. This version fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10ab2db23cd4
branches:  trunk
changeset: 461314:10ab2db23cd4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Sep 14 05:02:50 2003 +0000

description:
Update PKGTOOLS_REQD to 20030914.  This version fixes a problem in
pkg_delete(1) where recursive pkg_delete'ing didn't work if
${PKG_DBDIR} != /var/db/pkg.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c7b9d52d980f -r 10ab2db23cd4 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun Sep 14 04:58:30 2003 +0000
+++ b/mk/bsd.pkg.mk     Sun Sep 14 05:02:50 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1281 2003/09/13 18:26:15 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1282 2003/09/14 05:02:50 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -706,7 +706,7 @@
 .if defined(_OPSYS_PKGTOOLS_REQD)
 PKGTOOLS_REQD=         ${_OPSYS_PKGTOOLS_REQD}
 .else
-PKGTOOLS_REQD=         20030912
+PKGTOOLS_REQD=         20030914
 .endif
 
 # Check that we are using up-to-date pkg_* tools with this file.



Home | Main Index | Thread Index | Old Index