diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 19:31:48 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 19:31:48 +0000 |
commit | e09939ce06327aa07d875a9107933a1fa8694244 (patch) | |
tree | 5536642c7eb709087d93b7975e5749555a0d9c87 /time | |
parent | 224645a577f5c6a24cd48a187504fae763561e7b (diff) | |
download | pkgsrc-e09939ce06327aa07d875a9107933a1fa8694244.tar.gz |
pkgsrc changes:
- updating package of p5 module Time::Format from 1.09 to 1.11
- Adjusting depencencies according to META.yml (and Module::Corelist)
Upstream changes:
1.11 2009 June 18
- Fix error in the new test (past.t) for v1.10!
- Rearrange eval's throughout test code to rely on $@ less.
1.10 2009 June 17
- Bug fix: Did not trim leading zero off the am/pm hour (H
code) if the argument was a DateTime. Thanks to Coke Coleda
for spotting this.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-Format/Makefile | 7 | ||||
-rw-r--r-- | time/p5-Time-Format/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile index 0138ec08ab6..a235fe5a037 100644 --- a/time/p5-Time-Format/Makefile +++ b/time/p5-Time-Format/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:19:01 he Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/07 19:31:48 sno Exp $ # -DISTNAME= Time-Format-1.09 +DISTNAME= Time-Format-1.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} @@ -13,7 +12,7 @@ COMMENT= Easy-to-use date/time formatting PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple +DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip PERL5_PACKLIST= auto/Time/Format/.packlist USE_LANGUAGES= # none diff --git a/time/p5-Time-Format/distinfo b/time/p5-Time-Format/distinfo index 2dd156adb67..3bce18411a6 100644 --- a/time/p5-Time-Format/distinfo +++ b/time/p5-Time-Format/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/09/10 19:11:56 he Exp $ +$NetBSD: distinfo,v 1.3 2009/07/07 19:31:48 sno Exp $ -SHA1 (Time-Format-1.09.tar.gz) = f032b862337b547bc7a5e6e7902e8e476502f9bf -RMD160 (Time-Format-1.09.tar.gz) = b648519c2dfed94067cb2310e8647abe2db83582 -Size (Time-Format-1.09.tar.gz) = 29423 bytes +SHA1 (Time-Format-1.11.tar.gz) = 05d39c8c949bf56b7fb5fc51cce752803da4b390 +RMD160 (Time-Format-1.11.tar.gz) = f24c23ec432b670d5bd116aa315ddb6cdc380b81 +Size (Time-Format-1.11.tar.gz) = 30330 bytes |