diff options
author | wen <wen@pkgsrc.org> | 2016-02-21 07:31:01 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-02-21 07:31:01 +0000 |
commit | 4d2fb7cf2d1002ce4be7b37980ba4755ca8a766d (patch) | |
tree | 037fb93185fdcf230715f67a7ea6dfb4e7a909fe | |
parent | 9337b4681e446a7306cee7faac44123daa2f58e9 (diff) | |
download | pkgsrc-4d2fb7cf2d1002ce4be7b37980ba4755ca8a766d.tar.gz |
Update to 0.14
Add missing BUILD_DEPENDS
Upstream changes:
0.14 2015-04-02
- Avoid negative repeat count warnings generated from new perls (RT #103266)
0.13 2015-01-17
- handle large base-10 numbers when encoding (GH #2)
0.12 2013-03-29
- make errors more descriptive (Chisel Wright)
0.11 2013-03-14
- repackaged
-rw-r--r-- | math/p5-Math-Base36/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-Base36/distinfo | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 85a48025abb..20154723059 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:28 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2016/02/21 07:31:01 wen Exp $ # -DISTNAME= Math-Base36-0.10 +DISTNAME= Math-Base36-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} @@ -12,6 +11,8 @@ HOMEPAGE= http://search.cpan.org/dist/Math-Base36/ COMMENT= Perl 5 module to encode and decode base36 strings LICENSE= ${PERL5_LICENSE} +BUILD_DEPENDS= p5-Test-Exception>=0:../../devel/p5-Test-Exception + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Math/Base36/.packlist diff --git a/math/p5-Math-Base36/distinfo b/math/p5-Math-Base36/distinfo index 5836ca6ec81..270755a6f8c 100644 --- a/math/p5-Math-Base36/distinfo +++ b/math/p5-Math-Base36/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 23:33:38 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/02/21 07:31:01 wen Exp $ -SHA1 (Math-Base36-0.10.tar.gz) = 9edd3aac11d7f75d56ce8ce84aad70068dad7868 -RMD160 (Math-Base36-0.10.tar.gz) = b496f91494370e69923257f630c6e3102ab32fdd -SHA512 (Math-Base36-0.10.tar.gz) = 1bce9066f41d36d2527b21d839268144d119adfb712261e39e0980fdce338d63110a2e990a946eacb32233953b78b56f91e5d46673e7efa4b7374bb73dcb20f2 -Size (Math-Base36-0.10.tar.gz) = 20414 bytes +SHA1 (Math-Base36-0.14.tar.gz) = 7e6f88ec400b0589fe22eba966128a3b3b197529 +RMD160 (Math-Base36-0.14.tar.gz) = c904769ed6c7991f2c0a42bf400ac8c955bc46d2 +SHA512 (Math-Base36-0.14.tar.gz) = d851ec86bf4d561d8f1c8b46de3dfd5108943d3d260296e0fddebf3e5ff6b069765260ae20af6ef5741c4677feb9a9ae588457197d44f57bb9434b64cd268e59 +Size (Math-Base36-0.14.tar.gz) = 20428 bytes |