diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-05-13 17:33:23 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-05-13 17:56:04 +0000 |
commit | a0676cbde9ff7029f5f0af1c50135be5e669d325 (patch) | |
tree | e03c86d212c4a20fc5d394092c8ef107786268e1 /textproc | |
parent | lang/go122: Update to 1.22.3 (diff) |
all: Bump after lang/go122 update
MFH: 2024Q2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gitlab-elasticsearch-indexer/Makefile | 2 | ||||
-rw-r--r-- | textproc/ytt/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 8a76f5ca0eeb..f5c03ac65be0 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-elasticsearch-indexer PORTVERSION= 4.8.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org diff --git a/textproc/ytt/Makefile b/textproc/ytt/Makefile index 98afe3a60d8d..2f40e754abc6 100644 --- a/textproc/ytt/Makefile +++ b/textproc/ytt/Makefile @@ -1,6 +1,7 @@ PORTNAME= ytt DISTVERSIONPREFIX= v DISTVERSION= 0.49.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org |