summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-07-01 10:15:19 +0000
committerjperkin <jperkin@pkgsrc.org>2020-07-01 10:15:19 +0000
commit2c0135914a7207a6feb7122a99cee55dd569c675 (patch)
tree338feb5e9b6b1a7cd634450e22e24dd1cb29a8b8 /pkgtools/pkg_install/Makefile
parent12a468c1ef343c4a423154a76b3ca01d3f04b886 (diff)
downloadpkgsrc-2c0135914a7207a6feb7122a99cee55dd569c675.tar.gz
pkg_install: Update version to 20200701.
Includes fixes to +REQUIRED_BY generation, performance improvements, build fixes against newer libnetpgpverify, and better error messages. When combined with newer pkgin releases, this should now eliminate the various "pkg_add: Can't open +CONTENTS of depending package ..." errors that users had frequently observed during upgrades (joyent/pkgsrc#158, joyent/pkgsrc#190, joyent/pkgsrc#256, and many IRC logs).
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index b2a21698f4a..5b28aaf8916 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.229 2020/05/05 09:02:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.230 2020/07/01 10:15:19 jperkin Exp $
# Notes to package maintainers:
#
@@ -7,7 +7,6 @@
# change in the pkg_* tools that pkgsrc relies on for proper operation.
PKGNAME= pkg_install-${VERSION}
-PKGREVISION= 1
CATEGORIES= pkgtools
MAINTAINER= agc@NetBSD.org