diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-04-16 18:41:08 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-04-16 18:41:08 +0000 |
commit | 10be6e75200113201be29963fc26cd7f95815671 (patch) | |
tree | 0861b0a8c71e44ac251f2d00c1f2f397a3b2bc9d /security | |
parent | 09be82c6248509247472fdbd6ab7d756c40bf35d (diff) | |
download | pkgsrc-10be6e75200113201be29963fc26cd7f95815671.tar.gz |
Revbump all Go packages after go112 update
Diffstat (limited to 'security')
-rw-r--r-- | security/2fa/Makefile | 4 | ||||
-rw-r--r-- | security/go-crypt/Makefile | 4 | ||||
-rw-r--r-- | security/go-crypto/Makefile | 4 | ||||
-rw-r--r-- | security/go-mkcert/Makefile | 4 | ||||
-rw-r--r-- | security/go-oauth2/Makefile | 4 | ||||
-rw-r--r-- | security/go-sftp/Makefile | 4 | ||||
-rw-r--r-- | security/vault/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile index 28b11353ac1..eb84fdc3238 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2019/03/16 08:35:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.11 2019/04/16 18:41:11 bsiegert Exp $ DISTNAME= 2fa PKGNAME= 2fa-20171122 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/} GITHUB_TAG= c9558c536f6538d59f1b012915b44e44e3563823 diff --git a/security/go-crypt/Makefile b/security/go-crypt/Makefile index ae1c3747c83..a8275c33693 100644 --- a/security/go-crypt/Makefile +++ b/security/go-crypt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2019/03/16 08:35:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.11 2019/04/16 18:41:11 bsiegert Exp $ # Making up a version number, as this is a snapshot after the latest release DISTNAME= crypt-0.0.2b PKGNAME= go-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/} CATEGORIES= security GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227 diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile index 00828b7da83..522a4e5f56c 100644 --- a/security/go-crypto/Makefile +++ b/security/go-crypto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2019/03/16 08:35:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.21 2019/04/16 18:41:11 bsiegert Exp $ COMMENT= Go supplementary cryptography libraries -PKGREVISION= 7 +PKGREVISION= 8 DISTNAME= go-crypto-0.0.20180308 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} diff --git a/security/go-mkcert/Makefile b/security/go-mkcert/Makefile index db12bfd9bff..a74e4ca83b5 100644 --- a/security/go-mkcert/Makefile +++ b/security/go-mkcert/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2019/03/16 08:35:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.5 2019/04/16 18:41:11 bsiegert Exp $ DISTNAME= mkcert-${GITHUB_TAG} PKGNAME= go-mkcert-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/} GITHUB_PROJECT= mkcert diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile index 81189029e40..eab03547cfe 100644 --- a/security/go-oauth2/Makefile +++ b/security/go-oauth2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2019/03/16 08:35:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.19 2019/04/16 18:41:11 bsiegert Exp $ # DISTNAME= oauth2 PKGNAME= go-${DISTNAME}-20151204 -PKGREVISION= 15 +PKGREVISION= 16 GITHUB_PROJECT= ${DISTNAME} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile index a480be5d477..ec277293a0b 100644 --- a/security/go-sftp/Makefile +++ b/security/go-sftp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2019/03/16 08:35:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.11 2019/04/16 18:41:11 bsiegert Exp $ DISTNAME= sftp-1.0.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 MASTER_SITES= ${MASTER_SITE_GITHUB:=pkg/} CATEGORIES= security GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/security/vault/Makefile b/security/vault/Makefile index de23ffcebb9..c1e0f304eaa 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2019/03/16 08:35:41 bsiegert Exp $ +# $NetBSD: Makefile,v 1.40 2019/04/16 18:41:11 bsiegert Exp $ DISTNAME= vault-0.11.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} |