Commits
David B. Evans authored a4ca7f6b699
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.1 |
5 5 | PortGroup cxx11 1.1 |
6 6 | PortGroup github 1.0 |
7 7 | |
8 - | github.setup googlei18n libphonenumber 8.9.6 v |
8 + | github.setup googlei18n libphonenumber 8.9.8 v |
9 9 | name libphonenumber-cpp |
10 10 | license Apache-2 |
11 11 | description Google's C++ library for parsing, formatting, storing \ |
12 12 | and validating international phone numbers. |
13 13 | long_description ${description} |
14 14 | maintainers {devans @dbevans} openmaintainer |
15 15 | categories devel |
16 16 | platforms darwin |
17 17 | |
18 18 | set main_distfile ${distfiles} |
22 22 | set gtest_srcdir ${workpath}/googletest-release-${gtest_version}/googletest |
23 23 | set gtest_master https://github.com/google/googletest/archive |
24 24 | |
25 25 | distfiles ${main_distfile}:main \ |
26 26 | ${gtest_distfile}:gtest |
27 27 | |
28 28 | master_sites ${github.master_sites}:main \ |
29 29 | ${gtest_master}:gtest |
30 30 | |
31 31 | checksums ${main_distfile} \ |
32 - | rmd160 c3e6d4e819f50cc9e61376ac3785dd6e879c98d4 \ |
33 - | sha256 2a7f4a749a607c9390799830974b38d5fe03b310b037b2cc855bb8dc7505c22e \ |
34 - | size 7586420 \ |
32 + | rmd160 887d2b7edbb0f1361dd75dd0c4280bdfaaa87773 \ |
33 + | sha256 53eef0c0fe0f319e090e0bbb995a4240c83aee821db416bb9a6b2dd936b386d7 \ |
34 + | size 7649791 \ |
35 35 | ${gtest_distfile} \ |
36 36 | rmd160 b0a9e48874df3291a261ed85a0c0a4d677b01dc1 \ |
37 37 | sha256 58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8 \ |
38 38 | size 1281617 |
39 39 | |
40 - | worksrcdir googlei18n-libphonenumber-ea0a87f/cpp |
40 + | worksrcdir googlei18n-libphonenumber-f6cbdd2/cpp |
41 41 | |
42 42 | patchfiles patch-cpp-CMakeLists.txt.diff |
43 43 | |
44 44 | depends_build-append \ |
45 45 | port:pkgconfig |
46 46 | |
47 47 | depends_lib-append port:boost \ |
48 48 | port:icu |
49 49 | |
50 50 | # enable build with either protobuf-cpp or, preferably, protobuf3-cpp |