diff options
author | jlam <jlam> | 2003-09-09 13:36:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-09 13:36:36 +0000 |
commit | 18465c7eddc3a1f85643cd324fe9a532b8c4bd27 (patch) | |
tree | f1155fa2c9faabe9f1341416e02a6df9cae042c6 /mk | |
parent | 15b3ff6e55d37e552085256f25ce9f8fe41a0d82 (diff) | |
download | pkgsrc-18465c7eddc3a1f85643cd324fe9a532b8c4bd27.tar.gz |
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 (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 23c579ff70d..be0d7135fc2 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ uptodate-digest: .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. |