summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2015-09-13 14:34:25 +0000
committerbsiegert <bsiegert>2015-09-13 14:34:25 +0000
commitc9d0a31d51f99cc77b313f4932b6cda9f1e20667 (patch)
tree734fb798afbfec502fb2dea7b923c993a86871ff /security
parent52c23e3b80a70e9c5b667be1beed3f267402a786 (diff)
downloadpkgsrc-c9d0a31d51f99cc77b313f4932b6cda9f1e20667.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/}