git: b24868e7be03 - main - all: Bump after lang/go122 update

From: Ashish SHUKLA <ashish_at_FreeBSD.org>
Date: Sat, 15 Jun 2024 09:53:06 UTC
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b24868e7be03b2ce962ee5e9ead293c10dc15cfb

commit b24868e7be03b2ce962ee5e9ead293c10dc15cfb
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2024-06-15 09:06:47 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-06-15 09:52:23 +0000

    all: Bump after lang/go122 update
    
    MFH:            2024Q2
---
 databases/redis_exporter/Makefile              | 2 +-
 databases/usql/Makefile                        | 1 +
 devel/cirrus-cli/Makefile                      | 1 +
 devel/gitaly/Makefile                          | 1 +
 devel/gitlab-runner/Makefile                   | 2 +-
 devel/gitlab-shell/Makefile                    | 2 +-
 devel/gomigrate/Makefile                       | 1 +
 devel/lazygit/Makefile                         | 1 +
 devel/lefthook/Makefile                        | 1 +
 dns/dnscontrol/Makefile                        | 1 +
 editors/orbiton/Makefile                       | 2 +-
 finance/fabric/Makefile                        | 2 +-
 ftp/sftpgo/Makefile                            | 1 +
 lang/gptscript/Makefile                        | 2 +-
 misc/ls-lint/Makefile                          | 2 +-
 misc/py-wandb/Makefile                         | 1 +
 multimedia/navidrome/Makefile                  | 2 +-
 net-mgmt/telegraf/Makefile                     | 1 +
 net/frp/Makefile                               | 1 +
 net/gitlab-agent/Makefile                      | 1 +
 net/krakend-ce/Makefile                        | 1 +
 net/traefik/Makefile                           | 1 +
 security/apg/Makefile                          | 2 +-
 security/aws-iam-authenticator/Makefile        | 2 +-
 security/crowdsec/Makefile                     | 1 +
 security/git-credential-gopass/Makefile        | 2 +-
 security/gopass/Makefile                       | 2 +-
 security/lego/Makefile                         | 1 +
 security/local-php-security-checker/Makefile   | 1 +
 security/tailscale/Makefile                    | 1 +
 security/trivy/Makefile                        | 1 +
 security/vouch-proxy/Makefile                  | 2 +-
 security/xray-core/Makefile                    | 1 +
 sysutils/chaoskube/Makefile                    | 2 +-
 sysutils/cloud-nuke/Makefile                   | 1 +
 sysutils/consul/Makefile                       | 1 +
 sysutils/gomplate/Makefile                     | 1 +
 sysutils/helm/Makefile                         | 1 +
 sysutils/kopia/Makefile                        | 2 +-
 sysutils/kops/Makefile                         | 1 +
 sysutils/kubectl/Makefile                      | 1 +
 sysutils/minikube/Makefile                     | 1 +
 sysutils/popeye/Makefile                       | 1 +
 sysutils/terraform-docs/Makefile               | 1 +
 sysutils/terraform-switcher/Makefile           | 2 +-
 sysutils/terraform/Makefile                    | 1 +
 textproc/consul-template/Makefile              | 1 +
 textproc/gitlab-elasticsearch-indexer/Makefile | 2 +-
 textproc/jqp/Makefile                          | 1 +
 textproc/ytt/Makefile                          | 2 +-
 www/adguardhome/Makefile                       | 2 +-
 www/forgejo/Makefile                           | 1 +
 www/gitlab-pages/Makefile                      | 1 +
 www/gitlab-workhorse/Makefile                  | 1 +
 www/mattermost-server/Makefile                 | 1 +
 www/miniflux/Makefile                          | 2 +-
 x11/kitty/Makefile                             | 2 +-
 57 files changed, 57 insertions(+), 21 deletions(-)

diff --git a/databases/redis_exporter/Makefile b/databases/redis_exporter/Makefile
index 35d250462081..96ea17f67c6d 100644
--- a/databases/redis_exporter/Makefile
+++ b/databases/redis_exporter/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	redis_exporter
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.58.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases
 
 MAINTAINER=	arcade@b1t.name
diff --git a/databases/usql/Makefile b/databases/usql/Makefile
index 0cbed2ff9d9f..4cd259ee20f2 100644
--- a/databases/usql/Makefile
+++ b/databases/usql/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	usql
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.19.3
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile
index 91594d090dc1..0334a5c1e059 100644
--- a/devel/cirrus-cli/Makefile
+++ b/devel/cirrus-cli/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	cirrus-cli
 DISTVERSION=	0.119.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	bofh@FreeBSD.org
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 9f47d617a852..a1a47a79e4ba 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gitaly
 DISTVERSIONPREFIX=	v
 DISTVERSION=	17.0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile
