aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 04:08:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 04:08:33 +0000
commit0d1400caacf618868bb626885813d1bbec83ef9b (patch)
tree289deb7c354515723d84ab5dd047ea328e9bf081
parentf0661639ff451f12568ab186e92e766e743bed63 (diff)
downloadports-0d1400caacf618868bb626885813d1bbec83ef9b.tar.gz
ports-0d1400caacf618868bb626885813d1bbec83ef9b.zip
devel/py-flatbuffers: Update to 23.5.9
- Update WWW and clean up pkg-descr Changes: https://github.com/google/flatbuffers/releases
-rw-r--r--devel/py-flatbuffers/Makefile6
-rw-r--r--devel/py-flatbuffers/distinfo6
-rw-r--r--devel/py-flatbuffers/pkg-descr2
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/py-flatbuffers/Makefile b/devel/py-flatbuffers/Makefile
index 10d6db851412..71d5fd58d50a 100644
--- a/devel/py-flatbuffers/Makefile
+++ b/devel/py-flatbuffers/Makefile
@@ -1,19 +1,19 @@
PORTNAME= flatbuffers
-PORTVERSION= 2.0
+PORTVERSION= 23.5.9
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= FlatBuffers serialization format for Python
-WWW= https://google.github.io/flatbuffers/
+WWW= https://google.github.io/flatbuffers/ \
+ https://github.com/google/flatbuffers
LICENSE= APACHE20
USES= cpe python:3.7+
USE_PYTHON= autoplist concurrent distutils
-MAKE_ENV= VERSION=${PORTVERSION}
NO_ARCH= yes
CPE_VENDOR= google
diff --git a/devel/py-flatbuffers/distinfo b/devel/py-flatbuffers/distinfo
index f8fff7d9f9d0..bd84e15a1a5a 100644
--- a/devel/py-flatbuffers/distinfo
+++ b/devel/py-flatbuffers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648248910
-SHA256 (flatbuffers-2.0.tar.gz) = 12158ab0272375eab8db2d663ae97370c33f152b27801fa6024e1d6105fd4dd2
-SIZE (flatbuffers-2.0.tar.gz) = 22462
+TIMESTAMP = 1684104394
+SHA256 (flatbuffers-23.5.9.tar.gz) = 93a506b6ab771c79ce816e7b35a93ed08ec5b4c9edb811101a22c44a4152f018
+SIZE (flatbuffers-23.5.9.tar.gz) = 22115
diff --git a/devel/py-flatbuffers/pkg-descr b/devel/py-flatbuffers/pkg-descr
index 6181e1ccd135..936d9c7074c0 100644
--- a/devel/py-flatbuffers/pkg-descr
+++ b/devel/py-flatbuffers/pkg-descr
@@ -4,5 +4,3 @@ parsing/unpacking it first, while still having great forwards/backwards
compatibility.
Python runtime library for use with the Flatbuffers serialization format.
-
-See also: https://github.com/google/flatbuffers