summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-01-18 15:33:43 +0000
committerfhajny <fhajny@pkgsrc.org>2016-01-18 15:33:43 +0000
commit58d46ac76f2b91e636a85779dabac77ec30ddbe0 (patch)
treedcb3a196668678795c367be32733a945ec91d538 /security
parent731488e8cf483c4e957f6b2bd4eac76a30ff0459 (diff)
downloadpkgsrc-58d46ac76f2b91e636a85779dabac77ec30ddbe0.tar.gz
Revbump all Go packages after the go-1.5.3 security update (hint: static
linking).
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 6242b4a895a..292c3d9bb0b 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2016/01/03 20:39:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2016/01/18 15:33:44 fhajny Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
+PKGREVISION= 1
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}