git: 454ec5251bda - main - devel/flatbuffers: Update 1.12.0 -> 2.0.0
Yuri Victorovich
yuri at FreeBSD.org
Tue May 11 19:49:43 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=454ec5251bda5fc33c94368d9f90527fc857ac3e
commit 454ec5251bda5fc33c94368d9f90527fc857ac3e
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-11 16:56:24 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-11 19:49:07 +0000
devel/flatbuffers: Update 1.12.0 -> 2.0.0
Reported by: portscout
---
devel/flatbuffers/Makefile | 4 ++--
devel/flatbuffers/distinfo | 6 +++---
devel/flatbuffers/pkg-plist | 7 +++++--
misc/mnn/Makefile | 2 +-
misc/nn-insight/Makefile | 1 +
multimedia/kodi/Makefile | 1 +
science/chrono/Makefile | 1 +
science/py-tensorflow/Makefile | 2 +-
security/snort3/Makefile | 1 +
9 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile
index a5a14290462b..41b051669f6c 100644
--- a/devel/flatbuffers/Makefile
+++ b/devel/flatbuffers/Makefile
@@ -2,7 +2,7 @@
PORTNAME= flatbuffers
DISTVERSIONPREFIX= v
-DISTVERSION= 1.12.0
+DISTVERSION= 2.0.0
CATEGORIES= devel
MAINTAINER= yuri at FreeBSD.org
@@ -13,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
+
USE_GITHUB= yes
GH_ACCOUNT= google
CMAKE_ON= FLATBUFFERS_BUILD_SHAREDLIB
CMAKE_OFF= FLATBUFFERS_BUILD_FLATLIB FLATBUFFERS_BUILD_TESTS
-TEST_TARGET= test
do-test:
@cd ${BUILD_WRKSRC} && \
diff --git a/devel/flatbuffers/distinfo b/devel/flatbuffers/distinfo
index 5b3298c67e4b..ce9e50e2b40b 100644
--- a/devel/flatbuffers/distinfo
+++ b/devel/flatbuffers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584086273
-SHA256 (google-flatbuffers-v1.12.0_GH0.tar.gz) = 62f2223fb9181d1d6338451375628975775f7522185266cd5296571ac152bc45
-SIZE (google-flatbuffers-v1.12.0_GH0.tar.gz) = 1145348
+TIMESTAMP = 1620746822
+SHA256 (google-flatbuffers-v2.0.0_GH0.tar.gz) = 9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4
+SIZE (google-flatbuffers-v2.0.0_GH0.tar.gz) = 1538022
diff --git a/devel/flatbuffers/pkg-plist b/devel/flatbuffers/pkg-plist
index deb21eb0acda..fb71915c5830 100644
--- a/devel/flatbuffers/pkg-plist
+++ b/devel/flatbuffers/pkg-plist
@@ -8,6 +8,8 @@ include/flatbuffers/grpc.h
include/flatbuffers/hash.h
include/flatbuffers/idl.h
include/flatbuffers/minireflect.h
+include/flatbuffers/pch/flatc_pch.h
+include/flatbuffers/pch/pch.h
include/flatbuffers/reflection.h
include/flatbuffers/reflection_generated.h
include/flatbuffers/registry.h
@@ -20,5 +22,6 @@ lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake
lib/cmake/flatbuffers/FlatcTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/flatbuffers/FlatcTargets.cmake
lib/libflatbuffers.so
-lib/libflatbuffers.so.1
-lib/libflatbuffers.so.1.12.0
+lib/libflatbuffers.so.2
+lib/libflatbuffers.so.2.0.0
+libdata/pkgconfig/flatbuffers.pc
diff --git a/misc/mnn/Makefile b/misc/mnn/Makefile
index fc57311a5dd6..973caf4b88bd 100644
--- a/misc/mnn/Makefile
+++ b/misc/mnn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mnn
DISTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc # machine-learning
MAINTAINER= yuri at FreeBSD.org
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile
index c52ed25b7ba9..a07f881e55b7 100644
--- a/misc/nn-insight/Makefile
+++ b/misc/nn-insight/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nn-insight
DISTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri at FreeBSD.org
diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile
index ba3acc6f370b..66efd0452f88 100644
--- a/multimedia/kodi/Makefile
+++ b/multimedia/kodi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kodi
DISTVERSION= 19.1
+PORTREVISION= 1
DISTVERSIONSUFFIX= -${KODI_CODENAME}
CATEGORIES= multimedia java
diff --git a/science/chrono/Makefile b/science/chrono/Makefile
index 4f3b22b95a5f..e44a08239624 100644
--- a/science/chrono/Makefile
+++ b/science/chrono/Makefile
@@ -1,5 +1,6 @@
PORTNAME= chrono
DISTVERSION= 6.0.0
+PORTREVISION= 1
CATEGORIES= science devel
PKGNAMESUFFIX= -physics-simulation-engine
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index b16ffa8d2616..a179303ae2e1 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -1,7 +1,7 @@
PORTNAME= tensorflow
DISTVERSIONPREFIX= v
DISTVERSION= 1.14.0
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= ${PORTNAME}
diff --git a/security/snort3/Makefile b/security/snort3/Makefile
index 89a2234d28b8..200f008f8831 100644
--- a/security/snort3/Makefile
+++ b/security/snort3/Makefile
@@ -2,6 +2,7 @@
PORTNAME= snort
DISTVERSION= 3.1.3.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
PKGNAMESUFFIX= 3
More information about the dev-commits-ports-all
mailing list