diff options
author | seb <seb> | 2002-04-02 15:58:20 +0000 |
---|---|---|
committer | seb <seb> | 2002-04-02 15:58:20 +0000 |
commit | d75551f6f2e3f491a04c99ad4f85e2e2e3ae0204 (patch) | |
tree | 417e3f6062916f9a4b10db0799abfb9cc1186904 /mk | |
parent | 030bd22749982d2dff6c52a6cda79e614de492d0 (diff) | |
download | pkgsrc-d75551f6f2e3f491a04c99ad4f85e2e2e3ae0204.tar.gz |
Set minimum required version of the pkg_ tools to 20020218.
This is mostly to get the improved/fixed version number handling provided
by this version of the tools, but see the log of
pkgsrc/pkgtools/pkg_install/Makefile revision 1.47 for a summary of
changes.
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 a91a79761a4..4dce6d51c4c 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.955 2002/04/02 09:41:39 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.956 2002/04/02 15:58:20 seb Exp $ # # This file is in the public domain. # @@ -578,7 +578,7 @@ uptodate-digest: fi # Latest version of pkgtools required for this file. -PKGTOOLS_REQD= 20010306 +PKGTOOLS_REQD= 20020218 # Check that we are using up-to-date pkg_* tools with this file. .if defined(ZOULARIS_VERSION) |