diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 22:16:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 22:16:40 +0000 |
commit | 04209fd80fc724a45f794c8eeae2b8e73322f75c (patch) | |
tree | 7c6b01276022ab32d3a274a91172f88606c83295 /math | |
parent | 513b7d1533086dc4ae83a3939edd2b892b330dcd (diff) | |
download | pkgsrc-04209fd80fc724a45f794c8eeae2b8e73322f75c.tar.gz |
Update to 0.09:
0.09 Mon Dec 06 2010
- explicit use of of Math::BigInt to avoid confusing Devel::Cover
0.08 Mon Dec 06 2010
- don't short-circuit encoding '0' so it gets proper padding.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Base36/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Base36/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index f545a222765..c6a49dfd6dc 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 13:38:22 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/16 22:16:40 wiz Exp $ # -DISTNAME= Math-Base36-0.07 +DISTNAME= Math-Base36-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Base36/distinfo b/math/p5-Math-Base36/distinfo index 1f7af39164d..bcab5030854 100644 --- a/math/p5-Math-Base36/distinfo +++ b/math/p5-Math-Base36/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/08/05 00:12:28 seb Exp $ +$NetBSD: distinfo,v 1.2 2011/08/16 22:16:40 wiz Exp $ -SHA1 (Math-Base36-0.07.tar.gz) = 433a9d4013ebe01290f0d63a7bb8454b650b15aa -RMD160 (Math-Base36-0.07.tar.gz) = aa358252583dcaf96d88030ebb4d1674bb5052fe -Size (Math-Base36-0.07.tar.gz) = 15896 bytes +SHA1 (Math-Base36-0.09.tar.gz) = e70cefcf9c43849237234e63909c040b6510e333 +RMD160 (Math-Base36-0.09.tar.gz) = 47095d5cba3f46d457631c421f3dc4fbd1005c7b +Size (Math-Base36-0.09.tar.gz) = 19365 bytes |