git: ae1774f650d9 - main - devel/flatbuffers: update 24.12.23 → 25.1.21

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 23 Jan 2025 03:15:37 UTC
The branch main has been updated by yuri:

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

commit ae1774f650d9c086a8c84dd739f7d2e2432fd92e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-23 01:07:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-23 03:15:18 +0000

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

diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile
index cc0add6dba6a..4212ca059d71 100644
--- a/devel/flatbuffers/Makefile
+++ b/devel/flatbuffers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	flatbuffers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	24.12.23
+DISTVERSION=	25.1.21
 PORTEPOCH=	1
 CATEGORIES=	devel
 
diff --git a/devel/flatbuffers/distinfo b/devel/flatbuffers/distinfo
index cdd001ac23d0..b84fef36373d 100644
--- a/devel/flatbuffers/distinfo
+++ b/devel/flatbuffers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1736468143
-SHA256 (google-flatbuffers-v24.12.23_GH0.tar.gz) = 7e2ef35f1af9e2aa0c6a7d0a09298c2cb86caf3d4f58c0658b306256e5bcab10
-SIZE (google-flatbuffers-v24.12.23_GH0.tar.gz) = 2326944
+TIMESTAMP = 1737535369
+SHA256 (google-flatbuffers-v25.1.21_GH0.tar.gz) = 7ab210001df1cd6234d0263801eeed3b941098bc9d6b41331832dd29cea4b555
+SIZE (google-flatbuffers-v25.1.21_GH0.tar.gz) = 2432983
diff --git a/devel/flatbuffers/pkg-plist b/devel/flatbuffers/pkg-plist
index 7ca30886ba4b..9e0b6bea15e9 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.24.12.23
+lib/libflatbuffers.so.25.1.21
 libdata/pkgconfig/flatbuffers.pc
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 4eee3ee16833..5860e8b518b0 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	rpcs3
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.34-17373 # git rev-list --count HEAD
 DISTVERSIONSUFFIX=	-g6fddb31a07
+PORTREVISION=	1
 CATEGORIES=	emulators wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/msl/Makefile b/graphics/msl/Makefile
index 775d48e5bd87..43cd462f7aa7 100644
--- a/graphics/msl/Makefile
+++ b/graphics/msl/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	msl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index c6bb7bf0982f..69c968743301 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	nn-insight
 DISTVERSION=	1.0.7
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index f7323a4883fb..137eede1e307 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kodi
 DISTVERSION=	21.0
-PORTREVISION=	6
+PORTREVISION=	7
 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 7b2202dacaa4..5cc66d08ecc3 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	tensorflow
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.9.1
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	science python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DIST_SUBDIR=	${PORTNAME}
diff --git a/www/envoy/Makefile b/www/envoy/Makefile
index 84fd260e4715..ab2aba327077 100644
--- a/www/envoy/Makefile
+++ b/www/envoy/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	envoy
 PORTVERSION=	1.26.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www
 MASTER_SITES=	https://storage.googleapis.com/quiche-envoy-integration/:gurl
 DISTFILES=	dd4080fec0b443296c0ed0036e1e776df8813aa7${EXTRACT_SUFX}:gurl