pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-Natural Updating time/p5-DateT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea942407f3d8
branches:  trunk
changeset: 399437:ea942407f3d8
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 19 22:51:37 2009 +0000

description:
Updating time/p5-DateTime-Format-Natural from 0.78 to 0.79

pkgsrc changes:
  - reorder dependencies

Upstream changes:
0.79 Sat Sep 19 12:23:20 CEST 2009
 - Merged development version to stable.

0.78_03 Thu Sep 17 12:13:08 CEST 2009
 - Relocate the formatted string printing of result strings
   used within the tests to the Test class.

0.78_02 Mon Sep 14 17:18:40 CEST 2009
 - Add support for ranges representing the first and last day
   of a month or year. [rt #44067 - Michael Reddick]
 - Move the insertion code in parse_datetime_duration() to the
   Duration class and the checks to the english metadata class.
 - Quote for parsing failures with duration strings the entire
   input string instead of a partial date string.
 - Save and restore state for parse_datetime_duration().
 - Test compile-time loading of Duration.pm.

0.78_01 Tue Sep  1 15:51:59 CEST 2009
 - Set units at once within _check_date() when Date::Calc is
   not available and add a test. [rt #49326 - Clayton L. Scott]

diffstat:

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

diffs (45 lines):

diff -r de612651f175 -r ea942407f3d8 time/p5-DateTime-Format-Natural/Makefile
--- a/time/p5-DateTime-Format-Natural/Makefile  Sat Sep 19 22:46:01 2009 +0000
+++ b/time/p5-DateTime-Format-Natural/Makefile  Sat Sep 19 22:51:37 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/08/09 07:31:59 sno Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/19 22:51:37 sno Exp $
 
-DISTNAME=      DateTime-Format-Natural-0.78
+DISTNAME=      DateTime-Format-Natural-0.79
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -10,15 +10,17 @@
 COMMENT=       Create machine readable date/time with natural parsing logic
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-boolean>=0:../../devel/p5-boolean
-DEPENDS+=      p5-Date-Calc>=0:../../devel/p5-Date-Calc
 DEPENDS+=      p5-DateTime>=0:../../time/p5-DateTime
 DEPENDS+=      p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Params-Validate>=0:../../devel/p5-Params-Validate
 DEPENDS+=      p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine
+DEPENDS+=      p5-boolean>=0:../../devel/p5-boolean
 
 BUILD_DEPENDS+=        p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
 
+# recommended
+DEPENDS+=      p5-Date-Calc>=0:../../devel/p5-Date-Calc
+
 PERL5_MODULE_TYPE=     Module::Build
 PKG_DESTDIR_SUPPORT=   user-destdir
 USE_LANGUAGES= #
diff -r de612651f175 -r ea942407f3d8 time/p5-DateTime-Format-Natural/distinfo
--- a/time/p5-DateTime-Format-Natural/distinfo  Sat Sep 19 22:46:01 2009 +0000
+++ b/time/p5-DateTime-Format-Natural/distinfo  Sat Sep 19 22:51:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/08/09 07:31:59 sno Exp $
+$NetBSD: distinfo,v 1.5 2009/09/19 22:51:37 sno Exp $
 
-SHA1 (DateTime-Format-Natural-0.78.tar.gz) = cb89bd243303673d76c22641efd3fb6164124625
-RMD160 (DateTime-Format-Natural-0.78.tar.gz) = 269bf0a5eca313e9b70b8da26f672cd9b58cb427
-Size (DateTime-Format-Natural-0.78.tar.gz) = 40360 bytes
+SHA1 (DateTime-Format-Natural-0.79.tar.gz) = 885ec6915061de46d8a72dc0f9ee6b335b577a1a
+RMD160 (DateTime-Format-Natural-0.79.tar.gz) = 26dd3f65c128ab010e6b2efe57c26ad1356547a4
+Size (DateTime-Format-Natural-0.79.tar.gz) = 41962 bytes



Home | Main Index | Thread Index | Old Index