pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4fbf4d0d410
branches:  trunk
changeset: 392685:c4fbf4d0d410
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed May 06 07:05:46 2009 +0000

description:
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:

 time/p5-DateTime/Makefile |  9 +++------
 time/p5-DateTime/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 118158232544 -r c4fbf4d0d410 time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Wed May 06 07:01:14 2009 +0000
+++ b/time/p5-DateTime/Makefile Wed May 06 07:05:46 2009 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 -r 118158232544 -r c4fbf4d0d410 time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Wed May 06 07:01:14 2009 +0000
+++ b/time/p5-DateTime/distinfo Wed May 06 07:05:46 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index