git: 9d1ed2172a15 - main - devel/gflags: Update to 2.3.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 09 Dec 2025 11:23:51 UTC
The branch main has been updated by sunpoet:

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

commit 9d1ed2172a15674c345349723afe7a746227dca6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:38:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:20:55 +0000

    devel/gflags: Update to 2.3.0
    
    - Bump PORTREVISION of dependent ports for shlib change
    
    Changes:        https://github.com/gflags/gflags/releases
---
 chinese/librime/Makefile     | 1 +
 databases/arrow/Makefile     | 2 +-
 databases/rocksdb/Makefile   | 1 +
 databases/rocksdb9/Makefile  | 1 +
 devel/fbthrift/Makefile      | 1 +
 devel/folly/Makefile         | 1 +
 devel/gflags/Makefile        | 5 +++--
 devel/gflags/distinfo        | 6 +++---
 devel/gflags/pkg-plist       | 4 ++--
 devel/glog/Makefile          | 1 +
 graphics/blender/Makefile    | 2 +-
 graphics/hiptext/Makefile    | 2 +-
 graphics/opencv/Makefile     | 2 +-
 graphics/openmvs/Makefile    | 1 +
 math/ceres-solver/Makefile   | 2 +-
 math/openturns/Makefile      | 1 +
 math/or-tools/Makefile       | 1 +
 math/py-or-tools/Makefile    | 2 +-
 misc/caffe/Makefile          | 2 +-
 misc/openmvg/Makefile        | 2 +-
 net/fb303/Makefile           | 1 +
 net/mvfst/Makefile           | 1 +
 net/wangle/Makefile          | 1 +
 security/fizz/Makefile       | 1 +
 sysutils/bsdsensors/Makefile | 2 +-
 www/proxygen/Makefile        | 1 +
 26 files changed, 31 insertions(+), 16 deletions(-)

diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile
index dac4838be63e..4eebfbbe02dc 100644
--- a/chinese/librime/Makefile
+++ b/chinese/librime/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	librime
 DISTVERSION=	1.15.0
+PORTREVISION=	1
 CATEGORIES=	chinese textproc
 
 MAINTAINER=	eric@camachat.org
diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile
index 1ca8597dd782..47b3ebccc274 100644
--- a/databases/arrow/Makefile
+++ b/databases/arrow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arrow
 DISTVERSION=	21.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases
 MASTER_SITES=	APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
 		https://github.com/apache/orc/archive/rel/:orc
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index 2d49affe4b91..9697890e31d2 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	rocksdb
 PORTVERSION=	10.7.5
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/databases/rocksdb9/Makefile b/databases/rocksdb9/Makefile
index 70627710c458..2a4b5720a570 100644
--- a/databases/rocksdb9/Makefile
+++ b/databases/rocksdb9/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	rocksdb
 PORTVERSION=	9.11.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	databases
 PKGNAMESUFFIX=	9
 
diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index ee2dd5a5b9ec..4a897bae8b3a 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	fbthrift
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2025.12.01.00
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/folly/Makefile b/devel/folly/Makefile
index c8de0f1fb550..1d034df52915 100644
--- a/devel/folly/Makefile
+++ b/devel/folly/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	folly
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2025.12.01.00
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile
index 25a4d1472f1d..cce5a42f7b5f 100644
--- a/devel/gflags/Makefile
+++ b/devel/gflags/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gflags
-PORTVERSION=	2.2.2
+PORTVERSION=	2.3.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -18,6 +17,8 @@ CMAKE_OFF=	BUILD_TESTING \
 		REGISTER_INSTALL_PREFIX
 CMAKE_ON=	BUILD_SHARED_LIBS \
 		BUILD_STATIC_LIBS \
+		EXPORT_NAMESPACE_SET \
+		EXPORT_NONAMESPACE_SET \
 		INSTALL_HEADERS \
 		INSTALL_SHARED_LIBS \
 		INSTALL_STATIC_LIBS
