aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-11 16:56:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-11 19:49:07 +0000
commit454ec5251bda5fc33c94368d9f90527fc857ac3e (patch)
tree1c8ffdb8c415142317e9b41d2c93fc234a144808
parent408d5b85e10128661d16f9a323c8a4520aa46c1a (diff)
downloadports-454ec5251bda5fc33c94368d9f90527fc857ac3e.tar.gz
ports-454ec5251bda5fc33c94368d9f90527fc857ac3e.zip
devel/flatbuffers: Update 1.12.0 -> 2.0.0
Reported by: portscout
-rw-r--r--devel/flatbuffers/Makefile4
-rw-r--r--devel/flatbuffers/distinfo6
-rw-r--r--devel/flatbuffers/pkg-plist7
-rw-r--r--misc/mnn/Makefile2
-rw-r--r--misc/nn-insight/Makefile1
-rw-r--r--multimedia/kodi/Makefile1
-rw-r--r--science/chrono/Makefile1
-rw-r--r--science/py-tensorflow/Makefile2
-rw-r--r--security/snort3/Makefile1
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@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@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@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