diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-01-18 15:33:43 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-01-18 15:33:43 +0000 |
commit | 58d46ac76f2b91e636a85779dabac77ec30ddbe0 (patch) | |
tree | dcb3a196668678795c367be32733a945ec91d538 /textproc | |
parent | 731488e8cf483c4e957f6b2bd4eac76a30ff0459 (diff) | |
download | pkgsrc-58d46ac76f2b91e636a85779dabac77ec30ddbe0.tar.gz |
Revbump all Go packages after the go-1.5.3 security update (hint: static
linking).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/go-text/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile index 011ff9011fd..994df2f830b 100644 --- a/textproc/go-text/Makefile +++ b/textproc/go-text/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/01/03 20:06:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.6 2016/01/18 15:33:44 fhajny Exp $ # DISTNAME= go-text-20151217 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text |