aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2025-02-23 12:45:55 +0000
committerJason E. Hale <jhale@FreeBSD.org>2025-02-23 12:47:41 +0000
commitcbef78abfce5346f71e824247d75c88c04c084c0 (patch)
tree2c4507d77ffb9e88c8a7c01c2c59c0612fda0361
parentd4aa953cf083ac1ff6827dc2921aad1d6b4d01df (diff)
-rw-r--r--audio/mixxx/Makefile2
-rw-r--r--audio/mumble-server/Makefile2
-rw-r--r--audio/mumble/Makefile2
-rw-r--r--audio/murmur/Makefile2
-rw-r--r--audio/py-torchaudio/Makefile2
-rw-r--r--audio/sfizz/Makefile1
-rw-r--r--audio/webrtc-audio-processing/Makefile1
-rw-r--r--audio/webrtc-audio-processing2/Makefile1
-rw-r--r--benchmarks/apib/Makefile2
-rw-r--r--cad/kicad/Makefile1
-rw-r--r--cad/openroad/Makefile2
-rw-r--r--databases/arrow/Makefile1
-rw-r--r--devel/apache-orc/Makefile2
-rw-r--r--devel/bear/Makefile2
-rw-r--r--devel/google-cloud-cpp/Makefile2
-rw-r--r--devel/grpc/Makefile1
-rw-r--r--devel/libphonenumber/Makefile1
-rw-r--r--devel/protobuf/Makefile1
-rw-r--r--devel/py-dm-tree/Makefile2
-rw-r--r--devel/pybind11_abseil/Makefile1
-rw-r--r--devel/pybind11_protobuf/Makefile2
-rw-r--r--devel/qt6-grpc/Makefile1
-rw-r--r--devel/re2/Makefile1
-rw-r--r--devel/youcompleteme/Makefile2
-rw-r--r--editors/libreoffice/Makefile2
-rw-r--r--filesystems/securefs/Makefile1
-rw-r--r--graphics/qgis-ltr/Makefile2
-rw-r--r--graphics/qgis/Makefile1
-rw-r--r--graphics/s2/Makefile1
-rw-r--r--math/obake/Makefile2
-rw-r--r--math/or-tools/Makefile1
-rw-r--r--math/py-or-tools/Makefile2
-rw-r--r--math/py-pyaudi/Makefile2
-rw-r--r--misc/ncnn/Makefile2
-rw-r--r--misc/onnx/Makefile2
-rw-r--r--misc/onnxruntime/Makefile2
-rw-r--r--misc/py-onnx/Makefile2
-rw-r--r--misc/py-pytorch/Makefile2
-rw-r--r--misc/pytorch/Makefile2
-rw-r--r--multimedia/libgav1/Makefile2
-rw-r--r--multimedia/vlc/Makefile2
-rw-r--r--net-im/telegram-desktop/Makefile1
-rw-r--r--net-im/tg_owt/Makefile2
-rw-r--r--net-mgmt/fastnetmon/Makefile2
-rw-r--r--net-mgmt/netdata/Makefile1
-rw-r--r--net/ecal/Makefile2
-rw-r--r--net/libilbc/Makefile2
-rw-r--r--security/crowdsec/Makefile1
-rw-r--r--sysutils/bsdsensors/Makefile1
-rw-r--r--sysutils/bulk_extractor/Makefile2
-rw-r--r--www/envoy/Makefile2
-rw-r--r--www/freenginx-devel/Makefile2
-rw-r--r--www/freenginx/Makefile2
-rw-r--r--www/nginx-devel/Makefile2
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/qt6-webengine/Makefile2
56 files changed, 56 insertions, 37 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index ab1e9631bb74..7d222b53a0b1 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mixxx
DISTVERSION= 2.5.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= acm@FreeBSD.org
diff --git a/audio/mumble-server/Makefile b/audio/mumble-server/Makefile
index e494d4f68e13..589dfe061c51 100644
--- a/audio/mumble-server/Makefile
+++ b/audio/mumble-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mumble-server
DISTVERSION= 1.5.735
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= https://github.com/${PORTNAME:S/-server//}-voip/${PORTNAME:S/-server//}/releases/download/v${DISTVERSION}/
DISTNAME= ${PORTNAME:S/-server//}-${DISTVERSION}
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 2950203ea956..a7f3f0470f63 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mumble
DISTVERSION= 1.5.735
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}-voip/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index 5470aa34d61b..712b7db53eb9 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -1,6 +1,6 @@
PORTNAME= murmur
DISTVERSION= 1.3.4
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio net
MAINTAINER= vvd@FreeBSD.org
diff --git a/audio/py-torchaudio/Makefile b/audio/py-torchaudio/Makefile
index 0c9f12813c10..bff36adb061a 100644
--- a/audio/py-torchaudio/Makefile
+++ b/audio/py-torchaudio/Makefile
@@ -1,7 +1,7 @@
PORTNAME= torchaudio
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio python # machine-learning
MASTER_SITES= https://downloads.sourceforge.net/project/sox/sox/14.4.2/:sox
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile
index 094ae7cb05fd..c20f87b666d8 100644
--- a/audio/sfizz/Makefile
+++ b/audio/sfizz/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sfizz
DISTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
diff --git a/audio/webrtc-audio-processing/Makefile b/audio/webrtc-audio-processing/Makefile
index 51a02818ff06..33864009b6be 100644
--- a/audio/webrtc-audio-processing/Makefile
+++ b/audio/webrtc-audio-processing/Makefile
@@ -1,5 +1,6 @@
PORTNAME= webrtc-audio-processing
DISTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/
diff --git a/audio/webrtc-audio-processing2/Makefile b/audio/webrtc-audio-processing2/Makefile
index c21236f06bd6..6194521ab7db 100644
--- a/audio/webrtc-audio-processing2/Makefile
+++ b/audio/webrtc-audio-processing2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= webrtc-audio-processing
DISTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/
PKGNAMESUFFIX= 2
diff --git a/benchmarks/apib/Makefile b/benchmarks/apib/Makefile
index c33725a13f2c..2ebb3323e2a9 100644
--- a/benchmarks/apib/Makefile
+++ b/benchmarks/apib/Makefile
@@ -2,7 +2,7 @@ PORTNAME= apib
DISTVERSIONPREFIX= ${PORTNAME:tu}_
DISTVERSION= 1_2_1
DISTVERSIONSUFFIX= _RC1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= benchmarks www
MAINTAINER= danfe@FreeBSD.org
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 64daaf1ee050..37c1aa505511 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kicad
DISTVERSION= 9.0.0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= cad
diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile
index 042f039be191..2992c1f6abde 100644
--- a/cad/openroad/Makefile
+++ b/cad/openroad/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openroad
DISTVERSIONPREFIX= v
DISTVERSION= 2.0-20250216
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= cad
diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index 3074feb4a675..b5bfb73c776e 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arrow
DISTVERSION= 19.0.1
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
https://github.com/apache/orc/archive/rel/:orc
diff --git a/devel/apache-orc/Makefile b/devel/apache-orc/Makefile
index 9a30de2eac50..7da73e13cdae 100644
--- a/devel/apache-orc/Makefile
+++ b/devel/apache-orc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= orc
DISTVERSION= 2.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://dlcdn.apache.org/orc/orc-2.0.3/:orc \
https://archive.apache.org/dist/orc/orc-format-1.0.0/:orc_format
diff --git a/devel/bear/Makefile b/devel/bear/Makefile
index 839f792b8cc8..05055fada9c2 100644
--- a/devel/bear/Makefile
+++ b/devel/bear/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bear
DISTVERSION= 3.1.5
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel
MAINTAINER= jrm@FreeBSD.org
diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile
index 99c50b221d5f..26758922b82a 100644
--- a/devel/google-cloud-cpp/Makefile
+++ b/devel/google-cloud-cpp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= google-cloud-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 2.27.0
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= devel
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile
index 1d6568015347..97d598549c68 100644
--- a/devel/grpc/Makefile
+++ b/devel/grpc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= grpc
PORTVERSION= 1.70.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTEPOCH= 2
CATEGORIES= devel
diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile
index b9558d8eb209..41893fe46420 100644
--- a/devel/libphonenumber/Makefile
+++ b/devel/libphonenumber/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libphonenumber
DISTVERSIONPREFIX= v
DISTVERSION= 8.13.55
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index b7055b7d5836..5cda76647f88 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= protobuf
PORTVERSION= 29.3
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/
diff --git a/devel/py-dm-tree/Makefile b/devel/py-dm-tree/Makefile
index d702dccea6e2..9210e72e7723 100644
--- a/devel/py-dm-tree/Makefile
+++ b/devel/py-dm-tree/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dm-tree
DISTVERSION= 0.1.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/pybind11_abseil/Makefile b/devel/pybind11_abseil/Makefile
index 603900f7201b..1d2a0e4b3fd1 100644
--- a/devel/pybind11_abseil/Makefile
+++ b/devel/pybind11_abseil/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pybind11_abseil
PORTVERSION= 202402.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/pybind/pybind11_abseil/releases/download/v${PORTVERSION}/
diff --git a/devel/pybind11_protobuf/Makefile b/devel/pybind11_protobuf/Makefile
index 4357c0ae55e5..57c32807bbab 100644
--- a/devel/pybind11_protobuf/Makefile
+++ b/devel/pybind11_protobuf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pybind11_protobuf
PORTVERSION= 0.0.0.20240809
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/devel/qt6-grpc/Makefile b/devel/qt6-grpc/Makefile
index 9eb71318f7aa..8afd878ac160 100644
--- a/devel/qt6-grpc/Makefile
+++ b/devel/qt6-grpc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= grpc
DISTVERSION= ${QT6_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
diff --git a/devel/re2/Makefile b/devel/re2/Makefile
index 4b2dd45f77ae..4cf8da9041a1 100644
--- a/devel/re2/Makefile
+++ b/devel/re2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= re2
PORTVERSION= 20240702
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/google/re2/releases/download/${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}/
DISTNAME= re2-${PORTVERSION:C|(....)(..)(..)|\1-\2-\3|}
diff --git a/devel/youcompleteme/Makefile b/devel/youcompleteme/Makefile
index 8f2cf3a7ebe4..25108e4e3f87 100644
--- a/devel/youcompleteme/Makefile
+++ b/devel/youcompleteme/Makefile
@@ -1,6 +1,6 @@
PORTNAME= YouCompleteMe
DISTVERSION= g20240320
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 27d46383f552..752b6aa4cc48 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 2
+PORTREVISION= 3
.include "${.CURDIR}/Makefile.common"
diff --git a/filesystems/securefs/Makefile b/filesystems/securefs/Makefile
index 5f4abbbf7317..93167fb4aefa 100644
--- a/filesystems/securefs/Makefile
+++ b/filesystems/securefs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= securefs
DISTVERSION= 1.0.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index b8b9a97c33af..521b54ae1c3b 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -3,7 +3,7 @@ DISTVERSION= 3.34.15
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
PKGNAMESUFFIX= -ltr
-PORTREVISION= 1
+PORTREVISION= 2
MAINTAINER= rhurlin@FreeBSD.org
COMMENT= Free and Open Source Geographic Information System
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 64bfed871ed5..3b59b2d025a0 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qgis
DISTVERSION= 3.42.0
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile
index a66545eeb9c5..cc20ee33633a 100644
--- a/graphics/s2/Makefile
+++ b/graphics/s2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= s2
PORTVERSION= 0.12.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= graphics
diff --git a/math/obake/Makefile b/math/obake/Makefile
index 54d4a95a016d..f2dcdfb056b2 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -2,7 +2,7 @@ PORTNAME= obake
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0-24
DISTVERSIONSUFFIX= -gb8cc71c
-PORTREVISION= 20
+PORTREVISION= 21
CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile
index 81b07b7e3c2e..193ca912c049 100644
--- a/math/or-tools/Makefile
+++ b/math/or-tools/Makefile
@@ -1,6 +1,7 @@
PORTNAME= or-tools
DISTVERSIONPREFIX= v
DISTVERSION= 9.12-20250219 # tag from the 'main' branch
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile
index 4eb4369e1b33..8f6adc7857b6 100644
--- a/math/py-or-tools/Makefile
+++ b/math/py-or-tools/Makefile
@@ -1,7 +1,7 @@
PORTNAME= or-tools
DISTVERSIONPREFIX= v
DISTVERSION= 9.6
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index dd0bbbd56f5d..e040c11fbd43 100644
--- a/math/py-pyaudi/Makefile
+++ b/math/py-pyaudi/Makefile
@@ -2,7 +2,7 @@ PORTNAME= pyaudi
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.2-1
DISTVERSIONSUFFIX= -g899eb78
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile
index 205dc4af885a..fa04ead793ad 100644
--- a/misc/ncnn/Makefile
+++ b/misc/ncnn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ncnn
DISTVERSION= 20241226
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/onnx/Makefile b/misc/onnx/Makefile
index 8d3c6c957807..cb63f9bbb44b 100644
--- a/misc/onnx/Makefile
+++ b/misc/onnx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= onnx
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile
index e32a6a4771bb..465133e49469 100644
--- a/misc/onnxruntime/Makefile
+++ b/misc/onnxruntime/Makefile
@@ -1,7 +1,7 @@
PORTNAME= onnxruntime
DISTVERSIONPREFIX= v
DISTVERSION= 1.18.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
DIST_SUBDIR= ${PORTNAME}
diff --git a/misc/py-onnx/Makefile b/misc/py-onnx/Makefile
index 87c9604dbb15..38abade66abd 100644
--- a/misc/py-onnx/Makefile
+++ b/misc/py-onnx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= onnx
DISTVERSION= 1.16.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= misc # machine-learning
MASTER_SITES= PYPI \
https://github.com/abseil/abseil-cpp/archive/refs/tags/:abseil \
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index 4d8866293d97..bc633975fdb9 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile
index acf8c7a78198..16c2f99f1fa3 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
DIST_SUBDIR= ${PORTNAME}
diff --git a/multimedia/libgav1/Makefile b/multimedia/libgav1/Makefile
index 597ff91dbccf..14b7e2737709 100644
--- a/multimedia/libgav1/Makefile
+++ b/multimedia/libgav1/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libgav1
DISTVERSION= 0.19.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= DEBIAN:DEFAULT \
https://github.com/google/googletest/releases/download/v1.15.2/:googletest
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index cab05edf8d5c..fac0eaa0a995 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vlc
DISTVERSION= 3.0.21
-PORTREVISION= 12
+PORTREVISION= 13
PORTEPOCH= 4
CATEGORIES= multimedia audio net www
MASTER_SITES= https://get.videolan.org/${PORTNAME}/${DISTVERSION:S/a$//}/ \
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index cc1c12df3fe9..f11f3a3d09e8 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -1,5 +1,6 @@
PORTNAME= telegram-desktop
DISTVERSION= 5.11.1
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
DISTNAME= tdesktop-${DISTVERSION}-full
diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile
index 7fbfddd4ab57..80a4fac8d082 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tg_owt
PORTVERSION= 0.0.20241203
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im
MAINTAINER= ports@FreeBSD.org
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile
index d05a788f8eb6..19ee82010c8f 100644
--- a/net-mgmt/fastnetmon/Makefile
+++ b/net-mgmt/fastnetmon/Makefile
@@ -1,7 +1,7 @@
PORTNAME= fastnetmon
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.7
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= net-mgmt security
MAINTAINER= farrokhi@FreeBSD.org
diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 0a5d3ec15484..349e15bbae13 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -1,6 +1,7 @@
PORTNAME= netdata
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.5
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/:netdata \
https://raw.githubusercontent.com/netdata/netdata/refs/tags/v${DISTVERSION}/src/go/:goplugin \
diff --git a/net/ecal/Makefile b/net/ecal/Makefile
index 9fd4b2fcd6a6..783344cb2b28 100644
--- a/net/ecal/Makefile
+++ b/net/ecal/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ecal
DISTVERSIONPREFIX= v
DISTVERSION= 5.13.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/libilbc/Makefile b/net/libilbc/Makefile
index 044537571e47..f754c4d8f18d 100644
--- a/net/libilbc/Makefile
+++ b/net/libilbc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libilbc
DISTVERSION= 3.0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= https://github.com/TimothyGu/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile
index 44d1e0f8290e..e03d0774e143 100644
--- a/security/crowdsec/Makefile
+++ b/security/crowdsec/Makefile
@@ -1,6 +1,7 @@
PORTNAME= crowdsec
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.5
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= marco@crowdsec.net
diff --git a/sysutils/bsdsensors/Makefile b/sysutils/bsdsensors/Makefile
index 99b0e17dbeee..04e0832fd89c 100644
--- a/sysutils/bsdsensors/Makefile
+++ b/sysutils/bsdsensors/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bsdsensors
DISTVERSION= 0.1.20250118
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= henry.hu.sh@gmail.com
diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile
index 797d1172ba3a..816c57b65c76 100644
--- a/sysutils/bulk_extractor/Makefile
+++ b/sysutils/bulk_extractor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bulk_extractor
PORTVERSION= 2.1.1
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
diff --git a/www/envoy/Makefile b/www/envoy/Makefile
index a3abb5ca0c27..63a4e194f62e 100644
--- a/www/envoy/Makefile
+++ b/www/envoy/Makefile
@@ -1,7 +1,7 @@
PORTNAME= envoy
PORTVERSION= 1.26.1
DISTVERSIONPREFIX= v
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= www
MASTER_SITES= https://storage.googleapis.com/quiche-envoy-integration/:gurl
DISTFILES= dd4080fec0b443296c0ed0036e1e776df8813aa7${EXTRACT_SUFX}:gurl
diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile
index 5a3cf709c2f2..9f4073ea10c7 100644
--- a/www/freenginx-devel/Makefile
+++ b/www/freenginx-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= freenginx
PORTVERSION= 1.27.2
-PORTREVISION?= 16
+PORTREVISION?= 17
CATEGORIES= www
MASTER_SITES= https://freenginx.org/download/ \
LOCAL/joneum
diff --git a/www/freenginx/Makefile b/www/freenginx/Makefile
index 49cd5a5a1c99..3e16486383bc 100644
--- a/www/freenginx/Makefile
+++ b/www/freenginx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nginx
PORTVERSION= 1.26.0
-PORTREVISION?= 17
+PORTREVISION?= 18
CATEGORIES= www
MASTER_SITES= https://freenginx.org/download/ \
LOCAL/joneum
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 01eed1c0484f..8cb5de34129f 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME?= nginx
PORTVERSION= 1.27.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 3b96afb61802..c488d5bdc0ac 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nginx
PORTVERSION= 1.26.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile
index e0e918a081bd..0f3c3fadae52 100644
--- a/www/qt6-webengine/Makefile
+++ b/www/qt6-webengine/Makefile
@@ -12,7 +12,7 @@
PORTNAME?= webengine
DISTVERSION= ${QT6_VERSION}
-PORTREVISION?= 0 # Master port for print/qt6-pdf. Please keep this line.
+PORTREVISION?= 1 # Master port for print/qt6-pdf. Please keep this line.
CATEGORIES?= www
PKGNAMEPREFIX= qt6-