git: 57aa2f36a2f7 - main - devel/flatbuffers: update 25.1.21 → 25.1.24

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 25 Jan 2025 05:50:53 UTC
The branch main has been updated by yuri:

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

commit 57aa2f36a2f7f2ec87477b0b0ed1082fa9fec59e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-25 05:49:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-25 05:50:44 +0000

    devel/flatbuffers: update 25.1.21 → 25.1.24
    
    Reported by:    portscout
---
 devel/flatbuffers/Makefile     | 2 +-
 devel/flatbuffers/distinfo     | 6 +++---
 devel/flatbuffers/pkg-plist    | 2 +-
 emulators/rpcs3/Makefile       | 1 +
 graphics/msl/Makefile          | 2 +-
 misc/nn-insight/Makefile       | 2 +-
 multimedia/kodi/Makefile       | 2 +-
 science/py-tensorflow/Makefile | 2 +-
 www/envoy/Makefile             | 2 +-
 9 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile
index 4212ca059d71..5ab290084c38 100644
--- a/devel/flatbuffers/Makefile
+++ b/devel/flatbuffers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	flatbuffers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	25.1.21
+DISTVERSION=	25.1.24
 PORTEPOCH=	1
 CATEGORIES=	devel
 
diff --git a/devel/flatbuffers/distinfo b/devel/flatbuffers/distinfo
index b84fef36373d..ba991d7bce45 100644
--- a/devel/flatbuffers/distinfo
+++ b/devel/flatbuffers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737535369
-SHA256 (google-flatbuffers-v25.1.21_GH0.tar.gz) = 7ab210001df1cd6234d0263801eeed3b941098bc9d6b41331832dd29cea4b555
-SIZE (google-flatbuffers-v25.1.21_GH0.tar.gz) = 2432983
+TIMESTAMP = 1737778205
+SHA256 (google-flatbuffers-v25.1.24_GH0.tar.gz) = 0b9f8d2bb1d22d553c93cd7e3ecf3eb725469980a58a98db6e21574341b4ed63
+SIZE (google-flatbuffers-v25.1.24_GH0.tar.gz) = 2430616
diff --git a/devel/flatbuffers/pkg-plist b/devel/flatbuffers/pkg-plist
index 9e0b6bea15e9..9716dca2601f 100644
--- a/devel/flatbuffers/pkg-plist
+++ b/devel/flatbuffers/pkg-plist
@@ -39,5 +39,5 @@ lib/cmake/flatbuffers/FlatcTargets.cmake
 lib/cmake/flatbuffers/flatbuffers-config-version.cmake
 lib/cmake/flatbuffers/flatbuffers-config.cmake
 lib/libflatbuffers.so
-lib/libflatbuffers.so.25.1.21
+lib/libflatbuffers.so.25.1.24
 libdata/pkgconfig/flatbuffers.pc
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 5109e76ede56..b334e2355e6a 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	rpcs3
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.34-17383 # git rev-list --count HEAD
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-gf1f85335a7
 CATEGORIES=	emulators wayland
 
diff --git a/graphics/msl/Makefile b/graphics/msl/Makefile
index 43cd462f7aa7..26813cb2d053 100644
--- a/graphics/msl/Makefile
+++ b/graphics/msl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	msl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index 69c968743301..8fb751c13be5 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nn-insight
 DISTVERSION=	1.0.7
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index 137eede1e307..c49e52452172 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kodi
 DISTVERSION=	21.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	multimedia java
 MASTER_SITES=	http://mirrors.kodi.tv/build-deps/sources/
 DISTFILES=	apache-groovy-binary-${GROOVY_VERSION}.zip \
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index 5cc66d08ecc3..e09adc0a010f 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	tensorflow
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.9.1
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DIST_SUBDIR=	${PORTNAME}
diff --git a/www/envoy/Makefile b/www/envoy/Makefile
index ab2aba327077..6a78b68526e9 100644
--- a/www/envoy/Makefile
+++ b/www/envoy/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	envoy
 PORTVERSION=	1.26.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www
 MASTER_SITES=	https://storage.googleapis.com/quiche-envoy-integration/:gurl
 DISTFILES=	dd4080fec0b443296c0ed0036e1e776df8813aa7${EXTRACT_SUFX}:gurl