diff --git a/devel/gflags/distinfo b/devel/gflags/distinfo
index ea16e040ab0b..c9f3ec33a467 100644
--- a/devel/gflags/distinfo
+++ b/devel/gflags/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542045643
-SHA256 (gflags-gflags-v2.2.2_GH0.tar.gz) = 34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf
-SIZE (gflags-gflags-v2.2.2_GH0.tar.gz) = 98704
+TIMESTAMP = 1765032646
+SHA256 (gflags-gflags-v2.3.0_GH0.tar.gz) = f619a51371f41c0ad6837b2a98af9d4643b3371015d873887f7e8d3237320b2f
+SIZE (gflags-gflags-v2.3.0_GH0.tar.gz) = 120715
diff --git a/devel/gflags/pkg-plist b/devel/gflags/pkg-plist
index c3cadbb1c433..84fb01520f66 100644
--- a/devel/gflags/pkg-plist
+++ b/devel/gflags/pkg-plist
@@ -11,11 +11,11 @@ lib/cmake/gflags/gflags-targets.cmake
 lib/libgflags.a
 lib/libgflags.so
 lib/libgflags.so.2
-lib/libgflags.so.2.2
+lib/libgflags.so.2.3
 lib/libgflags.so.%%PORTVERSION%%
 lib/libgflags_nothreads.a
 lib/libgflags_nothreads.so
 lib/libgflags_nothreads.so.2
-lib/libgflags_nothreads.so.2.2
+lib/libgflags_nothreads.so.2.3
 lib/libgflags_nothreads.so.%%PORTVERSION%%
 libdata/pkgconfig/gflags.pc
diff --git a/devel/glog/Makefile b/devel/glog/Makefile
index 5806a65a84cb..2af043d9c439 100644
--- a/devel/glog/Makefile
+++ b/devel/glog/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	glog
 PORTVERSION=	0.7.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 33ded3adece2..60a30e0e7c5d 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blender
 DISTVERSION=	4.2.0
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile
index 9528cfaa240b..0c3e5896786e 100644
--- a/graphics/hiptext/Makefile
+++ b/graphics/hiptext/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hiptext
 PORTVERSION=	0.0.s20160621
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index d0d297a3a95a..a8abb88748ea 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	opencv
 DISTVERSION=	4.11.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 
 PATCH_SITES=	https://github.com/opencv/opencv/commit/
diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile
index 507e01a8cbde..a8a6d7f35ffa 100644
--- a/graphics/openmvs/Makefile
+++ b/graphics/openmvs/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	openmvs
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 60ece37ddc01..ddf3746385f5 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ceres-solver
 DISTVERSION=	2.2.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 42a5c89dbd03..e8f15a0fb7ee 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	openturns
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.25.1
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile
index abb56e7e8a4c..198720a543f3 100644
--- a/math/or-tools/Makefile
+++ b/math/or-tools/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	or-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.14
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile
index fb8062b38a46..d31420eef0f4 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=	10
+PORTREVISION=	11
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/misc/caffe/Makefile b/misc/caffe/Makefile
index c388051e1039..f9a89838058d 100644
--- a/misc/caffe/Makefile
+++ b/misc/caffe/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	caffe
 DISTVERSION=	1.0-136
 DISTVERSIONSUFFIX=	-g9b891540
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	misc # machine-learning
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile
index 467dd01cb4f9..a357e31d2905 100644
--- a/misc/openmvg/Makefile
+++ b/misc/openmvg/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openmvg
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	misc science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net/fb303/Makefile b/net/fb303/Makefile
index 8d6a295b007e..de88f1459ee2 100644
--- a/net/fb303/Makefile
+++ b/net/fb303/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	fb303
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2025.12.01.00
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile
index 6cf08c3bd867..98ada249eb6c 100644
--- a/net/mvfst/Makefile
+++ b/net/mvfst/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	mvfst
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2025.12.01.00
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/net/wangle/Makefile b/net/wangle/Makefile
index 1c7216e4fae2..a27196ab9fd7 100644
--- a/net/wangle/Makefile
+++ b/net/wangle/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	wangle
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2025.12.01.00
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/security/fizz/Makefile b/security/fizz/Makefile
index fe2d4066eda4..776cac3e3a00 100644
--- a/security/fizz/Makefile
+++ b/security/fizz/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	fizz
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2025.12.01.00
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/sysutils/bsdsensors/Makefile b/sysutils/bsdsensors/Makefile
index a6024d1f1232..702dcc336915 100644
--- a/sysutils/bsdsensors/Makefile
+++ b/sysutils/bsdsensors/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bsdsensors
 DISTVERSION=	0.1.20250325
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	henry.hu.sh@gmail.com
diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile
index a208c7fdbe44..e8df0e16a922 100644
--- a/www/proxygen/Makefile
+++ b/www/proxygen/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	proxygen
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2025.12.01.00
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org