[122090] trunk/dports/perl/p5-pdl/Portfile

devans at macports.org devans at macports.org
Mon Jul 14 08:31:08 PDT 2014


Revision: 122090
          https://trac.macports.org/changeset/122090
Author:   devans at macports.org
Date:     2014-07-14 08:31:08 -0700 (Mon, 14 Jul 2014)
Log Message:
-----------
p5.8-pdl: build fix, requires p5.8-extutils-makemaker due to outdated core module.

Modified Paths:
--------------
    trunk/dports/perl/p5-pdl/Portfile

Modified: trunk/dports/perl/p5-pdl/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl/Portfile	2014-07-14 15:22:20 UTC (rev 122089)
+++ trunk/dports/perl/p5-pdl/Portfile	2014-07-14 15:31:08 UTC (rev 122090)
@@ -49,7 +49,14 @@
                         # port:p${perl5.major}-filter-util-call \
                         # port:p${perl5.major}-pod-select \
                         # port:p${perl5.major}-text-balanced \
+                        
+                        # requires ExtUtils::MakeMaker version 6.56 but perl 5.8.9 core is only 6.48
+                        # p5-extutils-makemaker is version 6.64
 
+                        if {[vercmp ${perl5.major} 5.10] < 0} {
+                            depends_lib-append  port:p${perl5.major}-extutils-makemaker
+                        }
+
                         # Depreciated from core in 5.16 but still there in
                         # 5.18. Will need macports packages for these at some
                         # point:
@@ -64,7 +71,7 @@
     # 'Astro::FITS::Header' => 0,
     # 'Convert::UU'         => 0,
     # 'Data::Dumper'        => 2.121,       # core 2.121 in 5.6.2
-    # 'ExtUtils::MakeMaker' => 6.31,        # core 6.30 in 5.8.8
+    # 'ExtUtils::MakeMaker' => 6.56,        # core 6.48 in 5.8.9
     # 'File::Map'           => 0.47,
     # 'File::Spec'          => 0.6,         # core 0.6 in 5.00405
     # 'File::Temp'          => 0,           # core in 5.6.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140714/13ae8d8b/attachment.html>


More information about the macports-changes mailing list