Modified: trunk/dports/perl/p5-math-prime-util/Portfile (148910 => 148911)
--- trunk/dports/perl/p5-math-prime-util/Portfile 2016-05-22 19:32:35 UTC (rev 148910)
+++ trunk/dports/perl/p5-math-prime-util/Portfile 2016-05-22 19:34:17 UTC (rev 148911)
@@ -5,7 +5,7 @@
PortGroup perl5 1.0
perl5.branches 5.22 5.24
-perl5.setup Math-Prime-Util 0.57
+perl5.setup Math-Prime-Util 0.58
license {Artistic-1 GPL}
maintainers nomaintainer
description Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring
@@ -13,11 +13,13 @@
platforms darwin
-checksums rmd160 f1cfc60046a8e1a2f38d4870085d479e070ed889 \
- sha256 aa07fd0cecd525bdb17da3bc0d2abcfad94370bcc7092000a85b33f8c1c152ee
+checksums rmd160 35da58a27b3410efc39bef8a47c8b8a3b4eb3757 \
+ sha256 2568c5393d4438771d46033cf3ebc5ea861524a13e198796bb693a1ddbc487f2
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-bytes-random-secure \
+ port:p${perl5.major}-math-bigint-gmp \
+ port:p${perl5.major}-math-mpfr \
port:p${perl5.major}-math-prime-util-gmp
}