[142513] trunk/dports/perl/p5-math-bigint/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 06:04:34 PST 2015


Revision: 142513
          https://trac.macports.org/changeset/142513
Author:   devans at macports.org
Date:     2015-11-13 11:27:18 -0800 (Fri, 13 Nov 2015)
Log Message:
-----------
p5-math-bigint: update to version 1.999710, now supports hex floating point input format using from_hex(), Test::Simple is also required at run time.

Modified Paths:
--------------
    trunk/dports/perl/p5-math-bigint/Portfile

Modified: trunk/dports/perl/p5-math-bigint/Portfile
===================================================================
--- trunk/dports/perl/p5-math-bigint/Portfile	2015-11-13 18:40:40 UTC (rev 142512)
+++ trunk/dports/perl/p5-math-bigint/Portfile	2015-11-13 19:27:18 UTC (rev 142513)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20 5.22
-perl5.setup         Math-BigInt 1.999709
+perl5.setup         Math-BigInt 1.999710
 maintainers         nomaintainer
 categories-append   math
 license             {Artistic-1 GPL}
@@ -14,15 +14,13 @@
 description         Arbitrary size integer math package
 long_description    ${description}
 
-checksums           rmd160  c0dfccfff3041298061068ac901bfaef8ca5757a \
-                    sha256  617d0f8708bfa6bff256dab4bdf2d33064d1677919bad72359f44c813a310965
+checksums           rmd160  2e24d8e4ea2791d1b04dccdfaa5c91860dbb2a0b \
+                    sha256  879514c3dda33b6f05816569ca1a0f31b650df87660ecf80afbd60e396118610
 
 if {${perl5.major} != ""} {
-    depends_build-append \
-                    port:p${perl5.major}-test-simple
-
     depends_lib-append \
-                    port:p${perl5.major}-math-complex
+                    port:p${perl5.major}-math-complex \
+                    port:p${perl5.major}-test-simple
     
     supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6d45e2e7/attachment.html>


More information about the macports-changes mailing list