[59040] trunk/dports/python

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


Revision: 59040
          http://trac.macports.org/changeset/59040
Author:   jmr at macports.org
Date:     2009-10-08 13:28:33 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
py25-macholib, py26-macholib: fix livecheck

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

Modified: trunk/dports/python/py25-macholib/Portfile
===================================================================
--- trunk/dports/python/py25-macholib/Portfile	2009-10-08 19:54:04 UTC (rev 59039)
+++ trunk/dports/python/py25-macholib/Portfile	2009-10-08 20:28:33 UTC (rev 59040)
@@ -34,4 +34,4 @@
 
 livecheck.type  regex
 livecheck.url   http://pypi.python.org/pypi/macholib/
-livecheck.regex macholib (1\.\[0-9\]+)
+livecheck.regex {macholib ([0-9.]+)}

Modified: trunk/dports/python/py26-macholib/Portfile
===================================================================
--- trunk/dports/python/py26-macholib/Portfile	2009-10-08 19:54:04 UTC (rev 59039)
+++ trunk/dports/python/py26-macholib/Portfile	2009-10-08 20:28:33 UTC (rev 59040)
@@ -32,4 +32,4 @@
 
 livecheck.type  regex
 livecheck.url   http://pypi.python.org/pypi/macholib/
-livecheck.regex macholib (1\.\[0-9\]+)
+livecheck.regex {macholib ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/0fe88503/attachment.html>


More information about the macports-changes mailing list