diff options
author | martti <martti@pkgsrc.org> | 2002-06-10 05:51:05 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-06-10 05:51:05 +0000 |
commit | 60479e848e92fcbe7af64dba66dcd7c648943f03 (patch) | |
tree | dc4579b2c658a75d48c2cda361ace7679db2a144 /pkgtools | |
parent | 6a7bf257e09dac4b5d7d8a250c0ce4332fb59882 (diff) | |
download | pkgsrc-60479e848e92fcbe7af64dba66dcd7c648943f03.tar.gz |
Updated pkg_install to 20020402 (fixes pkg/16176)
Check the return code from the second invocation of installprereq(), to
make sure that a failed installation of a rpe-requisite package kills
the attempt to add the package. This reverts pkg_add(1) to traditional
behaviour.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 53b0caca7f8..4ecdf53c019 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2002/03/04 13:48:30 seb Exp $ +# $NetBSD: Makefile,v 1.48 2002/06/10 05:51:05 martti Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -7,7 +7,7 @@ # that file to ${MASTER_SITE_LOCAL}. # Also, modify PKGTOOLS_REQD value in pkgsrc/mk/bsd.pkg.mk # to the new value. -DISTNAME= pkg_install-20020218 +DISTNAME= pkg_install-20020402 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/pkg_install/distinfo b/pkgtools/pkg_install/distinfo index e62e8b5b9d7..b82c22294f2 100644 --- a/pkgtools/pkg_install/distinfo +++ b/pkgtools/pkg_install/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2002/06/08 16:45:47 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2002/06/10 05:51:05 martti Exp $ -SHA1 (pkg_install-20020218.tar.gz) = 06a1216bd8ed80500cac6ae13d245fb087592bd8 -Size (pkg_install-20020218.tar.gz) = 79023 bytes +SHA1 (pkg_install-20020402.tar.gz) = 36094d2e056207a9cfd7ccc63a1e8bdfa7b88c33 +Size (pkg_install-20020402.tar.gz) = 81920 bytes SHA1 (patch-aa) = a82a64f574401661f05aed6e617ca7c2d6365446 SHA1 (patch-ab) = 9b0f1697fd2c800c4a862e5b26fa033c615e5f8b SHA1 (patch-ac) = fff98679f4d9d5fd5ed6be06fa236dd74bb9181e |