git: ff3b1152a689 - main - */*: Bump all devel/protobuf consumers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Mar 2026 05:49:39 UTC
The branch main has been updated by meta:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff3b1152a6891b80d1d907eb07ece25d1bc30805
commit ff3b1152a6891b80d1d907eb07ece25d1bc30805
Author: Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2026-03-17 05:39:20 +0000
Commit: Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2026-03-17 05:48:21 +0000
*/*: Bump all devel/protobuf consumers
They must always be bumped after devel/protobuf because it include
following files whose filenames contain %%PORTVERSION%%. Consequently,
the shlib will always change when PORTVERSION is increased.
lib/libprotobuf-lite.so.%%PORTVERSION%%.0
lib/libprotobuf.so.%%PORTVERSION%%.0
lib/libprotoc.so.%%PORTVERSION%%.0
Approved by: portmgr (blanket; fixing consumers)
---
astro/kosmindoormap/Makefile | 1 +
astro/libosmpbf/Makefile | 1 +
astro/marble/Makefile | 1 +
astro/merkaartor/Makefile | 2 +-
audio/mixxx/Makefile | 2 +-
audio/mumble-server/Makefile | 2 +-
audio/mumble/Makefile | 1 +
audio/murmur/Makefile | 2 +-
audio/py-torchaudio/Makefile | 1 +
cad/cura-engine/Makefile | 2 +-
cad/kicad-devel/Makefile | 2 +-
cad/kicad/Makefile | 1 +
cad/openroad/Makefile | 2 +-
databases/arrow/Makefile | 2 +-
databases/mysql-connector-c++/Makefile | 2 +-
devel/android-tools/Makefile | 2 +-
devel/apache-orc/Makefile | 1 +
devel/bloaty/Makefile | 2 +-
devel/google-cloud-cpp/Makefile | 2 +-
devel/grpc/Makefile | 1 +
devel/ignition-msgs/Makefile | 2 +-
devel/kpublictransport/Makefile | 1 +
devel/libphonenumber/Makefile | 1 +
devel/libprotobuf-mutator/Makefile | 2 +-
devel/protobuf-c/Makefile | 2 +-
devel/protobuf/Makefile | 1 +
devel/pybind11_protobuf/Makefile | 2 +-
devel/qt6-grpc/Makefile | 1 +
dns/knot-resolver/Makefile | 2 +-
dns/knot-resolver6/Makefile | 1 +
filesystems/securefs/Makefile | 1 +
filesystems/zerofs/Makefile | 1 +
games/pink-pony/Makefile | 2 +-
games/warzone2100/Makefile | 1 +
japanese/mozc-server/Makefile | 2 +-
mail/astroid/Makefile | 2 +-
math/or-tools/Makefile | 2 +-
math/py-or-tools/Makefile | 2 +-
misc/caffe/Makefile | 2 +-
misc/lbann/Makefile | 2 +-
misc/mnn/Makefile | 2 +-
misc/ncnn/Makefile | 1 +
misc/ola/Makefile | 2 +-
misc/onnx/Makefile | 2 +-
misc/py-onnx/Makefile | 2 +-
misc/py-pytorch/Makefile | 2 +-
misc/pytorch/Makefile | 2 +-
multimedia/libopenshot/Makefile | 1 +
multimedia/py-torchcodec/Makefile | 1 +
net-im/ricochet/Makefile | 2 +-
net-im/tg_owt/Makefile | 2 +-
net-mgmt/fastnetmon/Makefile | 2 +-
net-mgmt/netdata/Makefile | 2 +-
net-p2p/litecoin/Makefile | 2 +-
net-p2p/namecoin/Makefile | 2 +-
net-p2p/pulsar-client-cpp/Makefile | 2 +-
net/ecal/Makefile | 2 +-
net/eternalterminal/Makefile | 2 +-
net/gamenetworkingsockets/Makefile | 2 +-
net/libarcus/Makefile | 2 +-
net/mosh/Makefile | 2 +-
science/orthanc-mysql/Makefile | 2 +-
science/orthanc-postgresql/Makefile | 1 +
science/orthanc/Makefile | 2 +-
science/paraview/Makefile | 2 +-
science/py-chainer/Makefile | 2 +-
science/py-tensorflow/Makefile | 1 +
sysutils/bsdsensors/Makefile | 2 +-
sysutils/zbackup/Makefile | 2 +-
www/envoy/Makefile | 2 +-
70 files changed, 70 insertions(+), 49 deletions(-)
diff --git a/astro/kosmindoormap/Makefile b/astro/kosmindoormap/Makefile
index a964d2a5ab4e..1a64337a9fdf 100644
--- a/astro/kosmindoormap/Makefile
+++ b/astro/kosmindoormap/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kosmindoormap
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= astro kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/astro/libosmpbf/Makefile b/astro/libosmpbf/Makefile
index 1628bc130cdd..afd8689b9cd8 100644
--- a/astro/libosmpbf/Makefile
+++ b/astro/libosmpbf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libosmpbf
PORTVERSION= 1.6.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= astro geography devel
diff --git a/astro/marble/Makefile b/astro/marble/Makefile
index 0a5581a3f433..8609ce55ef28 100644
--- a/astro/marble/Makefile
+++ b/astro/marble/Makefile
@@ -1,5 +1,6 @@
PORTNAME= marble
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= astro education kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 9a64b2de4004..722eda3ee0c5 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= merkaartor
PORTVERSION= 0.19.0
-PORTREVISION= 31
+PORTREVISION= 32
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 6ee5c2d4e011..312cff227269 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mixxx
DISTVERSION= 2.5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= acm@FreeBSD.org
diff --git a/audio/mumble-server/Makefile b/audio/mumble-server/Makefile
index 64d553b22231..18b7089c4d58 100644
--- a/audio/mumble-server/Makefile
+++ b/audio/mumble-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mumble
DISTVERSION= 1.5.857
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= https://github.com/${PORTNAME}-voip/${PORTNAME}/releases/download/v${DISTVERSION}/
PKGNAMESUFFIX= -server
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 9112286edbf4..2678c8046770 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mumble
DISTVERSION= 1.5.857
+PORTREVISION= 1
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 766775b565dc..ca6995b6c616 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -1,6 +1,6 @@
PORTNAME= murmur
DISTVERSION= 1.3.4
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= audio net
MAINTAINER= vvd@FreeBSD.org
diff --git a/audio/py-torchaudio/Makefile b/audio/py-torchaudio/Makefile
index 2eec77ac2f37..6b82cf039ad3 100644
--- a/audio/py-torchaudio/Makefile
+++ b/audio/py-torchaudio/Makefile
@@ -1,6 +1,7 @@
PORTNAME= torchaudio
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= audio python # machine-learning
MASTER_SITES= https://downloads.sourceforge.net/project/sox/sox/14.4.2/:sox
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/cad/cura-engine/Makefile b/cad/cura-engine/Makefile
index 8860a246c5d4..afaf0a62ce33 100644
--- a/cad/cura-engine/Makefile
+++ b/cad/cura-engine/Makefile
@@ -1,6 +1,6 @@
PORTNAME= CuraEngine
PORTVERSION= 5.7.0
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= cad
DIST_SUBDIR= Ultimaker
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile
index e244e872e863..a87886f9a4e3 100644
--- a/cad/kicad-devel/Makefile
+++ b/cad/kicad-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kicad
DISTVERSION= r${GIT_SRC_DATE}
-PORTREVISION= 2
+PORTREVISION= 3
#PORTREVISION= 1
CATEGORIES= cad
PKGNAMESUFFIX= -devel
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 4199ec1b59dc..816b3bbd917c 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kicad
DISTVERSION= 9.0.8
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= cad
diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile
index 1c3f71657b4e..9d0681f2b301 100644
--- a/cad/openroad/Makefile
+++ b/cad/openroad/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openroad
DISTVERSIONPREFIX= v
DISTVERSION= 2.0-20250216
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= cad
diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index 5e0735c0a2f2..c191287caf7f 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,6 +1,6 @@
PORTNAME= arrow
DISTVERSION= 21.0.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
https://github.com/apache/orc/archive/rel/:orc
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile
index 5435d702e180..e0cd7e47ce80 100644
--- a/databases/mysql-connector-c++/Makefile
+++ b/databases/mysql-connector-c++/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mysql-connector-c++
DISTVERSION= 9.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= MYSQL/Connector-C++
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
diff --git a/devel/android-tools/Makefile b/devel/android-tools/Makefile
index 9796f2940f01..c676cd38125c 100644
--- a/devel/android-tools/Makefile
+++ b/devel/android-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= android-tools
PORTVERSION= 31.0.3p2.0
-PORTREVISION= 45
+PORTREVISION= 46
CATEGORIES= devel
MASTER_SITES= GH
diff --git a/devel/apache-orc/Makefile b/devel/apache-orc/Makefile
index 6cab4a902c24..0611be021b71 100644
--- a/devel/apache-orc/Makefile
+++ b/devel/apache-orc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= orc
DISTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://dlcdn.apache.org/orc/orc-2.2.0/:orc \
https://archive.apache.org/dist/orc/orc-format-1.1.0/:orc_format
diff --git a/devel/bloaty/Makefile b/devel/bloaty/Makefile
index 450cd5c9c7e5..316e9c251f0c 100644
--- a/devel/bloaty/Makefile
+++ b/devel/bloaty/Makefile
@@ -1,7 +1,7 @@
PORTNAME= bloaty
PORTVERSION= 1.1
DISTVERSIONPREFIX= v
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile
index 974bdcdf29a6..f7fe380cf474 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= 22
+PORTREVISION= 23
CATEGORIES= devel
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile
index 224ba8b1c6a9..9a5a2147f64c 100644
--- a/devel/grpc/Makefile
+++ b/devel/grpc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= grpc
PORTVERSION= 1.78.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTEPOCH= 2
CATEGORIES= devel
diff --git a/devel/ignition-msgs/Makefile b/devel/ignition-msgs/Makefile
index 4fee112bf4a5..cd0e91024796 100644
--- a/devel/ignition-msgs/Makefile
+++ b/devel/ignition-msgs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ignition-msgs
DISTVERSION= 3.0.0
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
diff --git a/devel/kpublictransport/Makefile b/devel/kpublictransport/Makefile
index d011b11f0746..2ac3823b718a 100644
--- a/devel/kpublictransport/Makefile
+++ b/devel/kpublictransport/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kpublictransport
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile
index f28d79fa7cb9..a92598a6b7cc 100644
--- a/devel/libphonenumber/Makefile
+++ b/devel/libphonenumber/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libphonenumber
DISTVERSIONPREFIX= v
DISTVERSION= 9.0.25
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/libprotobuf-mutator/Makefile b/devel/libprotobuf-mutator/Makefile
index 70ba753aaaf4..0089bbe0f70c 100644
--- a/devel/libprotobuf-mutator/Makefile
+++ b/devel/libprotobuf-mutator/Makefile
@@ -1,7 +1,7 @@
PORTNAME= libprotobuf-mutator
PORTVERSION= 1.5
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/devel/protobuf-c/Makefile b/devel/protobuf-c/Makefile
index 2fd1ca29ef29..80ffb2fda665 100644
--- a/devel/protobuf-c/Makefile
+++ b/devel/protobuf-c/Makefile
@@ -1,6 +1,6 @@
PORTNAME= protobuf-c
DISTVERSION= 1.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= https://github.com/protobuf-c/protobuf-c/releases/download/v${DISTVERSION}/
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index 4c0f6cb73997..37b00d61260d 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -1,4 +1,5 @@
PORTNAME= protobuf
+# Be sure to bump consumers when updating
PORTVERSION= 29.6
PORTEPOCH= 1
CATEGORIES= devel
diff --git a/devel/pybind11_protobuf/Makefile b/devel/pybind11_protobuf/Makefile
index 03c8fa3ebdcb..c03aecb0d1fb 100644
--- a/devel/pybind11_protobuf/Makefile
+++ b/devel/pybind11_protobuf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pybind11_protobuf
PORTVERSION= 0.0.0.20240809
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/devel/qt6-grpc/Makefile b/devel/qt6-grpc/Makefile
index 75095af4897b..5d883aec70ee 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/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile
index f5484155986b..25836d49973a 100644
--- a/dns/knot-resolver/Makefile
+++ b/dns/knot-resolver/Makefile
@@ -1,6 +1,6 @@
PORTNAME= knot-resolver
DISTVERSION= 5.7.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= https://knot-resolver.nic.cz/release/ \
https://dns.company/downloads/knot-resolver/
diff --git a/dns/knot-resolver6/Makefile b/dns/knot-resolver6/Makefile
index 194ff3244636..648e681935a1 100644
--- a/dns/knot-resolver6/Makefile
+++ b/dns/knot-resolver6/Makefile
@@ -1,5 +1,6 @@
PORTNAME= knot-resolver
DISTVERSION= 6.1.0
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://knot-resolver.nic.cz/release/ \
https://dns.company/downloads/knot-resolver/
diff --git a/filesystems/securefs/Makefile b/filesystems/securefs/Makefile
index 1122ae03f63f..c7166b6fce69 100644
--- a/filesystems/securefs/Makefile
+++ b/filesystems/securefs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= securefs
PORTVERSION= 2.0.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= filesystems
PKGNAMEPREFIX= fusefs-
diff --git a/filesystems/zerofs/Makefile b/filesystems/zerofs/Makefile
index ffbdc7c87b79..5c6ed16a8ded 100644
--- a/filesystems/zerofs/Makefile
+++ b/filesystems/zerofs/Makefile
@@ -1,6 +1,7 @@
PORTNAME= zerofs
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.6
+PORTREVISION= 1
CATEGORIES= filesystems sysutils
MAINTAINER= stephan@lichtenauer.co.za
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile
index ca18837e373c..19e13e5da067 100644
--- a/games/pink-pony/Makefile
+++ b/games/pink-pony/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pink-pony
PORTVERSION= 1.4.1
-PORTREVISION= 50
+PORTREVISION= 51
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index 718845adf031..aec9f86196ec 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -1,5 +1,6 @@
PORTNAME= warzone2100
DISTVERSION= 4.6.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://github.com/Warzone2100/warzone2100/releases/download/${DISTVERSION}/
DISTNAME= ${PORTNAME}_src
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index ab223ab6cd42..324d35ceebe9 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mozc
PORTVERSION= 2.23.2815.102.01
DISTVERSIONPREFIX= v
-PORTREVISION?= 31
+PORTREVISION?= 32
CATEGORIES= japanese
MAINTAINER= hrs@FreeBSD.org
diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile
index c70f709326ba..9947597aecef 100644
--- a/mail/astroid/Makefile
+++ b/mail/astroid/Makefile
@@ -1,7 +1,7 @@
PORTNAME= astroid
DISTVERSIONPREFIX= v
DISTVERSION= 0.17
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MAINTAINER= mylan.connolly@gmail.com
diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile
index 198720a543f3..127fd1d299cd 100644
--- a/math/or-tools/Makefile
+++ b/math/or-tools/Makefile
@@ -1,7 +1,7 @@
PORTNAME= or-tools
DISTVERSIONPREFIX= v
DISTVERSION= 9.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile
index d31420eef0f4..10b21956a76c 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= 11
+PORTREVISION= 12
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/caffe/Makefile b/misc/caffe/Makefile
index f9a89838058d..075c6d38ce01 100644
--- a/misc/caffe/Makefile
+++ b/misc/caffe/Makefile
@@ -1,7 +1,7 @@
PORTNAME= caffe
DISTVERSION= 1.0-136
DISTVERSIONSUFFIX= -g9b891540
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= misc # machine-learning
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/misc/lbann/Makefile b/misc/lbann/Makefile
index 2767e9e0adef..82dde8802671 100644
--- a/misc/lbann/Makefile
+++ b/misc/lbann/Makefile
@@ -2,7 +2,7 @@ PORTNAME= lbann
DISTVERSIONPREFIX= v
DISTVERSION= 0.102-254
DISTVERSIONSUFFIX= -g2e3012a9a
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/mnn/Makefile b/misc/mnn/Makefile
index 43e544fe5a95..91a452f62cfc 100644
--- a/misc/mnn/Makefile
+++ b/misc/mnn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mnn
DISTVERSION= 2.9.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile
index 31bd52064077..a3a544fa72e4 100644
--- a/misc/ncnn/Makefile
+++ b/misc/ncnn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ncnn
DISTVERSION= 20260113
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/ola/Makefile b/misc/ola/Makefile
index b62a7e2b874b..98aa32514f32 100644
--- a/misc/ola/Makefile
+++ b/misc/ola/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ola
DISTVERSION= 0.10.9
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= misc
MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DISTVERSION}/
diff --git a/misc/onnx/Makefile b/misc/onnx/Makefile
index 3087145e8f7d..0d6b22b6c0f0 100644
--- a/misc/onnx/Makefile
+++ b/misc/onnx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= onnx
DISTVERSIONPREFIX= v
DISTVERSION= 1.19.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/py-onnx/Makefile b/misc/py-onnx/Makefile
index a91926c18c3c..90e2305bac4a 100644
--- a/misc/py-onnx/Makefile
+++ b/misc/py-onnx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= onnx
DISTVERSION= 1.17.0
-PORTREVISION= 2
+PORTREVISION= 3
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 e82e34b3196d..235dba6a7100 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
-PORTREVISION= 1
+PORTREVISION= 2
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 ddfd964a8a1f..9bf6a646cc79 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
DIST_SUBDIR= ${PORTNAME}
diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile
index 96cae6038d19..63a0e53bb50e 100644
--- a/multimedia/libopenshot/Makefile
+++ b/multimedia/libopenshot/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libopenshot
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= multimedia
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/multimedia/py-torchcodec/Makefile b/multimedia/py-torchcodec/Makefile
index b043dba285c1..cc9cdf47f75d 100644
--- a/multimedia/py-torchcodec/Makefile
+++ b/multimedia/py-torchcodec/Makefile
@@ -1,6 +1,7 @@
PORTNAME= torchcodec
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= multimedia python
#MASTER_SITES= PYPI # no tarball
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile
index f73008a1db03..2cbfac94ae30 100644
--- a/net-im/ricochet/Makefile
+++ b/net-im/ricochet/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ricochet
PORTVERSION= 1.1.4
DISTVERSIONPREFIX= v
-PORTREVISION= 37
+PORTREVISION= 38
CATEGORIES= net-im net-p2p
MAINTAINER= yuri@FreeBSD.org
diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile
index 9e94872470e2..56957fe382be 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tg_owt
PORTVERSION= 0.0.20251212
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
MAINTAINER= osa@FreeBSD.org
diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile
index 4ee014134682..9a2479475e22 100644
--- a/net-mgmt/fastnetmon/Makefile
+++ b/net-mgmt/fastnetmon/Makefile
@@ -1,7 +1,7 @@
PORTNAME= fastnetmon
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.8
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-mgmt security
MAINTAINER= farrokhi@FreeBSD.org
diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 4ac60af16b95..acd334b37f82 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -1,7 +1,7 @@
PORTNAME= netdata
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.5
-PORTREVISION= 3
+PORTREVISION= 4
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-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index 0a66e2041541..aa92dbd7c35d 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -1,7 +1,7 @@
PORTNAME= litecoin
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.4
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= net-p2p finance
MAINTAINER= hsw@bitmark.com
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile
index 528fea73a336..474b814f7352 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -1,7 +1,7 @@
PORTNAME= namecoin
DISTVERSIONPREFIX= nc
DISTVERSION= 24.0
-PORTREVISION= 19
+PORTREVISION= 20
PORTEPOCH= 1
CATEGORIES= net-p2p dns
MASTER_SITES+= https://same.name/static/:icon
diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile
index 0ad04bf3f848..cbc0de2f52ad 100644
--- a/net-p2p/pulsar-client-cpp/Makefile
+++ b/net-p2p/pulsar-client-cpp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pulsar-client-cpp # this port requires instruction sets crc32, pclmul above the default sse2
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/ecal/Makefile b/net/ecal/Makefile
index c76404dfa3bb..3630fb325d71 100644
--- a/net/ecal/Makefile
+++ b/net/ecal/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ecal
DISTVERSIONPREFIX= v
DISTVERSION= 6.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/eternalterminal/Makefile b/net/eternalterminal/Makefile
index d5a0756eb639..b364268b2cef 100644
--- a/net/eternalterminal/Makefile
+++ b/net/eternalterminal/Makefile
@@ -1,7 +1,7 @@
PORTNAME= eternalterminal
DISTVERSIONPREFIX= et-v
DISTVERSION= 6.2.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MAINTAINER= eduardo@FreeBSD.org
diff --git a/net/gamenetworkingsockets/Makefile b/net/gamenetworkingsockets/Makefile
index cec5175234af..2dab46b2d67d 100644
--- a/net/gamenetworkingsockets/Makefile
+++ b/net/gamenetworkingsockets/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gamenetworkingsockets
PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= net
MAINTAINER= kpedersen@disroot.org
diff --git a/net/libarcus/Makefile b/net/libarcus/Makefile
index 9a1a08b669ec..b7af26e46173 100644
--- a/net/libarcus/Makefile
+++ b/net/libarcus/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libArcus
PORTVERSION= 5.3.0
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= net cad
DIST_SUBDIR= Ultimaker
diff --git a/net/mosh/Makefile b/net/mosh/Makefile
index b7c8d4f5d6c5..49aa1c481ffe 100644
--- a/net/mosh/Makefile
+++ b/net/mosh/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mosh
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net
MAINTAINER= zi@FreeBSD.org
diff --git a/science/orthanc-mysql/Makefile b/science/orthanc-mysql/Makefile
index 7365fb5e0cc3..ce158ff9f0ed 100644
--- a/science/orthanc-mysql/Makefile
+++ b/science/orthanc-mysql/Makefile
@@ -1,6 +1,6 @@
PORTNAME= orthanc-mysql
DISTVERSION= 5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= https://orthanc.uclouvain.be/downloads/sources/orthanc-mysql/:mysql \
https://orthanc.uclouvain.be/downloads/sources/orthanc/:orthanc \
diff --git a/science/orthanc-postgresql/Makefile b/science/orthanc-postgresql/Makefile
index efdb2d2eb7c9..597085cdda27 100644
--- a/science/orthanc-postgresql/Makefile
+++ b/science/orthanc-postgresql/Makefile
@@ -1,5 +1,6 @@
PORTNAME= orthanc-postgresql
DISTVERSION= 10.0
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= https://orthanc.uclouvain.be/downloads/sources/orthanc-postgresql/:pgsql \
https://orthanc.uclouvain.be/downloads/sources/orthanc/:orthanc \
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile
index 9eebf16d56bb..32097e8ad898 100644
--- a/science/orthanc/Makefile
+++ b/science/orthanc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= orthanc
DISTVERSION= ${ORTHANC_VER} # version.mk
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= https://orthanc.uclouvain.be/downloads/sources/orthanc/
DISTNAME= Orthanc-${PORTVERSION}
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 3026ee59fdc5..23211bbb4df7 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= paraview
DISTVERSION= ${PARAVIEW_VER}.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${PARAVIEW_VER}/
DISTNAME= ParaView-v${PORTVERSION}
diff --git a/science/py-chainer/Makefile b/science/py-chainer/Makefile
index 64fcb8ec3e5d..89389f30e427 100644
--- a/science/py-chainer/Makefile
+++ b/science/py-chainer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= chainer
DISTVERSION= 7.8.1
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= science # machine-learning
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index 15489d182e8c..5c770bbf4611 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -1,6 +1,7 @@
PORTNAME= tensorflow
DISTVERSIONPREFIX= v
DISTVERSION= 2.13.1
+PORTREVISION= 1
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= ${PORTNAME}
diff --git a/sysutils/bsdsensors/Makefile b/sysutils/bsdsensors/Makefile
index 702dcc336915..2754345d927f 100644
--- a/sysutils/bsdsensors/Makefile
+++ b/sysutils/bsdsensors/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bsdsensors
DISTVERSION= 0.1.20250325
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= henry.hu.sh@gmail.com
diff --git a/sysutils/zbackup/Makefile b/sysutils/zbackup/Makefile
index 852d699a033b..0b7e31bce2c9 100644
--- a/sysutils/zbackup/Makefile
+++ b/sysutils/zbackup/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zbackup
PORTVERSION= 1.4.4
-PORTREVISION= 30
+PORTREVISION= 31
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
diff --git a/www/envoy/Makefile b/www/envoy/Makefile
index 0c73f051b220..e021f5e4b3f3 100644
--- a/www/envoy/Makefile
+++ b/www/envoy/Makefile
@@ -1,7 +1,7 @@
PORTNAME= envoy
PORTVERSION= 1.26.1
DISTVERSIONPREFIX= v
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= www
MASTER_SITES= https://storage.googleapis.com/quiche-envoy-integration/:gurl
DISTFILES= dd4080fec0b443296c0ed0036e1e776df8813aa7${EXTRACT_SUFX}:gurl