summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-11-13 19:26:03 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-11-13 19:26:03 +0000
commit49c2be56241568787b6283f0c4564c079bc66671 (patch)
tree2124d03ccd7369814aa8ca07a90c3fb0f7aa4ec2 /textproc
parent9796b2357a3be5426408a29b1cfc1f5c477f9a42 (diff)
downloadpkgsrc-49c2be56241568787b6283f0c4564c079bc66671.tar.gz
Revbump all Go packages after go115 update
Diffstat (limited to 'textproc')
-rw-r--r--textproc/go-chroma/Makefile4
-rw-r--r--textproc/go-diff/Makefile4
-rw-r--r--textproc/go-glob/Makefile4
-rw-r--r--textproc/go-goldmark/Makefile4
-rw-r--r--textproc/go-inflect/Makefile4
-rw-r--r--textproc/go-kr-text/Makefile4
-rw-r--r--textproc/go-md2man/Makefile4
-rw-r--r--textproc/go-mmark/Makefile4
-rw-r--r--textproc/go-org/Makefile4
-rw-r--r--textproc/go-prose/Makefile4
-rw-r--r--textproc/go-regexp2/Makefile4
-rw-r--r--textproc/go-runewidth/Makefile4
-rw-r--r--textproc/go-sentences/Makefile4
-rw-r--r--textproc/go-tablewriter/Makefile4
-rw-r--r--textproc/go-text/Makefile4
-rw-r--r--textproc/sift/Makefile4
16 files changed, 32 insertions, 32 deletions
diff --git a/textproc/go-chroma/Makefile b/textproc/go-chroma/Makefile
index 784eb5cb220..0264af05df0 100644
--- a/textproc/go-chroma/Makefile
+++ b/textproc/go-chroma/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/11/08 21:59:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/13 19:26:22 bsiegert Exp $
DISTNAME= chroma-0.5.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 20
+PKGREVISION= 21
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
CATEGORIES= textproc
GITHUB_PROJECT= chroma
diff --git a/textproc/go-diff/Makefile b/textproc/go-diff/Makefile
index 9226616aa66..025f8f515a4 100644
--- a/textproc/go-diff/Makefile
+++ b/textproc/go-diff/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/11/08 21:59:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/13 19:26:22 bsiegert Exp $
DISTNAME= go-diff-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 20
+PKGREVISION= 21
MASTER_SITES= ${MASTER_SITE_GITHUB:=sergi/}
CATEGORIES= textproc
GITHUB_PROJECT= go-diff
diff --git a/textproc/go-glob/Makefile b/textproc/go-glob/Makefile
index 4c36bc2f9bd..c7c9bbf1dcb 100644
--- a/textproc/go-glob/Makefile
+++ b/textproc/go-glob/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2020/11/08 21:59:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.25 2020/11/13 19:26:22 bsiegert Exp $
DISTNAME= glob-0.2.3
PKGNAME= go-${DISTNAME}
-PKGREVISION= 21
+PKGREVISION= 22
MASTER_SITES= ${MASTER_SITE_GITHUB:=gobwas/}
CATEGORIES= textproc
GITHUB_PROJECT= ${PKGBASE:S/^go-//}
diff --git a/textproc/go-goldmark/Makefile b/textproc/go-goldmark/Makefile
index 230e0fe5123..f6ade974920 100644
--- a/textproc/go-goldmark/Makefile
+++ b/textproc/go-goldmark/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/11/08 21:59:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2020/11/13 19:26:22 bsiegert Exp $
DISTNAME= goldmark-1.1.30
PKGNAME= go-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
MASTER_SITES= ${MASTER_SITE_GITHUB:=yuin/}
CATEGORIES= textproc
GITHUB_PROJECT= goldmark
diff --git a/textproc/go-inflect/Makefile b/textproc/go-inflect/Makefile
index f5c9ad09716..e3014caaad6 100644
--- a/textproc/go-inflect/Makefile
+++ b/textproc/go-inflect/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/11/08 21:59:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2020/11/13 19:26:22 bsiegert Exp $
DISTNAME= inflect-0.0.20170411
PKGNAME= go-${DISTNAME}
-PKGREVISION= 24
+PKGREVISION= 25
MASTER_SITES= ${MASTER_SITE_GITHUB:=markbates/}
CATEGORIES= textproc
GITHUB_TAG= 6cacb66d100482ef7cc366289ccb156020e57e76
diff --git a/textproc/go-kr-text/Makefile b/textproc/go-kr-text/Makefile
index 460675bf4a4..d2b5be33a4d 100644
--- a/textproc/go-kr-text/Makefile
+++ b/textproc/go-kr-text/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2020/11/08 21:59:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2020/11/13 19:26:22 bsiegert Exp $
DISTNAME= go-kr-text-0.2.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=kr/}
GITHUB_PROJECT= text
diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile
index 9832bd40fca..f5a33748396 100644
--- a/textproc/go-md2man/Makefile
+++ b/textproc/go-md2man/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/11/08 21:59:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2020/11/13 19:26:22 bsiegert Exp $
DISTNAME= go-md2man-1.0.8
MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/}
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= textproc
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/textproc/go-mmark/Makefile b/textproc/go-mmark/Makefile
index 974793589f4..6a2e13f44aa 100644
--- a/textproc/go-mmark/Makefile
+++ b/textproc/go-mmark/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2020/11/08 21:59:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.28 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= mmark-1.3.6
PKGNAME= go-${DISTNAME}
-PKGREVISION= 24
+PKGREVISION= 25
MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/}
CATEGORIES= textproc
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/textproc/go-org/Makefile b/textproc/go-org/Makefile
index c43b81ec05f..8ea705a1674 100644
--- a/textproc/go-org/Makefile
+++ b/textproc/go-org/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/11/08 21:59:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= go-org-1.1.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=niklasfasching/}
GITHUB_PROJECT= go-org
diff --git a/textproc/go-prose/Makefile b/textproc/go-prose/Makefile
index 45eb9d4763b..e5a72481c83 100644
--- a/textproc/go-prose/Makefile
+++ b/textproc/go-prose/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/11/08 21:59:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= prose-0.0.20170806
PKGNAME= go-${DISTNAME}
-PKGREVISION= 24
+PKGREVISION= 25
MASTER_SITES= ${MASTER_SITE_GITHUB:=jdkato/}
CATEGORIES= textproc
GITHUB_TAG= a678fc7b3ceb0f38ff832c337dea083902c349b2
diff --git a/textproc/go-regexp2/Makefile b/textproc/go-regexp2/Makefile
index fb553b68429..c4c90a18880 100644
--- a/textproc/go-regexp2/Makefile
+++ b/textproc/go-regexp2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2020/11/08 21:59:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= regexp2-1.1.6
PKGNAME= go-${DISTNAME}
-PKGREVISION= 20
+PKGREVISION= 21
MASTER_SITES= ${MASTER_SITE_GITHUB:=dlclark/}
CATEGORIES= textproc
GITHUB_PROJECT= regexp2
diff --git a/textproc/go-runewidth/Makefile b/textproc/go-runewidth/Makefile
index 118eb9cb25e..c2238b9dcca 100644
--- a/textproc/go-runewidth/Makefile
+++ b/textproc/go-runewidth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2020/11/08 21:59:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= go-runewidth-0.0.2
-PKGREVISION= 25
+PKGREVISION= 26
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 88518128005..c26f6b60338 100644
--- a/textproc/go-sentences/Makefile
+++ b/textproc/go-sentences/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/11/08 21:59:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= sentences-1.0.6
PKGNAME= go-${DISTNAME}
-PKGREVISION= 24
+PKGREVISION= 25
MASTER_SITES= ${MASTER_SITE_GITHUB:=neurosnap/}
CATEGORIES= textproc
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/textproc/go-tablewriter/Makefile b/textproc/go-tablewriter/Makefile
index 0615b66ee18..f5e87d3976f 100644
--- a/textproc/go-tablewriter/Makefile
+++ b/textproc/go-tablewriter/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2020/11/08 21:59:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= tablewriter-0.0.20180506
PKGNAME= go-${DISTNAME}
-PKGREVISION= 21
+PKGREVISION= 22
MASTER_SITES= ${MASTER_SITE_GITHUB:=olekukonko/}
CATEGORIES= textproc
GITHUB_PROJECT= ${PKGBASE:S/^go-//}
diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile
index ee441985ecf..38a6816a9b3 100644
--- a/textproc/go-text/Makefile
+++ b/textproc/go-text/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2020/11/08 21:59:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.41 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= go-text-0.3.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= text
diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile
index 0379a1ce40c..08511e88edc 100644
--- a/textproc/sift/Makefile
+++ b/textproc/sift/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/11/08 21:59:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.34 2020/11/13 19:26:23 bsiegert Exp $
DISTNAME= sift-0.6.0
-PKGREVISION= 31
+PKGREVISION= 32
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/}
GITHUB_TAG= v${PKGVERSION_NOREV}