diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-11-09 15:45:11 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-11-09 15:45:11 +0000 |
commit | ed5fd0d3c44cbbdbd679d768b020c823a92644a2 (patch) | |
tree | 49bcdea871b91d735d6eb2c7183db426d075cf1b | |
parent | 90e00077ef5a046219e782d9f13c0ad8a09ae254 (diff) | |
download | pkgsrc-ed5fd0d3c44cbbdbd679d768b020c823a92644a2.tar.gz |
bump PKGTOOLS_REQD to 19981107
-rw-r--r-- | mk/bsd.pkg.mk | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 9 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/md5 | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 1f433fb113e..66a7d422ee9 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.192 1998/11/09 14:41:30 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.193 1998/11/09 15:45:11 hubertf Exp $ # # This file is in the public domain. # @@ -525,7 +525,7 @@ DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} # Latest version of pkgtools required for this file. -PKGTOOLS_REQD= 19981026 +PKGTOOLS_REQD= 19981107 # Check that we're using up-to-date pkg_* tools with this file. .ifndef _PKGTOOLS_VER diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 0d3882c145e..87ea677773a 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.8 1998/11/09 14:45:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/09 15:45:11 hubertf Exp $ # # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, -# "tar vcf pkg_install-YYYYMMDD.tar.gz pkg_install" and upload +# "tar pzvcf pkg_install-YYYYMMDD.tar.gz pkg_install" and upload # that file to ${MASTER_SITE_LOCAL}. # Also, check PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk -# (Use "make print-pkgtools_ver" to find correct value) +# (Use "make print-pkgtools_ver" to find the correct value for +# YYYYMMDD) -DISTNAME= pkg_install-19981026 +DISTNAME= pkg_install-19981107 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 index 33b94372923..97399a37315 100644 --- a/pkgtools/pkg_install/files/md5 +++ b/pkgtools/pkg_install/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1998/10/26 18:29:11 agc Exp $ +$NetBSD: md5,v 1.5 1998/11/09 15:45:11 hubertf Exp $ -MD5 (pkg_install-19981026.tar.gz) = 8547d96f80155b42c0946666d20a4278 +MD5 (pkg_install-19981107.tar.gz) = d0acec9bf931d531d51d4777a47b25db |