[59042] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Oct 8 13:32:28 PDT 2009


Revision: 59042
          http://trac.macports.org/changeset/59042
Author:   jmr at macports.org
Date:     2009-10-08 13:32:27 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
py25-modulegraph, py26-modulegraph: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py25-modulegraph/Portfile
    trunk/dports/python/py26-modulegraph/Portfile

Modified: trunk/dports/python/py25-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py25-modulegraph/Portfile	2009-10-08 20:32:15 UTC (rev 59041)
+++ trunk/dports/python/py25-modulegraph/Portfile	2009-10-08 20:32:27 UTC (rev 59042)
@@ -33,4 +33,4 @@
 
 livecheck.type  regex
 livecheck.url   http://cheeseshop.python.org/pypi/modulegraph
-livecheck.regex modulegraph (0\.\[0-9\]+)
+livecheck.regex {modulegraph ([0-9.]+)}

Modified: trunk/dports/python/py26-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py26-modulegraph/Portfile	2009-10-08 20:32:15 UTC (rev 59041)
+++ trunk/dports/python/py26-modulegraph/Portfile	2009-10-08 20:32:27 UTC (rev 59042)
@@ -33,4 +33,4 @@
 
 livecheck.type  regex
 livecheck.url   http://pypi.python.org/pypi/modulegraph
-livecheck.regex modulegraph (0\.\[0-9\]+)
+livecheck.regex {modulegraph ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/cc0c8ee6/attachment.html>


More information about the macports-changes mailing list