Date: Tue, 16 Aug 2022 08:07:39 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 334f0243ab10 - main - devel/libphonenumber: update to latest upstream release Message-ID: <202208160807.27G87dqF055790@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=334f0243ab108a4396e767739629d739b387d984 commit 334f0243ab108a4396e767739629d739b387d984 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-08-16 07:53:42 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-08-16 08:07:36 +0000 devel/libphonenumber: update to latest upstream release This skips over a handful of releases. Mostly metadata updates, but there are also internal code- and data-format changes (which do not leak to consumers). --- devel/libphonenumber/Makefile | 3 +-- devel/libphonenumber/distinfo | 6 ++--- devel/libphonenumber/files/patch-CMakeLists.txt | 12 ++++----- .../files/patch-tools_CMakeLists.txt | 29 ---------------------- 4 files changed, 10 insertions(+), 40 deletions(-) diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile index 0878ccadde84..69eaf7a32aa1 100644 --- a/devel/libphonenumber/Makefile +++ b/devel/libphonenumber/Makefile @@ -1,7 +1,6 @@ PORTNAME= libphonenumber DISTVERSIONPREFIX= v -DISTVERSION= 8.12.48 -PORTREVISION= 2 +DISTVERSION= 8.12.53 CATEGORIES= devel MAINTAINER= kde@FreeBSD.org diff --git a/devel/libphonenumber/distinfo b/devel/libphonenumber/distinfo index a176664597fc..173c3f85fae8 100644 --- a/devel/libphonenumber/distinfo +++ b/devel/libphonenumber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652042704 -SHA256 (google-libphonenumber-v8.12.48_GH0.tar.gz) = 4bd2b7c89f1cba8dc78038395f4cc3236dd5aa62118feb4c354a8890634faea9 -SIZE (google-libphonenumber-v8.12.48_GH0.tar.gz) = 12246398 +TIMESTAMP = 1660596740 +SHA256 (google-libphonenumber-v8.12.53_GH0.tar.gz) = 52572d89a79db3246717b73a1557998150e2db519a5fa469db7f956a57b993c8 +SIZE (google-libphonenumber-v8.12.53_GH0.tar.gz) = 14567459 diff --git a/devel/libphonenumber/files/patch-CMakeLists.txt b/devel/libphonenumber/files/patch-CMakeLists.txt index 041833fa47c9..fa0a848ccac8 100644 --- a/devel/libphonenumber/files/patch-CMakeLists.txt +++ b/devel/libphonenumber/files/patch-CMakeLists.txt @@ -1,15 +1,15 @@ ---- CMakeLists.txt.orig 2022-01-21 23:54:09.004204000 +0100 -+++ CMakeLists.txt 2022-01-22 17:06:23.060147000 +0100 -@@ -18,7 +18,7 @@ +--- CMakeLists.txt.orig 2022-08-04 05:09:57 UTC ++++ CMakeLists.txt +@@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 3.11) # Pick the C++ standard to compile with. # Abseil currently supports C++11, C++14, and C++17. --set(CMAKE_CXX_STANDARD 11) -+set(CMAKE_CXX_STANDARD 17) +-set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard used to compile this project") ++set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ standard used to compile this project") set(CMAKE_CXX_STANDARD_REQUIRED ON) project (libphonenumber) -@@ -101,6 +101,7 @@ +@@ -101,6 +101,7 @@ if (${USE_ALTERNATE_FORMATS} STREQUAL "ON") endif () # Find all the required libraries and programs. diff --git a/devel/libphonenumber/files/patch-tools_CMakeLists.txt b/devel/libphonenumber/files/patch-tools_CMakeLists.txt index 0cf95c7abdb3..1f2c04eb002b 100644 --- a/devel/libphonenumber/files/patch-tools_CMakeLists.txt +++ b/devel/libphonenumber/files/patch-tools_CMakeLists.txt @@ -16,32 +16,3 @@ as well. That is why the patch applies to .. set(CMAKE_CXX_STANDARD_REQUIRED ON) project (generate_geocoding_data) -@@ -28,27 +28,11 @@ - include (gtest.cmake) - include (FetchContent) - --# Downloading the abseil sources. --FetchContent_Declare( -- abseil-cpp -- GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git -- GIT_TAG origin/master --) -+find_package(absl REQUIRED) - --# Building the abseil binaries --FetchContent_GetProperties(abseil-cpp) --if (NOT abseil-cpp_POPULATED) -- FetchContent_Populate(abseil-cpp) --endif () -- --if (NOT abseil-cpp_POPULATED) -- message (FATAL_ERROR "Could not build abseil-cpp binaries.") --endif () -- - # Safeguarding against any potential link errors as mentioned in - # https://github.com/abseil/abseil-cpp/issues/225 - set(CMAKE_POSITION_INDEPENDENT_CODE TRUE) --add_subdirectory(${abseil-cpp_SOURCE_DIR} ${abseil-cpp_BINARY_DIR}) - - find_or_build_gtest () - set (
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208160807.27G87dqF055790>