diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-27 21:43:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-27 21:43:05 +0000 |
commit | 844a0c09152a5e924a465f6550b33621093a02da (patch) | |
tree | 52cc31fadf9f039e04305635ee94ee4bb7b9529e /time | |
parent | 7d11fcbacacbf9f24353de9a38075d1ade35641d (diff) | |
download | pkgsrc-844a0c09152a5e924a465f6550b33621093a02da.tar.gz |
Update to 1.90:
1.90 2015-05-14
- Made the compilation test shipped in the last release an author-only test,
as many of the modules in this distribution try to load DateTime, but
DateTime depends on this distribution. This caused attempts to install
DateTime on a fresh perl install to fail. Reported by Noel Maddy. RT
#104448.
1.89 2015-05-14
- Fix a syntax error in the Android local time zone module. Reported by Gregor
Hermann. RT #104105.
Diffstat (limited to 'time')
-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 34b2cbf8dd2..6cde5711b6b 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2015/04/26 07:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2015/05/27 21:43:05 wiz Exp $ -DISTNAME= DateTime-TimeZone-1.88 +DISTNAME= DateTime-TimeZone-1.90 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 663b6d38519..fe30ad33de5 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.55 2015/04/26 07:48:22 wiz Exp $ +$NetBSD: distinfo,v 1.56 2015/05/27 21:43:05 wiz Exp $ -SHA1 (DateTime-TimeZone-1.88.tar.gz) = c92a11404dce886fac89cdb30fba77b52098d673 -RMD160 (DateTime-TimeZone-1.88.tar.gz) = 1237928e4585d1cd28c057c6c803178fd3542c6d -Size (DateTime-TimeZone-1.88.tar.gz) = 889504 bytes +SHA1 (DateTime-TimeZone-1.90.tar.gz) = fe23a656d138d5b3892913458a58d2f432ac410a +RMD160 (DateTime-TimeZone-1.90.tar.gz) = 097d4b1f0f2756fd49447cc08edacb7acdf17148 +Size (DateTime-TimeZone-1.90.tar.gz) = 892100 bytes |