diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-18 21:48:19 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-18 21:48:19 +0000 |
commit | 8930f4c9f76a4da06832827313f3853309f92baf (patch) | |
tree | b6671be53112553f1e25eff8038b7dc0ee2de487 /pkgtools | |
parent | f25cc17ec50129558631c35feef93abaebaaf5db (diff) | |
download | pkgsrc-8930f4c9f76a4da06832827313f3853309f92baf.tar.gz |
*: Recursive revision bump for openssl 1.1.1.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkgin/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 2d52e286da9..7aff9de8c31 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.225 2019/04/10 08:24:03 adam Exp $ +# $NetBSD: Makefile,v 1.226 2020/01/18 21:50:31 jperkin Exp $ # Notes to package maintainers: # @@ -7,6 +7,7 @@ # change in the pkg_* tools that pkgsrc relies on for proper operation. PKGNAME= pkg_install-${VERSION} +PKGREVISION= 1 CATEGORIES= pkgtools MAINTAINER= agc@NetBSD.org diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index f245283f586..d6bbbdd56d5 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2020/01/06 09:39:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.95 2020/01/18 21:50:31 jperkin Exp $ DISTNAME= pkgin-0.15.0 +PKGREVISION= 1 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/} GITHUB_TAG= v${PKGVERSION_NOREV} |