Commits
David B. Evans authored 545046dcda0
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | epoch 5 |
7 7 | perl5.branches 5.26 |
8 - | perl5.setup DateTime-TimeZone 2.18 ../../authors/id/D/DR/DROLSKY |
8 + | perl5.setup DateTime-TimeZone 2.19 ../../authors/id/D/DR/DROLSKY |
9 9 | maintainers nomaintainer |
10 10 | license {Artistic-1 GPL} |
11 11 | supported_archs noarch |
12 12 | |
13 13 | description Time zone object base class and factory |
14 14 | long_description This class is the base class for all time zone \ |
15 15 | objects. A time zone is represented internally as \ |
16 16 | a set of observances, each of which describes \ |
17 17 | the offset from GMT for a given time period. |
18 18 | |
19 19 | platforms darwin |
20 20 | |
21 - | checksums rmd160 d881326ea26cdbe96cd216dcecc81dc894d4c36c \ |
22 - | sha256 b7f74295650bde3f378017113dcc504cefecc054cf6ef31133dc76940e15453a \ |
23 - | size 952575 |
21 + | checksums rmd160 ae91cbf85fba26c164bde67d5ece7959a266c48f \ |
22 + | sha256 b9192efe202d71b4ff7840718807a244bfca3992afd7e7ca78da20849f5ea4f8 \ |
23 + | size 952762 |
24 24 | |
25 25 | if {${perl5.major} != ""} { |
26 26 | depends_build-append \ |
27 27 | port:p${perl5.major}-test-fatal \ |
28 28 | port:p${perl5.major}-test-output \ |
29 29 | port:p${perl5.major}-test-requires \ |
30 30 | port:p${perl5.major}-test-taint |
31 31 | |
32 32 | depends_lib-append \ |
33 33 | port:p${perl5.major}-class-singleton \ |