diff options
author | sno <sno@pkgsrc.org> | 2009-04-12 18:51:59 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-12 18:51:59 +0000 |
commit | 75314b2792637551c8eca0eaf0194674ff785633 (patch) | |
tree | ba332e0ea675103359ebb09a322b8d591e32b283 /time/p5-DateTime | |
parent | 7797f49b4f8ddc495453a93b5186bee91b058235 (diff) | |
download | pkgsrc-75314b2792637551c8eca0eaf0194674ff785633.tar.gz |
PkgSrc changes:
- Updating package for p5 module DateTime to 0.47
- set license to artistic-2.0
Upstream changes:
0.47 2009-03-01
- The handling of CLDR format 'j' and 'jj' was backwards, using 24
hour time for locales that wanted 12 hour, and vice versa. Reported
by Maros Kollar.
- The CLDR formatting was missing support for lower-case "q"
patterns. Reported by Maros Kollar.
0.46 2009-02-28
- Added a duration_class method for the benefit of DateTime.pm
subclasses. Patch by Shawn Moore.
Diffstat (limited to 'time/p5-DateTime')
-rw-r--r-- | time/p5-DateTime/Makefile | 9 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 48d9384e07a..505c0ae8573 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.14 2008/12/10 23:32:59 he Exp $ +# $NetBSD: Makefile,v 1.15 2009/04/12 18:51:59 sno Exp $ -DISTNAME= DateTime-0.4501 -PKGNAME= p5-${DISTNAME} +DISTNAME= DateTime-0.47 +PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://datetime.perl.org/ COMMENT= Perl module for date/time sets and ranges +LICENSE= artistic-2.0 DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util -DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale +DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple #BUILD_DEPENDS+= p5-podlators>=1.14:../../textproc/p5-podlators diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index 685e42f2a21..02e1b45db22 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/12/10 23:32:59 he Exp $ +$NetBSD: distinfo,v 1.11 2009/04/12 18:51:59 sno Exp $ -SHA1 (DateTime-0.4501.tar.gz) = d3dff3b2d6397140b08483c57b47e87d50290036 -RMD160 (DateTime-0.4501.tar.gz) = 803f1cbad45c534607aed0e44f4b84ff9563d775 -Size (DateTime-0.4501.tar.gz) = 135817 bytes +SHA1 (DateTime-0.47.tar.gz) = ae3d6293fb94105b0a3ad36bad01f09f32a10f31 +RMD160 (DateTime-0.47.tar.gz) = 681312b65ab831d0cb19e67d267f5b0ea453fc78 +Size (DateTime-0.47.tar.gz) = 136429 bytes |