diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-03-04 15:52:12 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-03-04 15:52:12 +0000 |
commit | fe14c1230b5ec63e3a906bd129ae70f47a822d51 (patch) | |
tree | a1cb7f56fefa617bce901386d8a6d5c962d12ea6 /textproc | |
parent | 2d928de85e64805c259cbdb57ff1395c1b10b2ed (diff) | |
download | pkgsrc-fe14c1230b5ec63e3a906bd129ae70f47a822d51.tar.gz |
Revbump all Go packages after Go 1.10 update.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/go-inflect/Makefile | 3 | ||||
-rw-r--r-- | textproc/go-md2man/Makefile | 3 | ||||
-rw-r--r-- | textproc/go-mmark/Makefile | 3 | ||||
-rw-r--r-- | textproc/go-prose/Makefile | 3 | ||||
-rw-r--r-- | textproc/go-runewidth/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-sentences/Makefile | 3 | ||||
-rw-r--r-- | textproc/go-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/sift/Makefile | 4 |
8 files changed, 16 insertions, 11 deletions
diff --git a/textproc/go-inflect/Makefile b/textproc/go-inflect/Makefile index 6ebc413ee3b..acb5b470c83 100644 --- a/textproc/go-inflect/Makefile +++ b/textproc/go-inflect/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/08/25 17:03:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/04 15:52:19 bsiegert Exp $ DISTNAME= inflect-0.0.20170411 PKGNAME= go-${DISTNAME} +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_GITHUB:=markbates/} CATEGORIES= textproc GITHUB_TAG= 6cacb66d100482ef7cc366289ccb156020e57e76 diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index 629dde9d66b..94708913ed6 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2017/08/25 17:17:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2018/03/04 15:52:19 bsiegert Exp $ DISTNAME= go-md2man-1.0.6 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} +PKGREVISION= 1 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-mmark/Makefile b/textproc/go-mmark/Makefile index ad65a1ccccf..b5816b40bbc 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/08/25 16:49:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2018/03/04 15:52:19 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-prose/Makefile b/textproc/go-prose/Makefile index 72c5de1222d..afbc7c7f30f 100644 --- a/textproc/go-prose/Makefile +++ b/textproc/go-prose/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/08/25 17:03:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/04 15:52:20 bsiegert Exp $ DISTNAME= prose-0.0.20170806 PKGNAME= go-${DISTNAME} +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_GITHUB:=jdkato/} CATEGORIES= textproc GITHUB_TAG= a678fc7b3ceb0f38ff832c337dea083902c349b2 diff --git a/textproc/go-runewidth/Makefile b/textproc/go-runewidth/Makefile index 4a77f1f0adc..41fb1c5d9fe 100644 --- a/textproc/go-runewidth/Makefile +++ b/textproc/go-runewidth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2017/04/13 15:12:06 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2018/03/04 15:52:20 bsiegert Exp $ DISTNAME= go-runewidth-0.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-sentences/Makefile b/textproc/go-sentences/Makefile index 582a3942401..b8dd6688673 100644 --- a/textproc/go-sentences/Makefile +++ b/textproc/go-sentences/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/08/25 17:03:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2018/03/04 15:52:20 bsiegert Exp $ DISTNAME= sentences-1.0.6 PKGNAME= go-${DISTNAME} +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_GITHUB:=neurosnap/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile index c7363d98f6f..dbd7246900e 100644 --- a/textproc/go-text/Makefile +++ b/textproc/go-text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2017/07/22 19:32:41 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2018/03/04 15:52:20 bsiegert Exp $ DISTNAME= go-text-20151217 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index 042320d399b..c1c8feba27d 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2017/04/13 15:12:06 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2018/03/04 15:52:20 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} |