[86885] trunk/dports/python/py-numpy/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 10:00:31 PST 2011


Revision: 86885
          http://trac.macports.org/changeset/86885
Author:   ram at macports.org
Date:     2011-11-06 10:00:31 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-numpy: don't run livecheck on all subports

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2011-11-06 17:59:55 UTC (rev 86884)
+++ trunk/dports/python/py-numpy/Portfile	2011-11-06 18:00:31 UTC (rev 86885)
@@ -173,6 +173,10 @@
 
 }
 
-livecheck.type        regex
-livecheck.url         http://www.scipy.org
-livecheck.regex       {NumPy (\d+(\.\d+)*) released}
+if {${name} == ${subport}} {
+    livecheck.type        regex
+    livecheck.url         http://www.scipy.org
+    livecheck.regex       {NumPy (\d+(\.\d+)*) released}
+} else {
+    livecheck.type        none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/2b9fa479/attachment-0001.html>


More information about the macports-changes mailing list