diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-09-13 14:34:25 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-09-13 14:34:25 +0000 |
commit | c58eaa2e5bd3f63ca885531115f6f588991d73ad (patch) | |
tree | 734fb798afbfec502fb2dea7b923c993a86871ff /security | |
parent | f262c988cff7a3cda24f20b80d1c77b8d3c53ead (diff) | |
download | pkgsrc-c58eaa2e5bd3f63ca885531115f6f588991d73ad.tar.gz |
Revbump all packages using Go after the Go update.
Diffstat (limited to 'security')
-rw-r--r-- | security/go-oauth2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile index 62ca5f370f8..8291e942f42 100644 --- a/security/go-oauth2/Makefile +++ b/security/go-oauth2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2015/05/11 13:27:16 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/13 14:34:25 bsiegert Exp $ # DISTNAME= oauth2 PKGNAME= go-${DISTNAME}-20150508 +PKGREVISION= 1 GITHUB_PROJECT= ${DISTNAME} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} |