diff options
author | sno <sno@pkgsrc.org> | 2009-04-12 18:55:47 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-12 18:55:47 +0000 |
commit | 1226676ddbaa035985c55d3b0a2c6e398e0d4a84 (patch) | |
tree | a3f892b2da36475b062bb2481845d3ee2e22b8b1 /time | |
parent | e7684d26ad3b9fdc70e8d10fca5155bdb114a388 (diff) | |
download | pkgsrc-1226676ddbaa035985c55d3b0a2c6e398e0d4a84.tar.gz |
PkgSrc changes:
- Updating package for p5 module DateTime::Format::Strptime to 1.0900
- set license to artistic-2.0
Upstream changes:
1.0701 2007-09-18
- The revised locale tests releasese
- Many people pointed out that while this module hadn't broken
the tests for the French locale had. This is due to a new
source for the data in DateTime::Locale.
- This version ONLY changes the tests and so it not a required
update.
1.0702 2007-09-19
- YAML and POD
- Updated the META.yml file to have the correct 'resources'
and match the latest spec
- Updated the docus with a 'resources' section that has the
same information in it for readers of POD.
- This version ONLY changes the documentation and so it not a
required update.
1.0800 2008-08-07
- Pile-o-bugs
- It seems that I wasn't getting notifications from Google
when people had reported bugs, so there's a pile of fixes
in this release. Hopefully that fixes everyone's issues.
1.0900 2009-02-22
- Another pile-o-bugs
- It seems that I also wasn't seeing notifications from RT
(please don't use it, use the Gooogle project) so all the
following are fixed:
36672 Started failing mid May
23313 Bug handling time zones like America/New_York
25555 Module dies even when on_error is 'undef'
23768 Olson timezone handling incorrect
22450 locale test failing with bleadperl
20487 nmake test_more fail (with patch); incorrect
META.yml
12071 format_datetime uses datetime locale rather than
format locale
11863 bug in DateTime::Format::Strptime 1.0601 when using %s
- And a couple from Google:
#8 Add DateTime::Locale to documentation
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 9 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Strptime/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index fba8057cab3..c9e3b090b4e 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:19:00 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/12 18:55:47 sno Exp $ -DISTNAME= DateTime-Format-Strptime-1.0700 +DISTNAME= DateTime-Format-Strptime-1.0900 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} +EXTRACT_SUFX= .tgz MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/~rickm/DateTime-Format-Strptime/ COMMENT= Parse and format strp and strf time patterns +LICENSE= artistic-2.0 PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-DateTime>=0.14:../../time/p5-DateTime +DEPENDS+= p5-DateTime>=0.4303:../../time/p5-DateTime PERL5_PACKLIST= auto/DateTime/Format/Strptime/.packlist diff --git a/time/p5-DateTime-Format-Strptime/distinfo b/time/p5-DateTime-Format-Strptime/distinfo index 3a25ae36da6..a9eccd38d4a 100644 --- a/time/p5-DateTime-Format-Strptime/distinfo +++ b/time/p5-DateTime-Format-Strptime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/06/07 11:46:16 abs Exp $ +$NetBSD: distinfo,v 1.2 2009/04/12 18:55:47 sno Exp $ -SHA1 (DateTime-Format-Strptime-1.0700.tar.gz) = 28791945de321a8f3230ac81b644c488ec440d2e -RMD160 (DateTime-Format-Strptime-1.0700.tar.gz) = 8f8b1fc94a50676dd202e477d888d5e260189c7b -Size (DateTime-Format-Strptime-1.0700.tar.gz) = 26324 bytes +SHA1 (DateTime-Format-Strptime-1.0900.tgz) = 751e58f9d04636341b28c670503abec7f19e3939 +RMD160 (DateTime-Format-Strptime-1.0900.tgz) = f96664a297fff20e2a9c026d136c367793e17256 +Size (DateTime-Format-Strptime-1.0900.tgz) = 28353 bytes |