[145245] trunk/dports/devel/libphonenumber-cpp
Revision: 145245 https://trac.macports.org/changeset/145245 Author: devans@macports.org Date: 2016-01-29 08:33:27 -0800 (Fri, 29 Jan 2016) Log Message: ----------- libphonenumber-cpp: update to version 7.2.4. Modified Paths: -------------- trunk/dports/devel/libphonenumber-cpp/Portfile trunk/dports/devel/libphonenumber-cpp/files/patch-cpp-CMakeLists.txt.diff Modified: trunk/dports/devel/libphonenumber-cpp/Portfile =================================================================== --- trunk/dports/devel/libphonenumber-cpp/Portfile 2016-01-29 15:56:27 UTC (rev 145244) +++ trunk/dports/devel/libphonenumber-cpp/Portfile 2016-01-29 16:33:27 UTC (rev 145245) @@ -7,7 +7,7 @@ cmake.out_of_source yes -github.setup googlei18n libphonenumber 7.2.3 libphonenumber- +github.setup googlei18n libphonenumber 7.2.4 libphonenumber- name libphonenumber-cpp license Apache-2 @@ -18,8 +18,8 @@ categories devel platforms darwin -checksums rmd160 d16b7817add1b36ce7a0966cd5997ee0e807efd4 \ - sha256 0baab7f2ee3d94fb0e9302babfb00f8e7d1f660dc0fb873c0a0e699aa961989e +checksums rmd160 d72d9efbfddcf548f482e75969e2d6283852002c \ + sha256 5e24017aba7ba5eb451f408b402d842b7a5693c90769b3f26164330e1b2d25d3 worksrcdir ${worksrcdir}/cpp Modified: trunk/dports/devel/libphonenumber-cpp/files/patch-cpp-CMakeLists.txt.diff =================================================================== --- trunk/dports/devel/libphonenumber-cpp/files/patch-cpp-CMakeLists.txt.diff 2016-01-29 15:56:27 UTC (rev 145244) +++ trunk/dports/devel/libphonenumber-cpp/files/patch-cpp-CMakeLists.txt.diff 2016-01-29 16:33:27 UTC (rev 145245) @@ -1,6 +1,6 @@ --- CMakeLists.txt.orig 2016-01-08 05:49:06.000000000 -0800 +++ CMakeLists.txt 2016-01-14 17:58:20.000000000 -0800 -@@ -331,10 +331,10 @@ if (${USE_ICU_REGEXP} STREQUAL "ON") +@@ -333,10 +333,10 @@ if (${USE_ICU_REGEXP} STREQUAL "ON") endif () if (NOT WIN32) @@ -13,7 +13,7 @@ # Build a static library (without -fPIC). add_library (phonenumber STATIC ${SOURCES}) -@@ -414,8 +414,8 @@ if (${BUILD_GEOCODER} STREQUAL "ON") +@@ -416,8 +416,8 @@ if (${BUILD_GEOCODER} STREQUAL "ON") list (APPEND GEOCODER_DEPS ${COMMON_DEPS}) # Note that the subset of base/ on which the geocoder relies is implemented # on top of Boost header-only libraries (e.g. scoped_ptr.hpp). @@ -24,7 +24,7 @@ endif () # Build a specific library for testing purposes. -@@ -474,7 +474,7 @@ if (${USE_ICU_REGEXP} STREQUAL "ON") +@@ -476,7 +476,7 @@ if (${USE_ICU_REGEXP} STREQUAL "ON") endif () # Build the testing binary.
participants (1)
-
devans@macports.org