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

ram at macports.org ram at macports.org
Sun Nov 18 20:11:31 PST 2012


Revision: 99839
          https://trac.macports.org/changeset/99839
Author:   ram at macports.org
Date:     2012-11-18 20:11:30 -0800 (Sun, 18 Nov 2012)
Log Message:
-----------
python/py-matplotlib: don't match rc versions

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2012-11-19 03:55:13 UTC (rev 99838)
+++ trunk/dports/python/py-matplotlib/Portfile	2012-11-19 04:11:30 UTC (rev 99839)
@@ -112,7 +112,9 @@
 
 }
 
-if {${name} != ${subport}} {
+if {${name} == ${subport}} {
+  livecheck.regex    archive/[join ${github.tag_prefix} ""](\[\\d+(?:\\.\\d+)*"\]+)${extract.suffix}"
+} else {
   livecheck.type     none
   notes "
 The default backend is the interactive Mac OS X backend. Different\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121118/6d840eca/attachment.html>


More information about the macports-changes mailing list