Commits
David B. Evans authored a51440a0a80
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.10.16 v |
8 + | github.setup googlei18n libphonenumber 8.10.17 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 2e1fb30d10a26f13ed52e8bdb0ec832388819eab \ |
33 - | sha256 fd4bd947660b5ba97cd2b84de8e7800e30b66f14a7e292742259b07d66af6e4f \ |
34 - | size 7299153 \ |
32 + | rmd160 691aed82533b9d0142fd7239483ce70f7114f3c2 \ |
33 + | sha256 b57da8881bcd1e984b8dafeb72daadea75cff15c5cf35784213bb3e6348624cf \ |
34 + | size 7301859 \ |
35 35 | ${gtest_distfile} \ |
36 36 | rmd160 ad357c51fa7a1f4f6be069cc1ceae2c722fc28a2 \ |
37 37 | sha256 9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c \ |
38 38 | size 992298 |
39 39 | |
40 - | worksrcdir google-libphonenumber-24809ca/cpp |
40 + | worksrcdir google-libphonenumber-92e489a/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 | port:protobuf3-cpp |
50 50 | |