[138628] trunk/dports/perl/p5-math-mpfr

devans at macports.org devans at macports.org
Mon Jul 13 22:14:32 PDT 2015


Revision: 138628
          https://trac.macports.org/changeset/138628
Author:   devans at macports.org
Date:     2015-07-13 22:14:32 -0700 (Mon, 13 Jul 2015)
Log Message:
-----------
p5-math-mpfr: update to version 3.25.

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

Added Paths:
-----------
    trunk/dports/perl/p5-math-mpfr/files/
    trunk/dports/perl/p5-math-mpfr/files/patch-Makefile.PL.diff

Modified: trunk/dports/perl/p5-math-mpfr/Portfile
===================================================================
--- trunk/dports/perl/p5-math-mpfr/Portfile	2015-07-14 05:12:29 UTC (rev 138627)
+++ trunk/dports/perl/p5-math-mpfr/Portfile	2015-07-14 05:14:32 UTC (rev 138628)
@@ -5,7 +5,7 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20 5.22
-perl5.setup         Math-MPFR 3.24
+perl5.setup         Math-MPFR 3.25
 maintainers         nomaintainer
 categories-append   math
 license             {Artistic-1 GPL}
@@ -16,11 +16,13 @@
 
 platforms           darwin
 
-checksums           rmd160  265a465cfd5118abad811610095ecdc117acc818 \
-                    sha256  ac993bfbf3bbf18f1840b9cc0f60d92a2ce9dc6de5f83836717a8cfbd5211031
+checksums           rmd160  8f63a9942a0506873e46ee08e879ee165cbf5c26 \
+                    sha256  5f5df3c14ff533de2b763d327b0821a5c6b6cf331deaa930db90a2e031aa755c
 
 if {${perl5.major} != ""} {
     depends_lib-append \
                     port:mpfr \
                     port:gmp
+    
+    patchfiles      patch-Makefile.PL.diff
 }

Added: trunk/dports/perl/p5-math-mpfr/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-math-mpfr/files/patch-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/perl/p5-math-mpfr/files/patch-Makefile.PL.diff	2015-07-14 05:14:32 UTC (rev 138628)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2015-07-11 16:25:01.000000000 -0700
++++ Makefile.PL	2015-07-11 16:25:50.000000000 -0700
+@@ -48,7 +48,7 @@
+ if($use_64_bit_int == -1) {}
+ elsif($use_64_bit_int == 1) {$defines .= " -DMATH_MPFR_NEED_LONG_LONG_INT -DIVSIZE_BITS=" . (8 * $Config{ivsize})}
+ else {
+-  unless($Config{ivsize} < 8 || $Config{ivtype} eq 'long') {
++  unless($Config{ivsize} < 8) {
+     $defines .= " -DMATH_MPFR_NEED_LONG_LONG_INT -DIVSIZE_BITS=" . (8 * $Config{ivsize});
+   }
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150713/60bcfe17/attachment-0001.html>


More information about the macports-changes mailing list