diff options
author | sno <sno@pkgsrc.org> | 2009-05-06 07:05:46 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-06 07:05:46 +0000 |
commit | b6ef220ab0ddc04f497ada1d3d965f51c07d2689 (patch) | |
tree | 9cfeed342e2a910379eaeef42ef6c913180edf7e /time | |
parent | 6d87a7a2b9ac1025e44275a921273db8281f66c3 (diff) | |
download | pkgsrc-b6ef220ab0ddc04f497ada1d3d965f51c07d2689.tar.gz |
PkgSrc changes:
- Updating package for p5 DateTime modules from 0.47 to 0.49
- Setting License to gnu-gpl-v2
- Removing unused / perl core dependencies
Upstream changes:
0.49 2009-05-04
- A bug in the test code for handling overloaded objects in from_epoch
resulted in a test failure on Perl 5.8.x. This release contains no
changes besides a test code fix.
0.48 2009-05-04
- Some of the accessors (the "main" ones like year(), month(), day(),
etc) now warn if they are passed a value. Patch from Shawn
Moore. Fixes RT #6979.
- DateTime::Duration expected DateTime to be loaded and used some
constants from it, but did not explicitly "use DateTime". Reported
by Jeff Kubina. RT #44740.
- The CLDR formatting for "c" and "cc" was incorrectly using the local
day of the week. This meant that it gave the wrong result for
locales where Monday is not considered the first day of the
week. Reported by Maros Kollar. RT #45007.
- DateTime->from_epoch did not allow an object which overloaded
numification as the epoch value. Patch by Michael Schwern. RT
#45653.
- Fixed how datetime subtraction is handled for some cases around DST
changes. This had been improved back in 0.30, but there were still
bugs. RT #45235.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 9 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 505c0ae8573..44bb60caf4b 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2009/04/12 18:51:59 sno Exp $ +# $NetBSD: Makefile,v 1.16 2009/05/06 07:05:46 sno Exp $ -DISTNAME= DateTime-0.47 +DISTNAME= DateTime-0.49 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -8,14 +8,11 @@ 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 +LICENSE= gnu-gpl-v2 # OR artistic -DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util 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 USE_LANGUAGES= c # installs C module PERL5_PACKLIST= auto/DateTime/.packlist diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index 02e1b45db22..1994f8b988b 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/04/12 18:51:59 sno Exp $ +$NetBSD: distinfo,v 1.12 2009/05/06 07:05:46 sno Exp $ -SHA1 (DateTime-0.47.tar.gz) = ae3d6293fb94105b0a3ad36bad01f09f32a10f31 -RMD160 (DateTime-0.47.tar.gz) = 681312b65ab831d0cb19e67d267f5b0ea453fc78 -Size (DateTime-0.47.tar.gz) = 136429 bytes +SHA1 (DateTime-0.49.tar.gz) = 96b8980d4adcca3cff3e3e1d371e19b9b4e527d3 +RMD160 (DateTime-0.49.tar.gz) = 2af893452a2457060184593012c2d6e39d6893a1 +Size (DateTime-0.49.tar.gz) = 137710 bytes |