index 0ed0df70ec61..631ea8bd6397 100644
--- a/devel/gitlab-runner/Makefile
+++ b/devel/gitlab-runner/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gitlab-runner
 DISTVERSIONPREFIX=	v
 DISTVERSION=	17.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \
 		https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index e58abc4d9107..53b8921b1c0a 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gitlab-shell
 PORTVERSION=	14.35.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
diff --git a/devel/gomigrate/Makefile b/devel/gomigrate/Makefile
index 4e1a893a303a..9a142e0bf085 100644
--- a/devel/gomigrate/Makefile
+++ b/devel/gomigrate/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	migrate
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.17.1
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	go
 
diff --git a/devel/lazygit/Makefile b/devel/lazygit/Makefile
index 2c52303a1c48..894ec29b84d7 100644
--- a/devel/lazygit/Makefile
+++ b/devel/lazygit/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	lazygit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.42.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	meta@FreeBSD.org
diff --git a/devel/lefthook/Makefile b/devel/lefthook/Makefile
index bee1ce76275f..6b2a6149f47e 100644
--- a/devel/lefthook/Makefile
+++ b/devel/lefthook/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	lefthook
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.6.16
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile
index b06b04f968a0..40389e865e0b 100644
--- a/dns/dnscontrol/Makefile
+++ b/dns/dnscontrol/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	dnscontrol
 DISTVERSIONPREFIX=v
 DISTVERSION=	4.11.0
+PORTREVISION=	1
 CATEGORIES=	dns
 
 MAINTAINER=	decke@FreeBSD.org
diff --git a/editors/orbiton/Makefile b/editors/orbiton/Makefile
index 37a635b382e8..7417ee8b63b8 100644
--- a/editors/orbiton/Makefile
+++ b/editors/orbiton/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	orbiton
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.65.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/finance/fabric/Makefile b/finance/fabric/Makefile
index 4316cf29abbf..6b6ba90972d6 100644
--- a/finance/fabric/Makefile
+++ b/finance/fabric/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	fabric
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.5.8
+PORTREVISION=	1
 CATEGORIES=	finance
 PKGNAMESUFFIX=	-hyperledger
 
@@ -137,7 +138,6 @@ GH_TUPLE=	\
 		uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \
 		uber-go:zap:v1.26.0:uber_go_zap/vendor/go.uber.org/zap
 
-
 PROGS=		configtxgen \
 		configtxlator \
 		cryptogen \
diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile
index 0fc7c03f99ba..5a50b35c1fb5 100644
--- a/ftp/sftpgo/Makefile
+++ b/ftp/sftpgo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sftpgo
 PORTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	ftp www
 MASTER_SITES=	https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_src_with_deps
diff --git a/lang/gptscript/Makefile b/lang/gptscript/Makefile
index 7eeb86f81367..90cd056ba00c 100644
--- a/lang/gptscript/Makefile
+++ b/lang/gptscript/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gptscript
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	lang
 
 MAINTAINER=	nivit@FreeBSD.org
