Fri May 1 21:04:14 2009 UTC ()
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)


(sno)
diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Flexible/Makefile 2009/02/13 23:53:54 1.1.1.1
+++ pkgsrc/time/p5-DateTime-Format-Flexible/Makefile 2009/05/01 21:04:14 1.2
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:53:54 abs Exp $ 1# $NetBSD: Makefile,v 1.2 2009/05/01 21:04:14 sno Exp $
2 2
3DISTNAME= DateTime-Format-Flexible-0.05 3DISTNAME= DateTime-Format-Flexible-0.08
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Flexible 9HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Flexible
10COMMENT= Flexibly parse strings and turn them into DateTime objects 10COMMENT= Flexibly parse strings and turn them into DateTime objects
 11LICENSE= gnu-gpl-v2 # OR artistic
11 12
12DEPENDS+= p5-Readonly>=0.06:../../devel/p5-Readonly 
13DEPENDS+= p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder 
14DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime 13DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime
 14DEPENDS+= p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder
 15DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone
 16DEPENDS+= p5-Readonly>=0.06:../../devel/p5-Readonly
15 17
16PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
17USE_LANGUAGES= # 19USE_LANGUAGES= #
18 20
19PERL5_PACKLIST= auto/DateTime/Format/Flexible/.packlist 21PERL5_PACKLIST= auto/DateTime/Format/Flexible/.packlist
20 22
21.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Flexible/distinfo 2009/02/13 23:53:54 1.1.1.1
+++ pkgsrc/time/p5-DateTime-Format-Flexible/distinfo 2009/05/01 21:04:14 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:53:54 abs Exp $ 1$NetBSD: distinfo,v 1.2 2009/05/01 21:04:14 sno Exp $
2 2
3SHA1 (DateTime-Format-Flexible-0.05.tar.gz) = 46a96fda16b24df321377df8137be31c50c11915 3SHA1 (DateTime-Format-Flexible-0.08.tar.gz) = 7114f37bba496256a32457f11ca2e047911b1d0c
4RMD160 (DateTime-Format-Flexible-0.05.tar.gz) = afa2559ed3e1542e769402c171686b131ffc6ad6 4RMD160 (DateTime-Format-Flexible-0.08.tar.gz) = 54f63560bec6818e12760613a71dbe6e682cfc11
5Size (DateTime-Format-Flexible-0.05.tar.gz) = 26685 bytes 5Size (DateTime-Format-Flexible-0.08.tar.gz) = 55010 bytes