Date: Sat, 27 May 2023 04:26:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0d1400caacf6 - main - devel/py-flatbuffers: Update to 23.5.9 Message-ID: <202305270426.34R4Qf27024987@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d1400caacf618868bb626885813d1bbec83ef9b commit 0d1400caacf618868bb626885813d1bbec83ef9b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 04:08:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 04:08:33 +0000 devel/py-flatbuffers: Update to 23.5.9 - Update WWW and clean up pkg-descr Changes: https://github.com/google/flatbuffers/releases --- devel/py-flatbuffers/Makefile | 6 +++--- devel/py-flatbuffers/distinfo | 6 +++--- devel/py-flatbuffers/pkg-descr | 2 -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305270426.34R4Qf27024987>