diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-01-23 14:22:52 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-01-23 14:22:52 +0000 |
commit | 4dbe1da96f7e16aabd743665c64e7b470a292138 (patch) | |
tree | 1a626bac82f33e1f3bbbbdc179abce231a8f4e93 /textproc | |
parent | 780c9dbf4e825a610a6dc9dc5359b2b9167f1dbf (diff) | |
download | pkgsrc-4dbe1da96f7e16aabd743665c64e7b470a292138.tar.gz |
Revbump all Go packages after go115 update
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/go-chroma/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-diff/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-glob/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-goldmark/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-inflect/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-kr-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-md2man/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-mmark/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-org/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-prose/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-regexp2/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-runewidth/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-sentences/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-tablewriter/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/sift/Makefile | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/textproc/go-chroma/Makefile b/textproc/go-chroma/Makefile index 0264af05df0..13d31cfc464 100644 --- a/textproc/go-chroma/Makefile +++ b/textproc/go-chroma/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2020/11/13 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.23 2021/01/23 14:23:11 bsiegert Exp $ DISTNAME= chroma-0.5.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 21 +PKGREVISION= 22 MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/} CATEGORIES= textproc GITHUB_PROJECT= chroma diff --git a/textproc/go-diff/Makefile b/textproc/go-diff/Makefile index 025f8f515a4..5aa6ef4c2e3 100644 --- a/textproc/go-diff/Makefile +++ b/textproc/go-diff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2020/11/13 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.23 2021/01/23 14:23:11 bsiegert Exp $ DISTNAME= go-diff-1.0.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 21 +PKGREVISION= 22 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 c7c9bbf1dcb..cda264349b8 100644 --- a/textproc/go-glob/Makefile +++ b/textproc/go-glob/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2020/11/13 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.26 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= glob-0.2.3 PKGNAME= go-${DISTNAME} -PKGREVISION= 22 +PKGREVISION= 23 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 f6ade974920..0893ba4abb3 100644 --- a/textproc/go-goldmark/Makefile +++ b/textproc/go-goldmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2020/11/13 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= goldmark-1.1.30 PKGNAME= go-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 MASTER_SITES= ${MASTER_SITE_GITHUB:=yuin/} CATEGORIES= textproc GITHUB_PROJECT= goldmark diff --git a/textproc/go-inflect/Makefile b/textproc/go-inflect/Makefile index e3014caaad6..1861920207f 100644 --- a/textproc/go-inflect/Makefile +++ b/textproc/go-inflect/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2020/11/13 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.30 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= inflect-0.0.20170411 PKGNAME= go-${DISTNAME} -PKGREVISION= 25 +PKGREVISION= 26 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 d2b5be33a4d..24346d45179 100644 --- a/textproc/go-kr-text/Makefile +++ b/textproc/go-kr-text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2020/11/13 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= go-kr-text-0.2.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=kr/} GITHUB_PROJECT= text diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index f5a33748396..73d9995d1a1 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2020/11/13 19:26:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.32 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= go-md2man-1.0.8 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-mmark/Makefile b/textproc/go-mmark/Makefile index 6a2e13f44aa..c8c09d77349 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.29 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 25 +PKGREVISION= 26 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 8ea705a1674..26129db8073 100644 --- a/textproc/go-org/Makefile +++ b/textproc/go-org/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= go-org-1.1.0 -PKGREVISION= 6 +PKGREVISION= 7 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 e5a72481c83..9b2e674d591 100644 --- a/textproc/go-prose/Makefile +++ b/textproc/go-prose/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.30 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= prose-0.0.20170806 PKGNAME= go-${DISTNAME} -PKGREVISION= 25 +PKGREVISION= 26 MASTER_SITES= ${MASTER_SITE_GITHUB:=jdkato/} CATEGORIES= textproc GITHUB_TAG= a678fc7b3ceb0f38ff832c337dea083902c349b2 diff --git a/textproc/go-regexp2/Makefile b/textproc/go-regexp2/Makefile index c4c90a18880..1e3d6b39a9f 100644 --- a/textproc/go-regexp2/Makefile +++ b/textproc/go-regexp2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.23 2021/01/23 14:23:12 bsiegert Exp $ DISTNAME= regexp2-1.1.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 21 +PKGREVISION= 22 MASTER_SITES= ${MASTER_SITE_GITHUB:=dlclark/} CATEGORIES= textproc GITHUB_PROJECT= regexp2 diff --git a/textproc/go-runewidth/Makefile b/textproc/go-runewidth/Makefile index c2238b9dcca..8299fe447b3 100644 --- a/textproc/go-runewidth/Makefile +++ b/textproc/go-runewidth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.33 2021/01/23 14:23:13 bsiegert Exp $ DISTNAME= go-runewidth-0.0.2 -PKGREVISION= 26 +PKGREVISION= 27 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 c26f6b60338..c0915454239 100644 --- a/textproc/go-sentences/Makefile +++ b/textproc/go-sentences/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.30 2021/01/23 14:23:13 bsiegert Exp $ DISTNAME= sentences-1.0.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 25 +PKGREVISION= 26 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 f5e87d3976f..5f55ae2c5e1 100644 --- a/textproc/go-tablewriter/Makefile +++ b/textproc/go-tablewriter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2021/01/23 14:23:13 bsiegert Exp $ DISTNAME= tablewriter-0.0.20180506 PKGNAME= go-${DISTNAME} -PKGREVISION= 22 +PKGREVISION= 23 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 38a6816a9b3..0c7b47fa69e 100644 --- a/textproc/go-text/Makefile +++ b/textproc/go-text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.42 2021/01/23 14:23:13 bsiegert Exp $ DISTNAME= go-text-0.3.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index 08511e88edc..b38e2f0bd2e 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2020/11/13 19:26:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.35 2021/01/23 14:23:13 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} |