Commits
David B. Evans authored e361871ccfc
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.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 7 | cmake.out_of_source yes |
8 8 | |
9 - | github.setup googlei18n libphonenumber 8.8.7 v |
9 + | github.setup googlei18n libphonenumber 8.8.8 v |
10 10 | name libphonenumber-cpp |
11 11 | license Apache-2 |
12 12 | description Google's C++ library for parsing, formatting, storing \ |
13 13 | and validating international phone numbers. |
14 14 | long_description ${description} |
15 15 | maintainers {devans @dbevans} openmaintainer |
16 16 | categories devel |
17 17 | platforms darwin |
18 18 | |
19 - | checksums rmd160 75f929c97545addd79702564159c49b0eed76005 \ |
20 - | sha256 a92f2327f65ac954935cc4f24106b7e2462f25b2b2a221f7e4f64178cdea039d |
19 + | checksums rmd160 cf5710025291a2b75104b842847109df5659c0b2 \ |
20 + | sha256 9bb26d9e74f6809dc36f3fa1837bd24e8d736509f1e791dda81c7c26c7035745 |
21 21 | |
22 22 | worksrcdir ${worksrcdir}/cpp |
23 23 | |
24 24 | set gtest_version 1.7.0 |
25 25 | set gtest_dir ${workpath} |
26 26 | set gtest_archive v${gtest_version}.zip |
27 27 | set gtest_srcdir ${gtest_dir}/gtest-${gtest_version} |
28 28 | set gtest_url https://github.com/neloe/gtest/archive |
29 29 | |
30 30 | post-extract { |