diff options
author | sno <sno> | 2010-08-04 16:29:53 +0000 |
---|---|---|
committer | sno <sno> | 2010-08-04 16:29:53 +0000 |
commit | 4a9ecb70428a49295804e41a0e73373767d46951 (patch) | |
tree | 3a03655b58d878dbf941cacc39890abff49fd11d /time | |
parent | d833241ec340c9a2738612d25676331fbc489333 (diff) | |
download | pkgsrc-4a9ecb70428a49295804e41a0e73373767d46951.tar.gz |
Updating time/p5-DateTime-Format-Strptime from 1.2000 to 1.4000
pkgsrc changes:
- adjusting license
Upstream changes:
1.4000 2010-06-28
- Actually update $VERSION in module file. Reported by David Wheeler.
1.3000 2010-06-26
- Specifiers which allowed for leading space before a number (like %e)
would cause DateTime.pm to throw an error if the date being parsed
actually contained leading space. Patch by Alex Vandiver. RT #58459.
- Licnse is now Artistic 2.0
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 6 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Strptime/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index efea6dd0c67..6d1be9953a2 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2010/04/18 14:11:00 seb Exp $ +# $NetBSD: Makefile,v 1.8 2010/08/04 16:29:53 sno Exp $ -DISTNAME= DateTime-Format-Strptime-1.2000 +DISTNAME= DateTime-Format-Strptime-1.4000 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/~rickm/DateTime-Format-Strptime/ COMMENT= Parse and format strp and strf time patterns -LICENSE= ${PERL5_LICENSE} +LICENSE= artistic-2.0 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/time/p5-DateTime-Format-Strptime/distinfo b/time/p5-DateTime-Format-Strptime/distinfo index 86eb74f126a..2c9908f6008 100644 --- a/time/p5-DateTime-Format-Strptime/distinfo +++ b/time/p5-DateTime-Format-Strptime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/04/18 14:11:00 seb Exp $ +$NetBSD: distinfo,v 1.6 2010/08/04 16:29:53 sno Exp $ -SHA1 (DateTime-Format-Strptime-1.2000.tar.gz) = 9177e055b6f6398c1358956e0b0c22d7a6bacbd6 -RMD160 (DateTime-Format-Strptime-1.2000.tar.gz) = f2753e82ea2109a2f9a5f8c9eaa614d9825c882c -Size (DateTime-Format-Strptime-1.2000.tar.gz) = 36952 bytes +SHA1 (DateTime-Format-Strptime-1.4000.tar.gz) = 180b937a8486b95398a21446c9d24646aa33a1a4 +RMD160 (DateTime-Format-Strptime-1.4000.tar.gz) = 31abafc43c8d31936ffa9b4867d0db78545ac1c2 +Size (DateTime-Format-Strptime-1.4000.tar.gz) = 27905 bytes |