diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-11-23 22:53:38 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-11-23 22:53:38 +0000 |
commit | 42586b0ea1bd49cfeffbaf5f112c1de0cffeb8cf (patch) | |
tree | ffaf1fa9f70e8aa941535be286a3650bc5869699 /mk | |
parent | 8148af8e5855cc4a872ef78f8a4c26659e9b4772 (diff) | |
download | pkgsrc-42586b0ea1bd49cfeffbaf5f112c1de0cffeb8cf.tar.gz |
Bump PKGTOOLS_REQD to 20021123 to prevent users from using tools that
could not correctly de-install packages if cwd is part of PLIST of the
to be deleted package. This closes PR pkg/18384.
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 bda0f5e9619..30d067854b3 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1087 2002/11/23 10:19:29 dillo Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1088 2002/11/23 22:53:38 jschauma Exp $ # # This file is in the public domain. # @@ -606,7 +606,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) |