[86889] trunk/dports/python/py-scipy/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 10:02:43 PST 2011


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

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

Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile	2011-11-06 18:02:06 UTC (rev 86888)
+++ trunk/dports/python/py-scipy/Portfile	2011-11-06 18:02:43 UTC (rev 86889)
@@ -119,6 +119,10 @@
 python.add_archflags    no
 universal_variant       no
 
-livecheck.type          regex
-livecheck.url           http://sourceforge.net/projects/scipy/files/
-livecheck.regex         "files\/scipy\/(\\d+(?:\\.\\d+)*)\/scipy"
+if {${name} = ${subport}} {
+    livecheck.type          regex
+    livecheck.url           http://sourceforge.net/projects/scipy/files/
+    livecheck.regex         "files\/scipy\/(\\d+(?:\\.\\d+)*)\/scipy"
+} else {
+    livecheck.type          none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/23050a70/attachment.html>


More information about the macports-changes mailing list