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

hum at macports.org hum at macports.org
Sat Nov 12 07:56:44 PST 2011


Revision: 87159
          http://trac.macports.org/changeset/87159
Author:   hum at macports.org
Date:     2011-11-12 07:56:42 -0800 (Sat, 12 Nov 2011)
Log Message:
-----------
p5-text-csv_xs: fix to 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-12 15:29:18 UTC (rev 87158)
+++ trunk/dports/perl/p5-text-csv_xs/Portfile	2011-11-12 15:56:42 UTC (rev 87159)
@@ -19,7 +19,9 @@
 checksums           rmd160  5e770288c6bd13637a2846a51ad416b3c2e03714 \
                     sha256  551ea6f192c4dc3bfb31858d097c6351ee6a0c45c84016625b6253ce6c3cba2b
 
-if {${perl5.major} == ""} {
+if {${perl5.major} != ""} {
+    livecheck.type      none
+} else {
     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/20111112/c4970b55/attachment-0001.html>


More information about the macports-changes mailing list