summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-29 02:09:30 +0000
committerjlam <jlam>2003-07-29 02:09:30 +0000
commitb7c9a8d1bb95b31282bc44bf6d101b3838ab328f (patch)
treeb9f964298efd6dd426f1349dd7859713b5f2caff /mk/bsd.pkg.mk
parent0363cc9188e2b78048f1763964d0468419a65d4e (diff)
downloadpkgsrc-b7c9a8d1bb95b31282bc44bf6d101b3838ab328f.tar.gz
Require at least 20030728 for pkg_create(1) fixes.
Diffstat (limited to 'mk/bsd.pkg.mk')
-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 841fcc91071..b1339cef990 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1216.2.10 2003/07/28 21:56:31 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1216.2.11 2003/07/29 02:09:30 jlam Exp $
#
# This file is in the public domain.
#
@@ -628,7 +628,7 @@ uptodate-digest:
.if defined(_OPSYS_PKGTOOLS_REQD)
PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD}
.else
-PKGTOOLS_REQD= 20030725
+PKGTOOLS_REQD= 20030728
.endif
# Check that we are using up-to-date pkg_* tools with this file.