diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 22:22:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 22:22:56 +0000 |
commit | 1dad4789cef7c26b5c49ca6545d74b47fea40d36 (patch) | |
tree | a7a8b8fdea7cdc3469d6387175aa10dfaff18e77 | |
parent | c22a6f8555aa0bbeff9a063aedf2a75ce4d63404 (diff) | |
download | pkgsrc-1dad4789cef7c26b5c49ca6545d74b47fea40d36.tar.gz |
Update to 1.16:
2011-02-26 v1.16 pjacklam (6153 tests)
* Change bigintpm.inc to reflect recent changes in the Math::BigInt
distribution (Peter John Acklam).
2011-02-10 v1.15 pjacklam (6151 tests)
* Include latest version of test scripts from Math-BigInt (closes RT #65580)
(Peter John Acklam).
* Add 00sig.t for testing SIGNATURE, and 01load.t for basic module loading and
giving diagnostics useful for bug tracking (Peter John Acklam).
* Rename pod.t to 02pod.t and pod_cov.t to 03podcov.t and use more generic
code (Peter John Acklam).
* Clean up whitespace (Peter John Acklam).
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index c0d9f30267b..81a57ec6ed0 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 13:38:22 obache Exp $ -# +# $NetBSD: Makefile,v 1.6 2011/08/16 22:22:56 wiz Exp $ -DISTNAME= Math-BigInt-Pari-1.14 +DISTNAME= Math-BigInt-Pari-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo index 4d11193bb58..81b5eaa41a0 100644 --- a/math/p5-Math-BigInt-Pari/distinfo +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/23 22:01:51 sno Exp $ +$NetBSD: distinfo,v 1.3 2011/08/16 22:22:56 wiz Exp $ -SHA1 (Math-BigInt-Pari-1.14.tar.gz) = ba6e75430f58a31881cc33ae29aa2bbdb917a896 -RMD160 (Math-BigInt-Pari-1.14.tar.gz) = 26f8a25dba169212ab760183b939f1e9c133151f -Size (Math-BigInt-Pari-1.14.tar.gz) = 54001 bytes +SHA1 (Math-BigInt-Pari-1.16.tar.gz) = 40edd6424d41832155de7e3865de4f5d8818968c +RMD160 (Math-BigInt-Pari-1.16.tar.gz) = 24ec94411cd0de0d733c8ea600bcd952f316fd90 +Size (Math-BigInt-Pari-1.16.tar.gz) = 56114 bytes |