summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2024-06-15 09:06:47 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2024-06-15 09:58:21 +0000
commit4ce9aac81b75f82a841319f0297f45ded1cbe8b0 (patch)
tree718f44d3a016cc0ac367eb3c6f552791c209e92a
parentaa2919fafeb561c987ff7957a14f3bdbd4b62399 (diff)
downloadfreebsd-ports-4ce9aac81b75f82a841319f0297f45ded1cbe8b0.zip
all: Bump after lang/go122 update
MFH: 2024Q2 (cherry picked from commit b24868e7be03b2ce962ee5e9ead293c10dc15cfb)
-rw-r--r--databases/redis_exporter/Makefile2
-rw-r--r--databases/usql/Makefile2
-rw-r--r--devel/gitaly/Makefile2
-rw-r--r--devel/gitlab-runner/Makefile2
-rw-r--r--devel/gitlab-shell/Makefile2
-rw-r--r--devel/lazygit/Makefile2
-rw-r--r--devel/lefthook/Makefile2
-rw-r--r--dns/dnscontrol/Makefile2
-rw-r--r--editors/orbiton/Makefile2
-rw-r--r--finance/fabric/Makefile2
-rw-r--r--ftp/sftpgo/Makefile2
-rw-r--r--lang/gptscript/Makefile2
-rw-r--r--misc/ls-lint/Makefile2
-rw-r--r--misc/py-wandb/Makefile1
-rw-r--r--multimedia/navidrome/Makefile2
-rw-r--r--net-mgmt/telegraf/Makefile2
-rw-r--r--net/frp/Makefile2
-rw-r--r--net/krakend-ce/Makefile2
-rw-r--r--net/traefik/Makefile1
-rw-r--r--security/apg/Makefile2
-rw-r--r--security/aws-iam-authenticator/Makefile2
-rw-r--r--security/crowdsec/Makefile2
-rw-r--r--security/git-credential-gopass/Makefile2
-rw-r--r--security/gopass/Makefile2
-rw-r--r--security/lego/Makefile2
-rw-r--r--security/local-php-security-checker/Makefile2
-rw-r--r--security/tailscale/Makefile1
-rw-r--r--security/trivy/Makefile1
-rw-r--r--security/vouch-proxy/Makefile2
-rw-r--r--security/xray-core/Makefile2
-rw-r--r--sysutils/chaoskube/Makefile2
-rw-r--r--sysutils/consul/Makefile2
-rw-r--r--sysutils/gomplate/Makefile2
-rw-r--r--sysutils/kopia/Makefile2
-rw-r--r--sysutils/kops/Makefile2
-rw-r--r--sysutils/minikube/Makefile2
-rw-r--r--sysutils/terraform-docs/Makefile2
-rw-r--r--sysutils/terraform-switcher/Makefile2
-rw-r--r--sysutils/terraform/Makefile2
-rw-r--r--textproc/gitlab-elasticsearch-indexer/Makefile2
-rw-r--r--textproc/ytt/Makefile2
-rw-r--r--www/adguardhome/Makefile2
-rw-r--r--www/forgejo/Makefile2
-rw-r--r--www/mattermost-server/Makefile2
-rw-r--r--www/miniflux/Makefile2
-rw-r--r--x11/kitty/Makefile2
46 files changed, 46 insertions, 42 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 0dd7c9d42b9a..344160a2f234 100644
--- a/databases/usql/Makefile
+++ b/databases/usql/Makefile
@@ -1,7 +1,7 @@
PORTNAME= usql
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index 4b13bb9088f5..f95cf6104c2e 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gitaly
DISTVERSIONPREFIX= v
DISTVERSION= 16.11.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= mfechner@FreeBSD.org
diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile
index 26c42252af5d..527f021d598d 100644
--- a/devel/gitlab-runner/Makefile
+++ b/devel/gitlab-runner/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gitlab-runner
DISTVERSIONPREFIX= v
DISTVERSION= 16.11.1
-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/lazygit/Makefile b/devel/lazygit/Makefile
index bed667e5deae..5b5140bec6fd 100644
--- a/devel/lazygit/Makefile
+++ b/devel/lazygit/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lazygit
DISTVERSIONPREFIX= v
DISTVERSION= 0.40.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MAINTAINER= meta@FreeBSD.org
diff --git a/devel/lefthook/Makefile b/devel/lefthook/Makefile
index 4950b3540801..e3f6e1ebb3e0 100644
--- a/devel/lefthook/Makefile
+++ b/devel/lefthook/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lefthook
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/dns/dnscontrol/Makefile b/dns/dnscontrol/Makefile
index 7e268da8cb8f..3e47ebfe8493 100644
--- a/dns/dnscontrol/Makefile
+++ b/dns/dnscontrol/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dnscontrol
DISTVERSIONPREFIX=v
DISTVERSION= 4.8.2
-PORTREVISION= 4
+PORTREVISION= 5
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 6ed4aa4e5faa..c00f510c623a 100644
--- a/finance/fabric/Makefile
+++ b/finance/fabric/Makefile
@@ -1,7 +1,7 @@
PORTNAME= fabric
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= finance
PKGNAMESUFFIX= -hyperledger
diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile
index b7f3acbfaeb0..af39036843a4 100644
--- a/ftp/sftpgo/Makefile
+++ b/ftp/sftpgo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sftpgo
PORTVERSION= 2.5.5
-PORTREVISION= 5
+PORTREVISION= 6
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 79229933926b..2b3109fbdc7c 100644
--- a/lang/gptscript/Makefile
+++ b/lang/gptscript/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gptscript
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.2
-PORTREVISION= 2
+PORTREVISION= 3
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 d72d389a3b3e..363e6e98d29e 100644
--- a/misc/py-wandb/Makefile
+++ b/misc/py-wandb/Makefile
@@ -1,6 +1,7 @@
PORTNAME= wandb
DISTVERSIONPREFIX= v
DISTVERSION= 0.16.6
+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 84ef46744592..463c8446b052 100644
--- a/multimedia/navidrome/Makefile
+++ b/multimedia/navidrome/Makefile
@@ -1,7 +1,7 @@
PORTNAME= navidrome
DISTVERSIONPREFIX= v
DISTVERSION= 0.50.2
-PORTREVISION= 5
+PORTREVISION= 6
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 2af1441cbb6d..b6b7021b3176 100644
--- a/net-mgmt/telegraf/Makefile
+++ b/net-mgmt/telegraf/Makefile
@@ -1,7 +1,7 @@
PORTNAME= telegraf
DISTVERSIONPREFIX=v
DISTVERSION= 1.30.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MAINTAINER= girgen@FreeBSD.org
diff --git a/net/frp/Makefile b/net/frp/Makefile
index 4d3b0557e1f8..f0abbe1bf2e8 100644
--- a/net/frp/Makefile
+++ b/net/frp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= frp
DISTVERSIONPREFIX= v
DISTVERSION= 0.56.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile
index ca9fbaf01cef..083f1d179d56 100644
--- a/net/krakend-ce/Makefile
+++ b/net/krakend-ce/Makefile
@@ -1,7 +1,7 @@
PORTNAME= krakend-ce
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.1
-PORTREVISION= 4
+PORTREVISION= 5
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 419fdbf6abe2..3375493b4725 100644
--- a/security/aws-iam-authenticator/Makefile
+++ b/security/aws-iam-authenticator/Makefile
@@ -1,7 +1,7 @@
PORTNAME= aws-iam-authenticator
PORTVERSION= 0.6.19
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= danilo@FreeBSD.org
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile
index f76a818b343c..9c808b4af5b8 100644
--- a/security/crowdsec/Makefile
+++ b/security/crowdsec/Makefile
@@ -1,7 +1,7 @@
PORTNAME= crowdsec
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.0
-PORTREVISION= 4
+PORTREVISION= 5
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 55ca1803d25b..2eaede01de96 100644
--- a/security/lego/Makefile
+++ b/security/lego/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lego
DISTVERSIONPREFIX= v
DISTVERSION= 4.16.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MAINTAINER= matt@matthoran.com
diff --git a/security/local-php-security-checker/Makefile b/security/local-php-security-checker/Makefile
index af271b021119..c4b5c5c99fa3 100644
--- a/security/local-php-security-checker/Makefile
+++ b/security/local-php-security-checker/Makefile
@@ -1,7 +1,7 @@
PORTNAME= local-php-security-checker
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.6
-PORTREVISION= 13
+PORTREVISION= 14
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 d89bd936059b..6973d1a3f7c1 100644
--- a/security/vouch-proxy/Makefile
+++ b/security/vouch-proxy/Makefile
@@ -1,7 +1,7 @@
PORTNAME= vouch-proxy
DISTVERSIONPREFIX=v
DISTVERSION= 0.39.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= security
MAINTAINER= decke@FreeBSD.org
diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile
index 230c894ab377..2598df607304 100644
--- a/security/xray-core/Makefile
+++ b/security/xray-core/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xray-core
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202403070031/:geoip \
https://github.com/v2fly/domain-list-community/releases/download/20240301033006/: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/consul/Makefile b/sysutils/consul/Makefile
index 70567985ce70..ea2c60aa0056 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -1,7 +1,7 @@
PORTNAME= consul
DISTVERSION= 1.18.1
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
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 852314ec72a6..94f692f2f746 100644
--- a/sysutils/gomplate/Makefile
+++ b/sysutils/gomplate/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gomplate
DISTVERSIONPREFIX= v
DISTVERSION= 3.11.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= eduardo@FreeBSD.org
diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile
index 1f7cdb20641c..18a9f9f05251 100644
--- a/sysutils/kopia/Makefile
+++ b/sysutils/kopia/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kopia
DISTVERSIONPREFIX= v
DISTVERSION= 0.16.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= eduardo@FreeBSD.org
diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile
index fb67db486549..6b3bc0614500 100644
--- a/sysutils/kops/Makefile
+++ b/sysutils/kops/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kops
PORTVERSION= 1.28.4
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= danilo@FreeBSD.org
diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile
index f66e389ef6a2..487cefc10f9e 100644
--- a/sysutils/minikube/Makefile
+++ b/sysutils/minikube/Makefile
@@ -1,7 +1,7 @@
PORTNAME= minikube
PORTVERSION= 1.32.0
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= danilo@FreeBSD.org
diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile
index 1eb059798cca..62fd8c1f4b2f 100644
--- a/sysutils/terraform-docs/Makefile
+++ b/sysutils/terraform-docs/Makefile
@@ -1,7 +1,7 @@
PORTNAME= terraform-docs
DISTVERSIONPREFIX= v
DISTVERSION= 0.16.0
-PORTREVISION= 21
+PORTREVISION= 22
CATEGORIES= sysutils textproc
MAINTAINER= dutra@FreeBSD.org
diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile
index 4ee1fcbdea51..874e0ebb3e39 100644
--- a/sysutils/terraform-switcher/Makefile
+++ b/sysutils/terraform-switcher/Makefile
@@ -1,6 +1,6 @@
PORTNAME= terraform-switcher
DISTVERSION= 1.0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= dutra@FreeBSD.org
diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile
index 7603ca609140..422596f1730c 100644
--- a/sysutils/terraform/Makefile
+++ b/sysutils/terraform/Makefile
@@ -1,7 +1,7 @@
PORTNAME= terraform
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= dutra@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/ytt/Makefile b/textproc/ytt/Makefile
index f34ec0af5d20..aa0be110eea1 100644
--- a/textproc/ytt/Makefile
+++ b/textproc/ytt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ytt
DISTVERSIONPREFIX= v
DISTVERSION= 0.47.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile
index 9457d0e166c8..09ccd89e9038 100644
--- a/www/adguardhome/Makefile
+++ b/www/adguardhome/Makefile
@@ -1,7 +1,7 @@
PORTNAME= adguardhome
DISTVERSIONPREFIX= v
DISTVERSION= 0.107.45
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile
index 52027faa5c83..5ce85017635c 100644
--- a/www/forgejo/Makefile
+++ b/www/forgejo/Makefile
@@ -1,7 +1,7 @@
PORTNAME= forgejo
DISTVERSIONPREFIX= v
DISTVERSION= 1.21.10-0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= forgejo-src-${DISTVERSION}
diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile
index 7dc37d2c66da..9358167b184f 100644
--- a/www/mattermost-server/Makefile
+++ b/www/mattermost-server/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mattermost
DISTVERSION= 8.1.11
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= LOCAL/decke/${PORTNAME}-${DISTVERSIONFULL}/:gomod
PKGNAMESUFFIX= -server
diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile
index b20b63f5b677..fd65d442d4a0 100644
--- a/www/miniflux/Makefile
+++ b/www/miniflux/Makefile
@@ -1,6 +1,6 @@
PORTNAME= miniflux
DISTVERSION= 2.1.2
-PORTREVISION= 2
+PORTREVISION= 3
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