[86900] trunk/dports/python/py-tables/Portfile

mmoll at macports.org mmoll at macports.org
Sun Nov 6 14:44:32 PST 2011


Revision: 86900
          http://trac.macports.org/changeset/86900
Author:   mmoll at macports.org
Date:     2011-11-06 14:44:31 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-tables: don't run livecheck on all subports

Modified Paths:
--------------
    trunk/dports/python/py-tables/Portfile

Modified: trunk/dports/python/py-tables/Portfile
===================================================================
--- trunk/dports/python/py-tables/Portfile	2011-11-06 22:44:12 UTC (rev 86899)
+++ trunk/dports/python/py-tables/Portfile	2011-11-06 22:44:31 UTC (rev 86900)
@@ -50,6 +50,10 @@
     }
 }
 
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.regex    {PyTables ([0-9]+\.[0-9]+\.[0-9]+) \(final\) released}
+if {${name} == ${subport}} { 
+    livecheck.type     regex
+    livecheck.url      ${homepage}
+    livecheck.regex    {PyTables ([0-9]+\.[0-9]+\.[0-9]+) \(final\) released}
+} else {
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/d7ff4d48/attachment.html>


More information about the macports-changes mailing list