Revision: 86889 http://trac.macports.org/changeset/86889 Author: ram@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 +}
participants (1)
-
ram@macports.org