diff options
author | abs <abs> | 2007-06-09 23:48:54 +0000 |
---|---|---|
committer | abs <abs> | 2007-06-09 23:48:54 +0000 |
commit | f48dccb7b9e149ea09e4da9cf29c036ad1efacf4 (patch) | |
tree | 88feb4970b84299fce4cf826af41f6f789e73aaf | |
parent | 530f6fa3be7692bf8b2f61296fff6fd6b73768b6 (diff) | |
download | pkgsrc-f48dccb7b9e149ea09e4da9cf29c036ad1efacf4.tar.gz |
Updated time/p5-DateTime-TimeZone 0.62 -> 0.6602
0.6602 2007-05-29
- There was a bug in the 04local.t tests that did not manifest itself
on my dev machine, but would've been seen on any machine with an
/etc/default/init file. Reported by Jonathan Leffler.
0.6601 2007-05-08
- 0.66 screwed up the test count in 04local.t if certain tests were
skipped. Reported by David Precious.
0.66 2007-05-07
- This release is based on version 2007f of the Olson database, which
includes Haiti, Turks and Caicos Islands, and New Zealand.
- If /etc/localtime is a symlink, but trying to follow that link does
not find a zone name, fall back to trying to find a matching file in
/usr/share/zoneinfo. RT #26438.
- Require Cwd 3.0+, since Cwd;:abs_path() in older versions does not
following a chain of symlinks.
0.6501 2007-04-22
- The test for the new symlink handling could fail on some systems
(notably OSX). Reported by Randal Schwartz.
0.65 2007-04-21
- Handle cases where /etc/localtime is a symlink pointing to another
symlink (and so forth) by using Cwd::abs_path() instead of
readlink(). Fixes RT #26438.
- When creating an Olson time zone object, DT::TZ will now check to
see if the object being loaded is from an older version of the Olson
catalog than the current version of DT::TZ and issue warning if this
is the case. This is useful because obsolete module files may exist
when a zone name is replaced by a link, or just retired entirely.
0.64 2007-04-02
- This release is based on version 2007e of the Olson database
(changes in the Syria and Honduras time zones).
0.63 2007-03-20
- This release is based on version 2007d of the Olson database.
- Fix determination of local time zone on systems where /etc/localtime
is a symlink. This broke in 0.61. Reported by Bradley C Bailey. RT
#25348.
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index 6e70b8d2f20..58044763a18 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2007/02/27 13:01:59 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/06/09 23:48:54 abs Exp $ -DISTNAME= DateTime-TimeZone-0.62 +DISTNAME= DateTime-TimeZone-0.6602 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-TimeZone/distinfo b/time/p5-DateTime-TimeZone/distinfo index e676fe77c38..ad0219f47f3 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/02/27 13:02:00 wiz Exp $ +$NetBSD: distinfo,v 1.6 2007/06/09 23:48:54 abs Exp $ -SHA1 (DateTime-TimeZone-0.62.tar.gz) = 2491fa085fdab4f5c8df48356b7fb82e4fe5f17d -RMD160 (DateTime-TimeZone-0.62.tar.gz) = defd67147a2bfae4afec4dc491f642ebfa4743a6 -Size (DateTime-TimeZone-0.62.tar.gz) = 344193 bytes +SHA1 (DateTime-TimeZone-0.6602.tar.gz) = b1fe9f61dfeae298d582624a034865cb734d9773 +RMD160 (DateTime-TimeZone-0.6602.tar.gz) = a23b68b0bc5e945619a4972270f040c144fe4741 +Size (DateTime-TimeZone-0.6602.tar.gz) = 342181 bytes |