summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-09-13 14:34:25 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-09-13 14:34:25 +0000
commitc58eaa2e5bd3f63ca885531115f6f588991d73ad (patch)
tree734fb798afbfec502fb2dea7b923c993a86871ff /security
parentf262c988cff7a3cda24f20b80d1c77b8d3c53ead (diff)
downloadpkgsrc-c58eaa2e5bd3f63ca885531115f6f588991d73ad.tar.gz
Revbump all packages using Go after the Go update.
Diffstat (limited to 'security')
-rw-r--r--security/go-oauth2/Makefile3
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/}