summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-12-16 23:07:32 +0000
committerdmcmahill <dmcmahill>2002-12-16 23:07:32 +0000
commit77c11226fe59ff1c7fe921b32be6dfdb84b02911 (patch)
tree44432e377f447ff247bd5f90a0d1225bc5463fc6
parent082556abb57ff99ac0e7d02c0b0d7948b8fdfd16 (diff)
downloadpkgsrc-77c11226fe59ff1c7fe921b32be6dfdb84b02911.tar.gz
bump PKGTOOLS_REQD to 20021123. The primary motivation is to ensure support
for 'pkg_admin pmatch' which is used by some pkgs (eg gettext-lib/buildlink2.mk). The pmatch command was not present in 1.5.* systems. This fixes part of the problem seen with libintl-using pkgs on 1.5.*
-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 9e144395a56..08d1a16fc59 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1106 2002/12/11 21:01:05 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1107 2002/12/16 23:07:32 dmcmahill Exp $
#
# This file is in the public domain.
#
@@ -615,7 +615,7 @@ uptodate-digest:
fi
# Latest version of pkgtools required for this file.
-PKGTOOLS_REQD= 20020402
+PKGTOOLS_REQD= 20021123
# Check that we are using up-to-date pkg_* tools with this file.
.if defined(ZOULARIS_VERSION)