Trivial update with symbol addition in the strings library.
OK to commit now or better wait after p2k24 to avoid noise?

https://github.com/abseil/abseil-cpp/compare/20240116.1...20240116.2

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/abseil-cpp/Makefile,v
diff -u -p -r1.30 Makefile
--- Makefile    17 Mar 2024 20:19:07 -0000      1.30
+++ Makefile    12 Apr 2024 12:21:25 -0000
@@ -3,7 +3,7 @@ CATEGORIES =    devel
 
 GH_ACCOUNT =   abseil
 GH_PROJECT =   ${GH_ACCOUNT}-cpp
-GH_TAGNAME =   20240116.1
+GH_TAGNAME =   20240116.2
 
 HOMEPAGE =     https://abseil.io/
 
@@ -42,7 +42,7 @@ ABSL_LIBS = \
     log_internal_fnmatch vlog_config_internal \
     kernel_timeout_internal string_view
 .for _lib in ${ABSL_LIBS}
-SHARED_LIBS +=         absl_${_lib}    4.0     # 2401.0.0
+SHARED_LIBS +=         absl_${_lib}    4.1     # 2401.0.0
 .endfor
 
 WANTLIB += ${COMPILER_LIBCXX} execinfo gmock gtest m
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/abseil-cpp/distinfo,v
diff -u -p -r1.10 distinfo
--- distinfo    17 Mar 2024 20:19:07 -0000      1.10
+++ distinfo    12 Apr 2024 11:22:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (abseil-cpp-20240116.1.tar.gz) = 
PHQyBN94NmrS6vI21mMdg/a8ko0XBd0AALhy5Ttz3Go=
-SIZE (abseil-cpp-20240116.1.tar.gz) = 2151012
+SHA256 (abseil-cpp-20240116.2.tar.gz) = 
czcmuMOm05pBINfkXqi0GkNM2s3kAculAPFCNsSbOdw=
+SIZE (abseil-cpp-20240116.2.tar.gz) = 2151288

Reply via email to