diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-21 13:31:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-21 13:31:47 +0000 |
commit | 7ccacb5045cadbef6afcabd453695f3121fc955b (patch) | |
tree | cfd7e64970476b273daa36452bd80e891e477269 /pkgtools/pkg_install | |
parent | 1d0c9bbc4a631728e8bd3dbb08ae38e49493e3bf (diff) | |
download | pkgsrc-7ccacb5045cadbef6afcabd453695f3121fc955b.tar.gz |
Update to 20010221 to work around a pkg_* bug where "nbX" isn't properly
recognized in version matching of pkg_add, pkg_admin.
This is the src/usr.sbin/pkg_install from -current as of today, with
pkg_install/Makefile.inc and pkg_install/Makefile from 1.5, to allow this
to build.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 604c88ee58a..04ca0eea6d5 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2001/02/17 17:51:26 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2001/02/21 13:31:47 hubertf Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -7,7 +7,7 @@ # Also, check PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk # (Use "make show-pkgtools-version" to find the correct value # for YYYYMMDD) -DISTNAME= pkg_install-20001220 +DISTNAME= pkg_install-20010221 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 index 4ad8865fc90..0fd4aec260c 100644 --- a/pkgtools/pkg_install/files/md5 +++ b/pkgtools/pkg_install/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.19 2000/12/20 04:02:46 hubertf Exp $ +$NetBSD: md5,v 1.20 2001/02/21 13:31:48 hubertf Exp $ -MD5 (pkg_install-20001220.tar.gz) = 32d9fd2a75a630d119af156120e1c537 +MD5 (pkg_install-20010221.tar.gz) = c5e2013bb9db46b76d4523b7a252d719 |