diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-19 11:31:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-19 11:31:12 +0000 |
commit | 163ec5f1681741ca8887afe4e5e397c7f7409c88 (patch) | |
tree | fb60e75aac62194fb7fb89e586ec03f0fdf530c2 /time | |
parent | c790ff006c9a9a1d947485ad703c361358af8027 (diff) | |
download | pkgsrc-163ec5f1681741ca8887afe4e5e397c7f7409c88.tar.gz |
Update to 0.13, set LICENSE.
0.13 2010-08-25
- GMP is used in two places, so fix second
0.12 2010-08-23
- Move to Module::Build
- Do not use GMP on Windows
- Report bigint library used in tests
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Epoch/Makefile | 6 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Epoch/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-Epoch/Makefile b/time/p5-DateTime-Format-Epoch/Makefile index 24c9382d9d4..d37f4504b8f 100644 --- a/time/p5-DateTime-Format-Epoch/Makefile +++ b/time/p5-DateTime-Format-Epoch/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/08/21 16:36:22 seb Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/19 11:31:12 wiz Exp $ -DISTNAME= DateTime-Format-Epoch-0.11 +DISTNAME= DateTime-Format-Epoch-0.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -10,6 +9,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://datetime.perl.org/ #HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Epoch/ COMMENT= Convert DateTimes to/from epoch seconds +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/time/p5-DateTime-Format-Epoch/distinfo b/time/p5-DateTime-Format-Epoch/distinfo index 71febfc8e85..e43350cf01b 100644 --- a/time/p5-DateTime-Format-Epoch/distinfo +++ b/time/p5-DateTime-Format-Epoch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/09/13 14:12:55 he Exp $ +$NetBSD: distinfo,v 1.3 2010/09/19 11:31:12 wiz Exp $ -SHA1 (DateTime-Format-Epoch-0.11.tar.gz) = 3984b2e721d3a30c780b0d1bbd55e3f6160ff5b0 -RMD160 (DateTime-Format-Epoch-0.11.tar.gz) = d01d45112fd6a73c2a7d33b1e0012ab0897c3c1d -Size (DateTime-Format-Epoch-0.11.tar.gz) = 17511 bytes +SHA1 (DateTime-Format-Epoch-0.13.tar.gz) = 025d68bc2aeb00cdf0921f809de3a2db90e7b9c1 +RMD160 (DateTime-Format-Epoch-0.13.tar.gz) = c842ffb51f73ed32d195f6d5a6cdc60a93bcb7f8 +Size (DateTime-Format-Epoch-0.13.tar.gz) = 22668 bytes |