[86884] trunk/dports/python/py-matplotlib/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 09:59:55 PST 2011


Revision: 86884
          http://trac.macports.org/changeset/86884
Author:   ram at macports.org
Date:     2011-11-06 09:59:55 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-matplotlib: don't run livecheck on all subports

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2011-11-06 17:59:22 UTC (rev 86883)
+++ trunk/dports/python/py-matplotlib/Portfile	2011-11-06 17:59:55 UTC (rev 86884)
@@ -156,6 +156,10 @@
 
 }
 
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.regex    {Matplotlib (\d+(\.\d+)*) is available}
+if {${name} == ${subport}} {
+  livecheck.type     regex
+  livecheck.url      ${homepage}
+  livecheck.regex    {Matplotlib (\d+(\.\d+)*) is available}
+} else {
+  livecheck.type     none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/3502ea7d/attachment.html>


More information about the macports-changes mailing list