Update to 1.76:
1.76 2014-10-26 - When searching for the local timezone we now look at /etc/timezone before /etc/localtime. The former is a much quicker check if it exists. Patch by Karen Etheridge. PR #3. - The tools/parse_olson script now supports parsing the etcetera and systemv files. This is *not* enabled by default as it would generate zones that conflict with existing links for Etc/UTC and others. Patch by Alfie John. PR #1.
This commit is contained in:
parent
bbe5dd95ff
commit
3425f17db6
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.55 2014/10/01 10:58:08 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.56 2014/10/29 17:23:59 wiz Exp $
|
||||
|
||||
DISTNAME= DateTime-TimeZone-1.75
|
||||
DISTNAME= DateTime-TimeZone-1.76
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= time perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.43 2014/10/01 10:58:08 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.44 2014/10/29 17:23:59 wiz Exp $
|
||||
|
||||
SHA1 (DateTime-TimeZone-1.75.tar.gz) = 9b51fd924d1fcf4b0187bfc30146fbf7398302d5
|
||||
RMD160 (DateTime-TimeZone-1.75.tar.gz) = 965efcd8435b4aaf1e8025e813860628c26cb062
|
||||
Size (DateTime-TimeZone-1.75.tar.gz) = 888615 bytes
|
||||
SHA1 (DateTime-TimeZone-1.76.tar.gz) = dd958e592e89764b3444c293611a911d1b3d11c5
|
||||
RMD160 (DateTime-TimeZone-1.76.tar.gz) = fd0f1572ae6b958a39bdc1880e0c60a6fbbe5928
|
||||
Size (DateTime-TimeZone-1.76.tar.gz) = 889064 bytes
|
||||
|
|
Loading…
Reference in a new issue