summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-30 13:33:12 +0000
committerjlam <jlam>2003-08-30 13:33:12 +0000
commite1f459f79e7d6dcbb757b20ef5d2a3ff0d17ab75 (patch)
tree67d10871e824d58da59b0bbbbb997c3e843d1038
parent8a9971a4b0a86e8266ddac7a828d8407a3602300 (diff)
downloadpkgsrc-e1f459f79e7d6dcbb757b20ef5d2a3ff0d17ab75.tar.gz
Require 20030823 of the pkg_install tools to get fixes in pkg_add(1) so
that we don't accidentally run VIEW-INSTALL with a broken package.
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 198c1bb60ad..caf702a24ab 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1216.2.45 2003/08/29 11:08:12 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1216.2.46 2003/08/30 13:33:12 jlam Exp $
#
# This file is in the public domain.
#
@@ -717,7 +717,7 @@ uptodate-digest:
.if defined(_OPSYS_PKGTOOLS_REQD)
PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD}
.else
-PKGTOOLS_REQD= 20030820
+PKGTOOLS_REQD= 20030823
.endif
# Check that we are using up-to-date pkg_* tools with this file.