Revision: 149748 https://trac.macports.org/changeset/149748 Author: devans@macports.org Date: 2016-06-29 13:21:47 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-math-bigint: update to version 1.999724, don't depend on Test::Simple if core will do. Modified Paths: -------------- trunk/dports/perl/p5-math-bigint/Portfile Modified: trunk/dports/perl/p5-math-bigint/Portfile =================================================================== --- trunk/dports/perl/p5-math-bigint/Portfile 2016-06-29 20:20:48 UTC (rev 149747) +++ trunk/dports/perl/p5-math-bigint/Portfile 2016-06-29 20:21:47 UTC (rev 149748) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.22 5.24 -perl5.setup Math-BigInt 1.999722 +perl5.setup Math-BigInt 1.999724 maintainers nomaintainer categories-append math license {Artistic-1 GPL} @@ -14,13 +14,12 @@ description Arbitrary size integer math package long_description ${description} -checksums rmd160 1e33f7a55a14c91f69a2f6dcb7a23b1541e89c1d \ - sha256 c76a2d5e6a996186a42a7e516b8d82217fb0cd18c7e1e55241322c4a859ccf40 +checksums rmd160 839cfa1f9303e29883d129323c797eb327b8c4a8 \ + sha256 3e0c6e1c58fb89987a20da5ec8027d078a4e1d47211b86db4b75c2e1293d96f7 if {${perl5.major} != ""} { depends_lib-append \ - port:p${perl5.major}-math-complex \ - port:p${perl5.major}-test-simple + port:p${perl5.major}-math-complex supported_archs noarch }