Commits
David B. Evans authored 2e7660a54d6
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 5.28 5.30 |
8 - | perl5.setup DateTime-TimeZone 2.37 ../../authors/id/D/DR/DROLSKY |
8 + | perl5.setup DateTime-TimeZone 2.38 ../../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 267afa67a9928f88024bbb5a82fbd7b5a7e77bb9 \ |
22 - | sha256 6c12dfa6ad190191d437a7661c644fc38aaf109001e1d958c95dbb0aa143c421 \ |
23 - | size 980140 |
21 + | checksums rmd160 53eab8589f40d2006c2f7e388e73cced92a3716a \ |
22 + | sha256 0e5c99ef22471f4d262ac590ce5ce8177094d7a92f380d8eea6219f5a12dc0cd \ |
23 + | size 992581 |
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 \ |