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-Flexible PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9111879ae67a
branches:  trunk
changeset: 392491:9111879ae67a
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 01 21:04:14 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module of DateTime::Format::Flexible from
    0.05 to 0.08
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.08 Wed Apr 22 14:00:00 2009
    - fix some pod errors, give an example for european hinting

0.07 Tue Apr 22 03:00:00 2009
    - add ability to strip strings from the date string
    - can now parse timezones
    - rudimentary support for european dates (dd-mm-yyyy)
    - can now parse epoch times

0.06 Mon Apr 20 15:06:00 2009
    - Fix parsing bug with dd-(oct|nov|dec)-yyyy (thanks Phil Brass)

diffstat:

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

diffs (40 lines):

diff -r ed2385fa813c -r 9111879ae67a time/p5-DateTime-Format-Flexible/Makefile
--- a/time/p5-DateTime-Format-Flexible/Makefile Fri May 01 20:58:38 2009 +0000
+++ b/time/p5-DateTime-Format-Flexible/Makefile Fri May 01 21:04:14 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:53:54 abs Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/01 21:04:14 sno Exp $
 
-DISTNAME=      DateTime-Format-Flexible-0.05
+DISTNAME=      DateTime-Format-Flexible-0.08
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -8,10 +8,12 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/perldoc?DateTime::Format::Flexible
 COMMENT=       Flexibly parse strings and turn them into DateTime objects
+LICENSE=       gnu-gpl-v2 # OR artistic
 
+DEPENDS+=      p5-DateTime>=0:../../time/p5-DateTime
+DEPENDS+=      p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder
+DEPENDS+=      p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone
 DEPENDS+=      p5-Readonly>=0.06:../../devel/p5-Readonly
-DEPENDS+=      p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder
-DEPENDS+=      p5-DateTime>=0:../../time/p5-DateTime
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 USE_LANGUAGES= #
diff -r ed2385fa813c -r 9111879ae67a time/p5-DateTime-Format-Flexible/distinfo
--- a/time/p5-DateTime-Format-Flexible/distinfo Fri May 01 20:58:38 2009 +0000
+++ b/time/p5-DateTime-Format-Flexible/distinfo Fri May 01 21:04:14 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:53:54 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/05/01 21:04:14 sno Exp $
 
-SHA1 (DateTime-Format-Flexible-0.05.tar.gz) = 46a96fda16b24df321377df8137be31c50c11915
-RMD160 (DateTime-Format-Flexible-0.05.tar.gz) = afa2559ed3e1542e769402c171686b131ffc6ad6
-Size (DateTime-Format-Flexible-0.05.tar.gz) = 26685 bytes
+SHA1 (DateTime-Format-Flexible-0.08.tar.gz) = 7114f37bba496256a32457f11ca2e047911b1d0c
+RMD160 (DateTime-Format-Flexible-0.08.tar.gz) = 54f63560bec6818e12760613a71dbe6e682cfc11
+Size (DateTime-Format-Flexible-0.08.tar.gz) = 55010 bytes



Home | Main Index | Thread Index | Old Index