summaryrefslogtreecommitdiff
path: root/security/go-oauth2
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-02-23 20:18:11 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-02-23 20:18:11 +0000
commit471c4c529c5bfcf782e557bb2d05bcee24b44797 (patch)
tree9033d8a604d847916a3802b6b3d6dc7f0fe47cb6 /security/go-oauth2
parent6c85c260510eaaacbcbfb42a713c950989a24183 (diff)
downloadpkgsrc-471c4c529c5bfcf782e557bb2d05bcee24b44797.tar.gz
Revbump packages that build-depend on Go after 1.6 update.
They all build, I checked :)
Diffstat (limited to 'security/go-oauth2')
-rw-r--r--security/go-oauth2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index 292c3d9bb0b..02184cf11b2 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2016/01/18 15:33:44 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2016/02/23 20:18:12 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 1
+PKGREVISION= 2
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}