From 5073289d58fabdd2c4bc5e6925619e9a94d2881e Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 30 Aug 2003 13:33:12 +0000 Subject: 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. --- mk/bsd.pkg.mk | 4 ++-- 1 file 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. -- cgit v1.2.3