git: 42cb601052a4 - main - devel/libphonenumber: update to 8.13.6, latest upstream
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 13:09:48 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=42cb601052a40295ee1ca7cf3dcc717636bc2549 commit 42cb601052a40295ee1ca7cf3dcc717636bc2549 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2023-02-14 12:55:46 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2023-02-14 13:09:44 +0000 devel/libphonenumber: update to 8.13.6, latest upstream Release notes are at https://github.com/google/libphonenumber/releases/tag/v8.13.6 This change to ports is a little larger than usual: the newer releases want to regenerate metadata (which in turn is needed to run the tests) but the (re)generation code is Java, so building that would pull in an entire JRE. I claim that we have enough big things in the build chain already, so that means disabling building-the-tests and not regenerating the metadata. It's a bit unclear whether this is sustainable: the metadata looks like it is transitioning to CSV, which I would expect to be *simpler* in use, rather than requiring even more heavyweight tools. --- devel/libphonenumber/Makefile | 4 +++- devel/libphonenumber/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile index b64a588706f6..6854f94a03ae 100644 --- a/devel/libphonenumber/Makefile +++ b/devel/libphonenumber/Makefile @@ -1,6 +1,6 @@ PORTNAME= libphonenumber DISTVERSIONPREFIX= v -DISTVERSION= 8.13.4 +DISTVERSION= 8.13.6 CATEGORIES= devel MAINTAINER= kde@FreeBSD.org @@ -20,6 +20,8 @@ USE_GITHUB= yes GH_ACCOUNT= google CMAKE_ON= USE_STD_MAP +CMAKE_OFF= REGENERATE_METADATA \ + BUILD_TESTING WRKSRC_SUBDIR= cpp diff --git a/devel/libphonenumber/distinfo b/devel/libphonenumber/distinfo index aeb31100fe7c..5a0cf3846c4e 100644 --- a/devel/libphonenumber/distinfo +++ b/devel/libphonenumber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674356278 -SHA256 (google-libphonenumber-v8.13.4_GH0.tar.gz) = 7c9d1b7bc3320e1a234bdd9435486bc01fca181d74455e2866af19543289ae6c -SIZE (google-libphonenumber-v8.13.4_GH0.tar.gz) = 14756476 +TIMESTAMP = 1676217320 +SHA256 (google-libphonenumber-v8.13.6_GH0.tar.gz) = 5c27ee33739981f87d77d1525a59a1358aebea045fea8cc00540662fcae8f62c +SIZE (google-libphonenumber-v8.13.6_GH0.tar.gz) = 14755301