Sat Mar 6 04:41:53 2021 UTC ()
pkg_install: Bump PKGREVISON to include odbl-v1 as acceptable license


(ryoon)
diff -r1.232 -r1.233 pkgsrc/pkgtools/pkg_install/Makefile

cvs diff -r1.232 -r1.233 pkgsrc/pkgtools/pkg_install/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkg_install/Makefile 2020/12/02 10:22:39 1.232
+++ pkgsrc/pkgtools/pkg_install/Makefile 2021/03/06 04:41:53 1.233
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.232 2020/12/02 10:22:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.233 2021/03/06 04:41:53 ryoon Exp $
2 2
3# Notes to package maintainers: 3# Notes to package maintainers:
4# 4#
5# Updating this package does not automatically necessitate bumping 5# Updating this package does not automatically necessitate bumping
6# PKGTOOLS_REQD in bsd.pkg.mk. Do so if and only if there is a critical 6# PKGTOOLS_REQD in bsd.pkg.mk. Do so if and only if there is a critical
7# change in the pkg_* tools that pkgsrc relies on for proper operation. 7# change in the pkg_* tools that pkgsrc relies on for proper operation.
8 8
9PKGNAME= pkg_install-${VERSION} 9PKGNAME= pkg_install-${VERSION}
 10PKGREVISION= 1
10CATEGORIES= pkgtools 11CATEGORIES= pkgtools
11 12
12MAINTAINER= agc@NetBSD.org 13MAINTAINER= agc@NetBSD.org
13HOMEPAGE= https://www.pkgsrc.org/ 14HOMEPAGE= https://www.pkgsrc.org/
14COMMENT= Package management and administration tools for pkgsrc 15COMMENT= Package management and administration tools for pkgsrc
15LICENSE= modified-bsd 16LICENSE= modified-bsd
16 17
17BOOTSTRAP_PKG= yes 18BOOTSTRAP_PKG= yes
18SKIP_LICENSE_CHECK= yes 19SKIP_LICENSE_CHECK= yes
19 20
20CONFLICTS+= audit-packages-[0-9]* 21CONFLICTS+= audit-packages-[0-9]*
21 22
22GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes