diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-22 20:23:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-22 20:33:00 +0000 |
commit | 4cbc811bc9f0b1c36afec483edbb883ae32ad653 (patch) | |
tree | 4bfe8f93d542fd152434893151c935fe5f1ff7d9 | |
parent | 1d26bcc92bf82cef1ec83c1ff04731403c614a51 (diff) |
devel/flatbuffers: Update 23.1.4 -> 23.1.21
Reported by: portscout
-rw-r--r-- | devel/flatbuffers/Makefile | 2 | ||||
-rw-r--r-- | devel/flatbuffers/distinfo | 6 | ||||
-rw-r--r-- | devel/flatbuffers/pkg-plist | 4 | ||||
-rw-r--r-- | emulators/rpcs3/Makefile | 1 | ||||
-rw-r--r-- | graphics/msl/Makefile | 2 | ||||
-rw-r--r-- | misc/nn-insight/Makefile | 2 | ||||
-rw-r--r-- | multimedia/kodi/Makefile | 2 | ||||
-rw-r--r-- | science/py-tensorflow/Makefile | 2 |
8 files changed, 11 insertions, 10 deletions
diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile index 80e0bbb7fd18..b95585b0eef8 100644 --- a/devel/flatbuffers/Makefile +++ b/devel/flatbuffers/Makefile @@ -1,6 +1,6 @@ PORTNAME= flatbuffers DISTVERSIONPREFIX= v -DISTVERSION= 23.1.4 +DISTVERSION= 23.1.21 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/flatbuffers/distinfo b/devel/flatbuffers/distinfo index 378a594ee09e..19709637ab88 100644 --- a/devel/flatbuffers/distinfo +++ b/devel/flatbuffers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673468968 -SHA256 (google-flatbuffers-v23.1.4_GH0.tar.gz) = 801871ff3747838c0dd9730fc44ca9cc453ff42f9c8a0a2f1b33776d2ca5e4b9 -SIZE (google-flatbuffers-v23.1.4_GH0.tar.gz) = 2178791 +TIMESTAMP = 1674410196 +SHA256 (google-flatbuffers-v23.1.21_GH0.tar.gz) = d84cb25686514348e615163b458ae0767001b24b42325f426fd56406fd384238 +SIZE (google-flatbuffers-v23.1.21_GH0.tar.gz) = 2181861 diff --git a/devel/flatbuffers/pkg-plist b/devel/flatbuffers/pkg-plist index fab305db3a7a..f4b1d644e374 100644 --- a/devel/flatbuffers/pkg-plist +++ b/devel/flatbuffers/pkg-plist @@ -5,6 +5,7 @@ include/flatbuffers/base.h include/flatbuffers/bfbs_generator.h include/flatbuffers/buffer.h include/flatbuffers/buffer_ref.h +include/flatbuffers/code_generator.h include/flatbuffers/code_generators.h include/flatbuffers/default_allocator.h include/flatbuffers/detached_buffer.h @@ -38,6 +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 -lib/libflatbuffers.so.23.1.4 +lib/libflatbuffers.so.23.1.21 libdata/pkgconfig/flatbuffers.pc diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 08e776a234e4..b13e331ef03d 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,6 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.26-14584 # git rev-list --count HEAD +PORTREVISION= 2 DISTVERSIONSUFFIX= -gc3c2bb7ad8 CATEGORIES= emulators wayland diff --git a/graphics/msl/Makefile b/graphics/msl/Makefile index 96ec8cc83029..5ce240ee2481 100644 --- a/graphics/msl/Makefile +++ b/graphics/msl/Makefile @@ -1,7 +1,7 @@ PORTNAME= msl DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index 584af7e17b9a..b444f93bf97f 100644 --- a/misc/nn-insight/Makefile +++ b/misc/nn-insight/Makefile @@ -1,6 +1,6 @@ PORTNAME= nn-insight DISTVERSION= 1.0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index b9af4132703d..fa4bf0275182 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,6 +1,6 @@ PORTNAME= kodi DISTVERSION= 19.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia java MAINTAINER= yzrh@noema.org diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index f8e56711c717..27d364be12c8 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -1,7 +1,7 @@ PORTNAME= tensorflow DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} |