[122721] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Jul 27 12:17:02 PDT 2014


Revision: 122721
          https://trac.macports.org/changeset/122721
Author:   devans at macports.org
Date:     2014-07-27 12:17:02 -0700 (Sun, 27 Jul 2014)
Log Message:
-----------
p5-parse-cpan-meta, p5-cpan-meta-yaml: apply fix from r122719, r122720 here as well (#42146).

Revision Links:
--------------
    https://trac.macports.org/changeset/122719
    https://trac.macports.org/changeset/122720

Modified Paths:
--------------
    trunk/dports/perl/p5-cpan-meta-yaml/Portfile
    trunk/dports/perl/p5-parse-cpan-meta/Portfile

Modified: trunk/dports/perl/p5-cpan-meta-yaml/Portfile
===================================================================
--- trunk/dports/perl/p5-cpan-meta-yaml/Portfile	2014-07-27 18:57:24 UTC (rev 122720)
+++ trunk/dports/perl/p5-cpan-meta-yaml/Portfile	2014-07-27 19:17:02 UTC (rev 122721)
@@ -17,3 +17,10 @@
                     sha256  26075018a9c04334bd17dbb21bbdcda38212d0654ec470e2fd1f76e1b26188e9
 
 supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    if {[vercmp ${perl5.major} 5.12] < 0} {
+        configure.env-append \
+                    PERL_NO_HIGHLANDER=1
+    }
+}

Modified: trunk/dports/perl/p5-parse-cpan-meta/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-cpan-meta/Portfile	2014-07-27 18:57:24 UTC (rev 122720)
+++ trunk/dports/perl/p5-parse-cpan-meta/Portfile	2014-07-27 19:17:02 UTC (rev 122721)
@@ -6,6 +6,7 @@
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         Parse-CPAN-Meta 1.4409
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Parse META.yml and other similar CPAN metadata files
@@ -17,3 +18,10 @@
                     sha256  2920b5213c6131d473c036a921fbec0a80b5c41a1799041471bc4af5d1b9ec2c
 
 supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    if {[vercmp ${perl5.major} 5.12] < 0} {
+        configure.env-append \
+                    PERL_NO_HIGHLANDER=1
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140727/3c85a580/attachment.html>


More information about the macports-changes mailing list