diff options
author | bsiegert <bsiegert> | 2016-12-04 16:29:58 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2016-12-04 16:29:58 +0000 |
commit | 0fc104d0108379a25a9f3f1088b7f369d0c90313 (patch) | |
tree | 0085a2dfbd1893b73e80081610dd3b0df849606c /textproc | |
parent | 930e16cc3481cd7c284196e1ba8c6aec2c8eccc3 (diff) | |
download | pkgsrc-0fc104d0108379a25a9f3f1088b7f369d0c90313.tar.gz |
Revbump Go packages after 1.7.4 update.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/go-runewidth/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/sift/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/go-runewidth/Makefile b/textproc/go-runewidth/Makefile index e4a3c04acdf..867c3743bbf 100644 --- a/textproc/go-runewidth/Makefile +++ b/textproc/go-runewidth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/10/29 08:59:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.5 2016/12/04 16:30:01 bsiegert Exp $ DISTNAME= go-runewidth-0.0.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/} GITHUB_PROJECT= go-runewidth diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile index 3cd4bddd152..1400d061d99 100644 --- a/textproc/go-text/Makefile +++ b/textproc/go-text/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2016/10/29 08:59:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/04 16:30:01 bsiegert Exp $ # DISTNAME= go-text-20151217 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index 72e130eca90..b0ad5ca440d 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/10/29 08:59:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2016/12/04 16:30:01 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} |