[86876] trunk/dports/python/py-matplotlib-basemap/Portfile
Revision: 86876 http://trac.macports.org/changeset/86876 Author: ram@macports.org Date: 2011-11-06 09:55:38 -0800 (Sun, 06 Nov 2011) Log Message: ----------- python/py-matplotlib-basemap: don't run livecheck on all subports Modified Paths: -------------- trunk/dports/python/py-matplotlib-basemap/Portfile Modified: trunk/dports/python/py-matplotlib-basemap/Portfile =================================================================== --- trunk/dports/python/py-matplotlib-basemap/Portfile 2011-11-06 17:16:34 UTC (rev 86875) +++ trunk/dports/python/py-matplotlib-basemap/Portfile 2011-11-06 17:55:38 UTC (rev 86876) @@ -47,6 +47,10 @@ } } -livecheck.type regex -livecheck.url http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits -livecheck.regex {basemap-(\d+(\.\d+)*)} +if {${name} == ${subport}} { + livecheck.type regex + livecheck.url http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits + livecheck.regex {basemap-(\d+(\.\d+)*)} +} else { + livecheck.type none +}
participants (1)
-
ram@macports.org