diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 16:06:26 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 16:35:13 -0500 |
commit | 4476f89764d3ee73d216c2d56df149e8d4c62c24 (patch) | |
tree | ab13970f14b825c981def32647f222c39bfe2ee6 /textproc | |
parent | Mk/bsd.default-versions.mk: Update GO_DEFAULT to 1.19 (diff) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
Diffstat (limited to 'textproc')
31 files changed, 31 insertions, 27 deletions
diff --git a/textproc/codesearch/Makefile b/textproc/codesearch/Makefile index d4debe29f78c..c5f8a657881c 100644 --- a/textproc/codesearch/Makefile +++ b/textproc/codesearch/Makefile @@ -1,7 +1,7 @@ PORTNAME= codesearch DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= eborisch@gmail.com diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 95e0003a0752..39306253f5b3 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-template PORTVERSION= 0.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= swills@FreeBSD.org diff --git a/textproc/csvq/Makefile b/textproc/csvq/Makefile index bd4c931815d6..3be5074e1ea2 100644 --- a/textproc/csvq/Makefile +++ b/textproc/csvq/Makefile @@ -1,6 +1,7 @@ PORTNAME= csvq DISTVERSIONPREFIX= v DISTVERSION= 1.17.8 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/dasel/Makefile b/textproc/dasel/Makefile index b374bce85141..cbaf7c42a3b6 100644 --- a/textproc/dasel/Makefile +++ b/textproc/dasel/Makefile @@ -1,7 +1,7 @@ PORTNAME= dasel DISTVERSIONPREFIX= v DISTVERSION= 1.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile index f542702d0b6d..f502cfa6f143 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -1,5 +1,6 @@ PORTNAME= fzf DISTVERSION= 0.32.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/textproc/gh-grep/Makefile b/textproc/gh-grep/Makefile index 021817ef7abc..9c0109e0759c 100644 --- a/textproc/gh-grep/Makefile +++ b/textproc/gh-grep/Makefile @@ -1,7 +1,7 @@ PORTNAME= gh-grep DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/git-chglog/Makefile b/textproc/git-chglog/Makefile index 0bfc15b867d7..5d75fb0d7bee 100644 --- a/textproc/git-chglog/Makefile +++ b/textproc/git-chglog/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-chglog DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 999c7ab6a879..90eaecf218d5 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-elasticsearch-indexer PORTVERSION= 3.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index e278a7fd3f10..6e49c8de5e99 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-md2man DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= mateusz@serveraptor.com diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index 513763314394..544afad32d91 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v DISTVERSION= 4.25.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= timp87@gmail.com diff --git a/textproc/gojq/Makefile b/textproc/gojq/Makefile index 3f1f91d466dc..fc2cfbb0d751 100644 --- a/textproc/gojq/Makefile +++ b/textproc/gojq/Makefile @@ -1,6 +1,7 @@ PORTNAME= gojq DISTVERSIONPREFIX= v DISTVERSION= 0.12.8 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nork@ninth-nine.com diff --git a/textproc/gron/Makefile b/textproc/gron/Makefile index 8863ab0ff796..e14537758435 100644 --- a/textproc/gron/Makefile +++ b/textproc/gron/Makefile @@ -1,6 +1,6 @@ PORTNAME= gron PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/htmltest/Makefile b/textproc/htmltest/Makefile index 2b35c6fbc0bb..6c424fe7a6c1 100644 --- a/textproc/htmltest/Makefile +++ b/textproc/htmltest/Makefile @@ -1,7 +1,7 @@ PORTNAME= htmltest DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= dbaio@FreeBSD.org diff --git a/textproc/jid/Makefile b/textproc/jid/Makefile index 18efed272a3f..cbc42cec7346 100644 --- a/textproc/jid/Makefile +++ b/textproc/jid/Makefile @@ -1,7 +1,7 @@ PORTNAME= jid PORTVERSION= 0.7.6 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= sbz@FreeBSD.org diff --git a/textproc/kepubify/Makefile b/textproc/kepubify/Makefile index a9a29d5b6ca5..fdfe87cab7da 100644 --- a/textproc/kepubify/Makefile +++ b/textproc/kepubify/Makefile @@ -1,7 +1,7 @@ PORTNAME= kepubify DISTVERSIONPREFIX= v DISTVERSION= 4.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc converters MAINTAINER= fuz@fuz.su diff --git a/textproc/markdownfmt/Makefile b/textproc/markdownfmt/Makefile index 780b360408fc..c9ff417b31e0 100644 --- a/textproc/markdownfmt/Makefile +++ b/textproc/markdownfmt/Makefile @@ -2,7 +2,7 @@ PORTNAME= markdownfmt DISTVERSIONPREFIX= v DISTVERSION= 1.1-67 DISTVERSIONSUFFIX= -g3438a10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/mergestat/Makefile b/textproc/mergestat/Makefile index 94ad8befcee4..a3cd91580851 100644 --- a/textproc/mergestat/Makefile +++ b/textproc/mergestat/Makefile @@ -1,7 +1,7 @@ PORTNAME= mergestat DISTVERSIONPREFIX= v DISTVERSION= 0.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/minify/Makefile b/textproc/minify/Makefile index 21b636507ea6..1cd9c8433a7f 100644 --- a/textproc/minify/Makefile +++ b/textproc/minify/Makefile @@ -1,6 +1,6 @@ PORTNAME= minify PORTVERSION= 2.12.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= textproc www diff --git a/textproc/ov/Makefile b/textproc/ov/Makefile index 14aa86d3e5c6..2421bf38157d 100644 --- a/textproc/ov/Makefile +++ b/textproc/ov/Makefile @@ -1,7 +1,7 @@ PORTNAME= ov DISTVERSIONPREFIX= v DISTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/peco/Makefile b/textproc/peco/Makefile index 2a94ea3069f6..47dc338a738c 100644 --- a/textproc/peco/Makefile +++ b/textproc/peco/Makefile @@ -1,7 +1,7 @@ PORTNAME= peco PORTVERSION= 0.4.4 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= LOCAL/knu diff --git a/textproc/pup/Makefile b/textproc/pup/Makefile index ef6a5df70a72..fc1b2c5fa7f2 100644 --- a/textproc/pup/Makefile +++ b/textproc/pup/Makefile @@ -2,7 +2,7 @@ PORTNAME= pup DISTVERSIONPREFIX= v DISTVERSION= 0.4.0-10 DISTVERSIONSUFFIX= -g681d7bb -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc PATCH_SITES= https://github.com/ericchiang/pup/pull/ PATCHFILES= 107.patch:-p1 \ diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index 213810f62613..209ae40c013d 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ PORTNAME= sift PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org diff --git a/textproc/spiff/Makefile b/textproc/spiff/Makefile index 2f662b74a1a7..3feb19fd81b1 100644 --- a/textproc/spiff/Makefile +++ b/textproc/spiff/Makefile @@ -1,7 +1,7 @@ PORTNAME= spiff PORTVERSION= 1.0.8 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= swills@FreeBSD.org diff --git a/textproc/textnote/Makefile b/textproc/textnote/Makefile index fa0ebdcbee0d..241327bcfcc5 100644 --- a/textproc/textnote/Makefile +++ b/textproc/textnote/Makefile @@ -1,7 +1,7 @@ PORTNAME= textnote DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/textql/Makefile b/textproc/textql/Makefile index de3ef961436c..0b3681e8b013 100644 --- a/textproc/textql/Makefile +++ b/textproc/textql/Makefile @@ -1,6 +1,6 @@ PORTNAME= textql PORTVERSION= g20200203 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= ume@FreeBSD.org diff --git a/textproc/trdsql/Makefile b/textproc/trdsql/Makefile index 7465158ef991..5fe1edf7b9ea 100644 --- a/textproc/trdsql/Makefile +++ b/textproc/trdsql/Makefile @@ -1,7 +1,7 @@ PORTNAME= trdsql DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/uni/Makefile b/textproc/uni/Makefile index 8e179d71e971..adaf2463ba8f 100644 --- a/textproc/uni/Makefile +++ b/textproc/uni/Makefile @@ -1,6 +1,6 @@ PORTNAME= uni PORTVERSION= 2.5.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/up/Makefile b/textproc/up/Makefile index 3451a4f2890e..169137473de4 100644 --- a/textproc/up/Makefile +++ b/textproc/up/Makefile @@ -1,7 +1,7 @@ PORTNAME= up DISTVERSIONPREFIX= v DISTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/vale/Makefile b/textproc/vale/Makefile index f9c4e9cdc066..963562a8c284 100644 --- a/textproc/vale/Makefile +++ b/textproc/vale/Makefile @@ -1,5 +1,6 @@ PORTNAME= vale PORTVERSION= 2.20.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/vgrep/Makefile b/textproc/vgrep/Makefile index 723fb64f7c09..3bb1874e3126 100644 --- a/textproc/vgrep/Makefile +++ b/textproc/vgrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= vgrep DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile index 40c3ab20712f..9da305b985b2 100644 --- a/textproc/zed/Makefile +++ b/textproc/zed/Makefile @@ -1,7 +1,7 @@ PORTNAME?= zed DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= meta@FreeBSD.org |