aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-05-28 03:44:44 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-05-28 03:46:56 +0000
commit8f1c1fe2455947fac351cc82168278c1b5617b44 (patch)
tree1610237dd87c61ee6f661aed47f113c2b69a92c4
parent8fa1ee41e29af4a86b854e41f9159e956f721eb8 (diff)
downloadports-8f1c1fe2455947fac351cc82168278c1b5617b44.tar.gz
ports-8f1c1fe2455947fac351cc82168278c1b5617b44.zip
devel/flatbuffers: Update 23.3.3 → 23.5.26
Reported by: portscout
-rw-r--r--devel/flatbuffers/Makefile2
-rw-r--r--devel/flatbuffers/distinfo6
-rw-r--r--devel/flatbuffers/pkg-plist3
-rw-r--r--emulators/rpcs3/Makefile1
-rw-r--r--graphics/msl/Makefile2
-rw-r--r--misc/nn-insight/Makefile2
-rw-r--r--multimedia/kodi/Makefile5
-rw-r--r--multimedia/kodi/distinfo4
-rw-r--r--science/py-tensorflow/Makefile2
9 files changed, 17 insertions, 10 deletions
diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile
index 7ccf22ab376b..5630c007958d 100644
--- a/devel/flatbuffers/Makefile
+++ b/devel/flatbuffers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= flatbuffers
DISTVERSIONPREFIX= v
-DISTVERSION= 23.3.3
+DISTVERSION= 23.5.26
PORTEPOCH= 1
CATEGORIES= devel
diff --git a/devel/flatbuffers/distinfo b/devel/flatbuffers/distinfo
index c414469e38d1..de32fa1d15b0 100644
--- a/devel/flatbuffers/distinfo
+++ b/devel/flatbuffers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677999357
-SHA256 (google-flatbuffers-v23.3.3_GH0.tar.gz) = 8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d
-SIZE (google-flatbuffers-v23.3.3_GH0.tar.gz) = 2197401
+TIMESTAMP = 1685213838
+SHA256 (google-flatbuffers-v23.5.26_GH0.tar.gz) = 1cce06b17cddd896b6d73cc047e36a254fb8df4d7ea18a46acf16c4c0cd3f3f3
+SIZE (google-flatbuffers-v23.5.26_GH0.tar.gz) = 2257271
diff --git a/devel/flatbuffers/pkg-plist b/devel/flatbuffers/pkg-plist
index 025e47a6d5ca..8ef48f6ad07b 100644
--- a/devel/flatbuffers/pkg-plist
+++ b/devel/flatbuffers/pkg-plist
@@ -8,6 +8,7 @@ include/flatbuffers/code_generator.h
include/flatbuffers/code_generators.h
include/flatbuffers/default_allocator.h
include/flatbuffers/detached_buffer.h
+include/flatbuffers/file_manager.h
include/flatbuffers/flatbuffer_builder.h
include/flatbuffers/flatbuffers.h
include/flatbuffers/flatc.h
@@ -38,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.23.3.3
+lib/libflatbuffers.so.23.5.26
libdata/pkgconfig/flatbuffers.pc
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index e90faa529a9e..310eb0268868 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -1,6 +1,7 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.27-15080 # git rev-list --count HEAD
+PORTREVISION= 1
DISTVERSIONSUFFIX= -g9f5e3ecb8c
CATEGORIES= emulators wayland
diff --git a/graphics/msl/Makefile b/graphics/msl/Makefile
index 0307d86121f9..787f45ba2069 100644
--- a/graphics/msl/Makefile
+++ b/graphics/msl/Makefile
@@ -1,7 +1,7 @@
PORTNAME= msl
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index becebbac2e95..b98b95f626f1 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nn-insight
DISTVERSION= 1.0.7
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index 2fb4da51a281..e1bddf9a55d6 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -1,9 +1,12 @@
PORTNAME= kodi
DISTVERSION= 20.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia java
# do not forget to fix devel/kodi-platform when updating kodi
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 351184d7e4e3edc447d04a297769eb41a477ba68.patch:-p1 # flatbuffers-23.5.26 compatibility patch: https://github.com/xbmc/xbmc/pull/23332
+
MAINTAINER= yzrh@noema.org
COMMENT= Award winning media center application
WWW= https://kodi.tv/
diff --git a/multimedia/kodi/distinfo b/multimedia/kodi/distinfo
index bd25b3ae634a..9ce1b1672767 100644
--- a/multimedia/kodi/distinfo
+++ b/multimedia/kodi/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1678661243
+TIMESTAMP = 1685240818
SHA256 (xbmc-xbmc-20.1-20.1-Nexus_GH0.tar.gz) = cd4158b2bc2d9593ad2f5c1cd2494957ab726b13d8379bbfb09d7d36df7b7d7e
SIZE (xbmc-xbmc-20.1-20.1-Nexus_GH0.tar.gz) = 54584529
SHA256 (xbmc-libdvdcss-1.4.3-Next-Nexus-Alpha2-2_GH0.tar.gz) = f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e
@@ -7,3 +7,5 @@ SHA256 (xbmc-libdvdnav-6.1.1-Next-Nexus-Alpha2-2_GH0.tar.gz) = 584f62a3896794408
SIZE (xbmc-libdvdnav-6.1.1-Next-Nexus-Alpha2-2_GH0.tar.gz) = 128547
SHA256 (xbmc-libdvdread-6.1.3-Next-Nexus-Alpha2-2_GH0.tar.gz) = 719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62
SIZE (xbmc-libdvdread-6.1.3-Next-Nexus-Alpha2-2_GH0.tar.gz) = 110513
+SHA256 (351184d7e4e3edc447d04a297769eb41a477ba68.patch) = cb582bce2feccf18d2363091843f4d7b71d67312c82f3ce0841dda2dc27ee01b
+SIZE (351184d7e4e3edc447d04a297769eb41a477ba68.patch) = 1333
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index ff3c12c7de5b..11ff57256aaa 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -1,7 +1,7 @@
PORTNAME= tensorflow
DISTVERSIONPREFIX= v
DISTVERSION= 2.9.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= ${PORTNAME}