[87093] trunk/dports/perl/p5-text-csv_xs/Portfile

hum at macports.org hum at macports.org
Thu Nov 10 03:59:16 PST 2011


Revision: 87093
          http://trac.macports.org/changeset/87093
Author:   hum at macports.org
Date:     2011-11-10 03:59:15 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
p5-text-csv_xs: skip livecheck for subports.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-csv_xs/Portfile

Modified: trunk/dports/perl/p5-text-csv_xs/Portfile
===================================================================
--- trunk/dports/perl/p5-text-csv_xs/Portfile	2011-11-10 11:57:27 UTC (rev 87092)
+++ trunk/dports/perl/p5-text-csv_xs/Portfile	2011-11-10 11:59:15 UTC (rev 87093)
@@ -19,6 +19,8 @@
 checksums           rmd160  5e770288c6bd13637a2846a51ad416b3c2e03714 \
                     sha256  551ea6f192c4dc3bfb31858d097c6351ee6a0c45c84016625b6253ce6c3cba2b
 
-livecheck.type      regex
-livecheck.url       http://search.cpan.org/~hmbrand/
-livecheck.regex     >Text-CSV_XS-(\[0-9.\]+)<
+if {${perl5.major} == ""} {
+    livecheck.type      regex
+    livecheck.url       http://search.cpan.org/~hmbrand/
+    livecheck.regex     >Text-CSV_XS-(\[0-9.\]+)<
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/546aa66a/attachment.html>


More information about the macports-changes mailing list