Time zone object base class and factory Maintained by:jadawin@FreeBSD.org Port Added: 07 Jun 2003 09:48:50 Also Listed In:perl5 License: not specified in port
This class is the base class for all time zone objects. A time zone is
represented internally as a set of observances, each of which describes the
offset from GMT for a given time period.
WWW: http://datetime.perl.org/
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
Update to 1.00.
Changes: http://search.cpan.org/dist/DateTime-TimeZone/Changes
It would appear that CPAN indexer has not picked up this release yet,
so the relevant changes are listed here:
This release adds a patch from Debian (http://bugs.debian.org/551195)
for Argentina. Argentina's idiotic government decided to change their
DST rules with two days notice. Pointer to patch from Gregor Herrman.
Fixes RT #50590.
- Update to 0.51
- Switch BUILD_DEPENDS and RUN_DEPENDS to avoid p5-Module-Build list in
run-depend-list
PR: 104418
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer timeout