[103547] trunk/dports/perl

dluke at macports.org dluke at macports.org
Thu Feb 28 09:06:09 PST 2013


Revision: 103547
          https://trac.macports.org/changeset/103547
Author:   dluke at macports.org
Date:     2013-02-28 09:06:08 -0800 (Thu, 28 Feb 2013)
Log Message:
-----------
p5-cpan-meta & p5-extutils-makemaker: second attempt at fixing for JSON:PP being in CORE as of perl 5.14

Modified Paths:
--------------
    trunk/dports/perl/p5-cpan-meta/Portfile
    trunk/dports/perl/p5-extutils-makemaker/Portfile

Modified: trunk/dports/perl/p5-cpan-meta/Portfile
===================================================================
--- trunk/dports/perl/p5-cpan-meta/Portfile	2013-02-28 16:52:09 UTC (rev 103546)
+++ trunk/dports/perl/p5-cpan-meta/Portfile	2013-02-28 17:06:08 UTC (rev 103547)
@@ -24,7 +24,8 @@
 			port:p${perl5.major}-scalar-list-utils \
 			port:p${perl5.major}-version
 
-	if {${perl5.major} < 14} {
+	ui_msg "${perl5.major}";
+	if {${perl5.major} < 5.14} {
 	#JSON::PP is in core as of 5.14
 	depends_lib-append      port:p${perl5.major}-json-pp
 	}

Modified: trunk/dports/perl/p5-extutils-makemaker/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-makemaker/Portfile	2013-02-28 16:52:09 UTC (rev 103546)
+++ trunk/dports/perl/p5-extutils-makemaker/Portfile	2013-02-28 17:06:08 UTC (rev 103547)
@@ -33,7 +33,7 @@
 			port:p${perl5.major}-scalar-list-utils \
 			port:p${perl5.major}-version
 
-	if {${perl5.major} < 14} {
+	if {${perl5.major} < 5.14} {
 	#JSON::PP is in core as of 5.14
 	depends_lib-append      port:p${perl5.major}-json-pp
 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130228/2648ef8c/attachment.html>


More information about the macports-changes mailing list