Commits
Ryan Schmidt authored 6ce8037d015
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 php 1.1 |
5 5 | |
6 6 | name php-timezonedb |
7 - | version 2018.4 |
7 + | version 2018.5 |
8 8 | categories php devel |
9 9 | platforms darwin |
10 10 | maintainers {ryandesign @ryandesign} openmaintainer |
11 11 | license PHP-3.01 |
12 12 | |
13 13 | php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 |
14 14 | php.pecl yes |
15 15 | |
16 16 | description A PECL Timezone Database. |
17 17 | |
18 18 | long_description Timezone Database to be used with PHP's date and time \ |
19 19 | functions. |
20 20 | |
21 - | checksums rmd160 f68be86e5565ee2b94d6cde7f58715d9fdeba528 \ |
22 - | sha256 70403ae74aa6a8ec50ba24299afda266e252b73da1990d619a2d4d663b274dcc \ |
23 - | size 421147 |
21 + | checksums rmd160 9a69c2b78cebd1ba0ffcabb4580cbaa44bd82e23 \ |
22 + | sha256 8cd7bcd162476bba853ec4c2e1ef721a4f3c7d13716e27be212964f7afe919a8 \ |
23 + | size 421263 |
24 24 | |
25 25 | configure.args-append --enable-timezonedb |
26 26 | |
27 27 | use_parallel_build yes |