[54480] trunk/dports/python
ryandesign at macports.org
ryandesign at macports.org
Tue Jul 28 04:03:04 PDT 2009
Revision: 54480
http://trac.macports.org/changeset/54480
Author: ryandesign at macports.org
Date: 2009-07-28 04:03:03 -0700 (Tue, 28 Jul 2009)
Log Message:
-----------
py-paver, py25-paver, py26-paver: fix livecheck
Modified Paths:
--------------
trunk/dports/python/py-paver/Portfile
trunk/dports/python/py25-paver/Portfile
trunk/dports/python/py26-paver/Portfile
Modified: trunk/dports/python/py-paver/Portfile
===================================================================
--- trunk/dports/python/py-paver/Portfile 2009-07-28 10:53:26 UTC (rev 54479)
+++ trunk/dports/python/py-paver/Portfile 2009-07-28 11:03:03 UTC (rev 54480)
@@ -39,4 +39,4 @@
livecheck.check regex
livecheck.url http://pypi.python.org/pypi/Paver/
-livecheck.regex Paver (1\.\[0-9\]+)
+livecheck.regex Paver/(\[0-9.\]+)
Modified: trunk/dports/python/py25-paver/Portfile
===================================================================
--- trunk/dports/python/py25-paver/Portfile 2009-07-28 10:53:26 UTC (rev 54479)
+++ trunk/dports/python/py25-paver/Portfile 2009-07-28 11:03:03 UTC (rev 54480)
@@ -44,4 +44,4 @@
livecheck.check regex
livecheck.url http://pypi.python.org/pypi/Paver/
-livecheck.regex Paver (1\.\[0-9\]+)
+livecheck.regex Paver/(\[0-9.\]+)
Modified: trunk/dports/python/py26-paver/Portfile
===================================================================
--- trunk/dports/python/py26-paver/Portfile 2009-07-28 10:53:26 UTC (rev 54479)
+++ trunk/dports/python/py26-paver/Portfile 2009-07-28 11:03:03 UTC (rev 54480)
@@ -44,4 +44,4 @@
livecheck.check regex
livecheck.url http://pypi.python.org/pypi/Paver/
-livecheck.regex Paver (1\.\[0-9\]+)
+livecheck.regex Paver/(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090728/9712ee71/attachment-0001.html>
More information about the macports-changes
mailing list