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 20030907. Critical fixes i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/738c29b80624
branches:  trunk
changeset: 461015:738c29b80624
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Sep 09 13:36:36 2003 +0000

description:
Update PKGTOOLS_REQD to 20030907.  Critical fixes include making
"pkg_delete -O pkgname" actually remove file entries for pkgname from the
pkgdb.byfile.db database.  This makes FORCE_PKG_REGISTER work again (this
must have been broken for a long time).

diffstat:

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

diffs (18 lines):

diff -r 0324bad5ad64 -r 738c29b80624 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Sep 09 13:34:11 2003 +0000
+++ b/mk/bsd.pkg.mk     Tue Sep 09 13:36:36 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1266 2003/09/09 11:00:30 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1267 2003/09/09 13:36:36 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -718,7 +718,7 @@
 .if defined(_OPSYS_PKGTOOLS_REQD)
 PKGTOOLS_REQD=         ${_OPSYS_PKGTOOLS_REQD}
 .else
-PKGTOOLS_REQD=         20030824
+PKGTOOLS_REQD=         20030907
 .endif
 
 # Check that we are using up-to-date pkg_* tools with this file.



Home | Main Index | Thread Index | Old Index