diff --git a/misc/ls-lint/Makefile b/misc/ls-lint/Makefile
index 44103cb7ddcd..3ddc163b7daf 100644
--- a/misc/ls-lint/Makefile
+++ b/misc/ls-lint/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ls-lint
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile
index b1c874d3f95f..ee421bba65cb 100644
--- a/misc/py-wandb/Makefile
+++ b/misc/py-wandb/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	wandb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.17.1
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/navidrome/Makefile b/multimedia/navidrome/Makefile
index e56e262cdf96..c678f2b70d71 100644
--- a/multimedia/navidrome/Makefile
+++ b/multimedia/navidrome/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	navidrome
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.52.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://people.freebsd.org/~kbowling/distfiles/:npmcache
 DISTFILES=	${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache
diff --git a/net-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile
index c907bd036cbb..cdfc5fca6ec1 100644
--- a/net-mgmt/telegraf/Makefile
+++ b/net-mgmt/telegraf/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	telegraf
 DISTVERSIONPREFIX=v
 DISTVERSION=	1.31.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	girgen@FreeBSD.org
diff --git a/net/frp/Makefile b/net/frp/Makefile
index 3e1151240f5e..2fa935aa8df8 100644
--- a/net/frp/Makefile
+++ b/net/frp/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	frp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.58.1
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net/gitlab-agent/Makefile b/net/gitlab-agent/Makefile
index 521b0c7892a5..2d300551eb12 100644
--- a/net/gitlab-agent/Makefile
+++ b/net/gitlab-agent/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gitlab-agent
 PORTVERSION=	17.0.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	mfechner@FreeBSD.org
diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile
index 941ba6e4a6af..716f542857db 100644
--- a/net/krakend-ce/Makefile
+++ b/net/krakend-ce/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	krakend-ce
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.6.3
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	jrm@FreeBSD.org
diff --git a/net/traefik/Makefile b/net/traefik/Makefile
index 7430f6488363..8db3602a71b0 100644
--- a/net/traefik/Makefile
+++ b/net/traefik/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	traefik
 PORTVERSION=	2.11.3
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	LOCAL/riggs/${PORTNAME}
 
diff --git a/security/apg/Makefile b/security/apg/Makefile
index 9fb4772300ac..235b5be43599 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=		apg
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=		1
 CATEGORIES=		security sysutils
 
diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile
index 7e4fe29122eb..a68f0f82528e 100644
--- a/security/aws-iam-authenticator/Makefile
+++ b/security/aws-iam-authenticator/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	aws-iam-authenticator
 PORTVERSION=	0.6.20
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	danilo@FreeBSD.org
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile
index 4e3e5e7e7f69..05d32227fca1 100644
--- a/security/crowdsec/Makefile
+++ b/security/crowdsec/Makefile
@@ -3,6 +3,7 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	1.6.2
 # the remote tag was moved for 1.6.2, so we force another tag to avoid the version on proxy.golang.org
 DISTVERSIONSUFFIX=     -final
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	marco@crowdsec.net
diff --git a/security/git-credential-gopass/Makefile b/security/git-credential-gopass/Makefile
index 42e38a6feb8d..5e3b1ab7bd58 100644
--- a/security/git-credential-gopass/Makefile
+++ b/security/git-credential-gopass/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	git-credential-gopass
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.15.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 
 MAINTAINER=	ehaupt@FreeBSD.org
diff --git a/security/gopass/Makefile b/security/gopass/Makefile
index 5f5095c224d5..d86584c97d7b 100644
--- a/security/gopass/Makefile
+++ b/security/gopass/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gopass
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.15.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/security/lego/Makefile b/security/lego/Makefile
index a4beec5b1cd4..21026bf3212b 100644
--- a/security/lego/Makefile
+++ b/security/lego/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	lego
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.17.3
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	matt@matthoran.com
diff --git a/security/local-php-security-checker/Makefile b/security/local-php-security-checker/Makefile
index 3f733a8544c6..ca701b35c6ab 100644
--- a/security/local-php-security-checker/Makefile
+++ b/security/local-php-security-checker/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	local-php-security-checker
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GH
 
diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile
index 4f3b1c4c8bd3..12ccdfc44266 100644
--- a/security/tailscale/Makefile
+++ b/security/tailscale/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	tailscale
 PORTVERSION=	1.66.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	security net-vpn
 
 MAINTAINER=	ashish@FreeBSD.org
diff --git a/security/trivy/Makefile b/security/trivy/Makefile
index 01239f562c7b..dd7feca7fe79 100644
--- a/security/trivy/Makefile
+++ b/security/trivy/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	trivy
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.52.1
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	mfechner@FreeBSD.org
diff --git a/security/vouch-proxy/Makefile b/security/vouch-proxy/Makefile
index d323a9c7dced..be704a996c37 100644
--- a/security/vouch-proxy/Makefile
+++ b/security/vouch-proxy/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	vouch-proxy
 DISTVERSIONPREFIX=v
 DISTVERSION=	0.40.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 
 MAINTAINER=	decke@FreeBSD.org
diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile
index dbe5d20114f0..115b54c2bda2 100644
--- a/security/xray-core/Makefile
+++ b/security/xray-core/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	xray-core
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8.11
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/v2fly/geoip/releases/download/202404250042/:geoip \
 		https://github.com/v2fly/domain-list-community/releases/download/20240426060244/:geosite
diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile
index ff966dc723e2..7c00274942ae 100644
--- a/sysutils/chaoskube/Makefile
+++ b/sysutils/chaoskube/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	chaoskube
 PORTVERSION=	0.32.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 
 MAINTAINER=	dutra@FreeBSD.org
diff --git a/sysutils/cloud-nuke/Makefile b/sysutils/cloud-nuke/Makefile
index 8ac88cf98b19..c98f966b3cc6 100644
--- a/sysutils/cloud-nuke/Makefile
+++ b/sysutils/cloud-nuke/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	cloud-nuke
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.36.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dutra@FreeBSD.org
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index 89740dad7176..62a6dc9600e3 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	consul
 DISTVERSION=	1.19.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/
 DISTFILES=	go.mod \
diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile
index 8ea6cb02059b..71f7a004dc50 100644
--- a/sysutils/gomplate/Makefile
+++ b/sysutils/gomplate/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gomplate
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.11.8
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile
index 9e23ad7a5b07..bf27c00cd1a7 100644
--- a/sysutils/helm/Makefile
+++ b/sysutils/helm/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	helm
 PORTVERSION=	3.15.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	danilo@FreeBSD.org
diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile
index 310ca7f7cb57..574a1c111cc3 100644
--- a/sysutils/kopia/Makefile
+++ b/sysutils/kopia/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	kopia
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.17.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile
index 60bba41bdba9..8519fd5edbb3 100644
--- a/sysutils/kops/Makefile
+++ b/sysutils/kops/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	kops
 PORTVERSION=	1.29.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	danilo@FreeBSD.org
diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile
index e6caaab4180e..25fc4de06042 100644
--- a/sysutils/kubectl/Makefile
+++ b/sysutils/kubectl/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	kubectl
 PORTVERSION=	1.30.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	danilo@FreeBSD.org
diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile
index 08c9c14fa132..1f9f1c6a6ee2 100644
--- a/sysutils/minikube/Makefile
+++ b/sysutils/minikube/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	minikube
 PORTVERSION=	1.33.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	danilo@FreeBSD.org
diff --git a/sysutils/popeye/Makefile b/sysutils/popeye/Makefile
index eb302ffd8714..16930c6b7431 100644
--- a/sysutils/popeye/Makefile
+++ b/sysutils/popeye/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	popeye
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.21.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dutra@FreeBSD.org
diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile
index efb433918cef..9a98edfaa1b0 100644
--- a/sysutils/terraform-docs/Makefile
+++ b/sysutils/terraform-docs/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	terraform-docs
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.18.0
+PORTREVISION=	1
 CATEGORIES=	sysutils textproc
 
 MAINTAINER=	dutra@FreeBSD.org
diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile
index 2682bb9647cc..6034a9b9ab43 100644
--- a/sysutils/terraform-switcher/Makefile
+++ b/sysutils/terraform-switcher/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	terraform-switcher
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	dutra@FreeBSD.org
diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile
index 15f468c9bc12..cf379cff98cd 100644
--- a/sysutils/terraform/Makefile
+++ b/sysutils/terraform/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	terraform
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dutra@FreeBSD.org
diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile
index 0ba04b169f2e..31d2558d9224 100644
--- a/textproc/consul-template/Makefile
+++ b/textproc/consul-template/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	consul-template
 DISTVERSION=	0.38.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	bofh@FreeBSD.org
diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile
index f5c03ac65be0..6ff29b029701 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=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 
 MAINTAINER=	mfechner@FreeBSD.org
diff --git a/textproc/jqp/Makefile b/textproc/jqp/Makefile
index 5bc920cfda9c..771354d52f45 100644
--- a/textproc/jqp/Makefile
+++ b/textproc/jqp/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	jqp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/textproc/ytt/Makefile b/textproc/ytt/Makefile
index 2f40e754abc6..32189df5e9a6 100644
--- a/textproc/ytt/Makefile
+++ b/textproc/ytt/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ytt
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.49.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile
index 6d6192999d87..83db91ab5725 100644
--- a/www/adguardhome/Makefile
+++ b/www/adguardhome/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	adguardhome
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.107.51
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile
index 3a9cbb6812fd..fb6728294317 100644
--- a/www/forgejo/Makefile
+++ b/www/forgejo/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	forgejo
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.0.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 DISTNAME=	forgejo-src-${DISTVERSION}
diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile
index 58aad29b9741..539f97c4318e 100644
--- a/www/gitlab-pages/Makefile
+++ b/www/gitlab-pages/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gitlab-pages
 PORTVERSION=	17.0.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES+=	https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/
 DISTFILES+=	go.mod
diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile
index 066db0058e20..694bd55ed9b6 100644
--- a/www/gitlab-workhorse/Makefile
+++ b/www/gitlab-workhorse/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gitlab-workhorse
 PORTVERSION=	17.0.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	mfechner@FreeBSD.org
diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile
index d412618485c4..c773a2467f28 100644
--- a/www/mattermost-server/Makefile
+++ b/www/mattermost-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mattermost
 PORTVERSION=	9.5.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/decke
 PKGNAMESUFFIX=	-server
diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile
index a49e892b91ea..01803fc278c6 100644
--- a/www/miniflux/Makefile
+++ b/www/miniflux/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	miniflux
 DISTVERSION=	2.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	krion@FreeBSD.org
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index fb28b38c366e..bf4cba45238a 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	kitty
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.33.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	nivit@FreeBSD.org