git: ff8627bd64fb - main - devel/abseil: update the port to the next LTS patch
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Jun 9 04:12:42 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff8627bd64fba25be047e80b4e64293005c53109
commit ff8627bd64fba25be047e80b4e64293005c53109
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-06-09 04:10:32 +0000
Commit: Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-06-09 04:10:45 +0000
devel/abseil: update the port to the next LTS patch
- Update Abseil C++ libraries to version 20210324.2
- Inferring shared libraries suffix from PORTVERSION
does not always work, so obtain correct value from
the project's CMake files (SOVERSION)
Found out via: repology.org
---
devel/abseil/Makefile | 6 ++++--
devel/abseil/distinfo | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile
index 2c89a3e7766c..7d1524b1c553 100644
--- a/devel/abseil/Makefile
+++ b/devel/abseil/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
PORTNAME= abseil
-PORTVERSION= 20210324.1
+PORTVERSION= 20210324.2
CATEGORIES= devel
MAINTAINER= danfe at FreeBSD.org
@@ -16,6 +16,8 @@ GH_PROJECT= ${PORTNAME}-cpp
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_CXX_STANDARD=17 # force the same highest C++ standard because of ABI differences: see https://github.com/abseil/abseil-cpp/issues/819
-PLIST_SUB+= LIBSUFX=${PORTVERSION:C/^..(....)../\1.0/}
+_GET_SOVER= ${GREP} SOVERSION ${WRKSRC}/CMake/AbseilHelpers.cmake \
+ | ${CUT} -d\" -f2
+PLIST_SUB+= LIBSUFX=${_GET_SOVER:sh}
.include <bsd.port.mk>
diff --git a/devel/abseil/distinfo b/devel/abseil/distinfo
index 473eadfe2866..4e90abb00a2c 100644
--- a/devel/abseil/distinfo
+++ b/devel/abseil/distinfo
@@ -1,2 +1,3 @@
-SHA256 (abseil-abseil-cpp-20210324.1_GH0.tar.gz) = 441db7c09a0565376ecacf0085b2d4c2bbedde6115d7773551bc116212c2a8d6
-SIZE (abseil-abseil-cpp-20210324.1_GH0.tar.gz) = 1774134
+TIMESTAMP = 1622559169
+SHA256 (abseil-abseil-cpp-20210324.2_GH0.tar.gz) = 59b862f50e710277f8ede96f083a5bb8d7c9595376146838b9580be90374ee1f
+SIZE (abseil-abseil-cpp-20210324.2_GH0.tar.gz) = 1774172
More information about the dev-commits-ports-all
mailing list