diff options
author | agc <agc> | 1998-10-26 18:29:10 +0000 |
---|---|---|
committer | agc <agc> | 1998-10-26 18:29:10 +0000 |
commit | d9877855a75e58c66dd8c887dd402c1e8894c213 (patch) | |
tree | a5143065d7b1c32d6545c2da15f7defca4a9a6a8 | |
parent | 1419eef34c8ba7e04763b9270a51626519232cf9 (diff) | |
download | pkgsrc-d9877855a75e58c66dd8c887dd402c1e8894c213.tar.gz |
Update the (package) version of pkg_install tools to 19981026, to use
the new -b and -B flags to pkg_create, so that any binary packages
that are created automatically get their build information and
versioning data attached.
Update bsd.pkg.mk to have PKGTOOLS_REQD= 19981026.
-rw-r--r-- | mk/bsd.pkg.mk | 9 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/md5 | 4 |
3 files changed, 7 insertions, 10 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 97f26830635..06f5ba259bb 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.186 1998/10/26 17:40:57 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.187 1998/10/26 18:29:10 agc Exp $ # # This file is in the public domain. # @@ -528,10 +528,7 @@ DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} PKGNAME?= ${DISTNAME} # Latest version of pkgtools required for this file. -.ifdef PKG_RELATIVE_SYMLINKS -PKGTOOLS_REQD= 19981019 -.endif -PKGTOOLS_REQD?= 19980908 +PKGTOOLS_REQD= 19981026 # Check that we're using up-to-date pkg_* tools with this file. .ifndef _PKGTOOLS_VER @@ -1931,7 +1928,7 @@ fake-pkg: ${PLIST} ${DESCR} .if defined(FORCE_PKG_REGISTER) @${RM} -rf ${PKG_DBDIR}/${PKGNAME} .endif - @${RM} ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE} + @${RM} -f ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE} @files=""; \ for f in ${.CURDIR}/Makefile ${FILESDIR}/* ${PKGDIR}/*; do \ if [ -f $$f ]; then \ diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 3b26e3d1f91..f74791dedbe 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/10/21 09:24:50 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/10/26 18:29:11 agc Exp $ # # Note to package maintainers: @@ -7,7 +7,7 @@ # that file to ${MASTER_SITE_LOCAL}. # Also, check PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk -DISTNAME= pkg_install-19981019 +DISTNAME= pkg_install-19981026 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 index d9cbd161ed6..33b94372923 100644 --- a/pkgtools/pkg_install/files/md5 +++ b/pkgtools/pkg_install/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1998/10/21 09:24:51 agc Exp $ +$NetBSD: md5,v 1.4 1998/10/26 18:29:11 agc Exp $ -MD5 (pkg_install-19981019.tar.gz) = 860affa84727247e0aa3c7fd0a880f0d +MD5 (pkg_install-19981026.tar.gz) = 8547d96f80155b42c0946666d20a4278 |