[59437] trunk/dports/python

blair at macports.org blair at macports.org
Wed Oct 14 21:08:12 PDT 2009


Revision: 59437
          http://trac.macports.org/changeset/59437
Author:   blair at macports.org
Date:     2009-10-14 21:08:08 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
Quote the livecheck.regex so that the individual elements inside of
regex do not need to be quoted.  The previous regex didn't properly
escape the \'s.

Suggested by: Ryan Schmidt

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

Modified: trunk/dports/python/py25-couchdb/Portfile
===================================================================
--- trunk/dports/python/py25-couchdb/Portfile	2009-10-15 03:05:17 UTC (rev 59436)
+++ trunk/dports/python/py25-couchdb/Portfile	2009-10-15 04:08:08 UTC (rev 59437)
@@ -37,4 +37,4 @@
 
 livecheck.type      regex
 livecheck.url       http://pypi.python.org/pypi/CouchDB
-livecheck.regex     CouchDB (0\.\[0-9\]+(\.\[0-9\]+)?)
+livecheck.regex     {CouchDB ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}

Modified: trunk/dports/python/py26-couchdb/Portfile
===================================================================
--- trunk/dports/python/py26-couchdb/Portfile	2009-10-15 03:05:17 UTC (rev 59436)
+++ trunk/dports/python/py26-couchdb/Portfile	2009-10-15 04:08:08 UTC (rev 59437)
@@ -37,4 +37,4 @@
 
 livecheck.type      regex
 livecheck.url       http://pypi.python.org/pypi/CouchDB
-livecheck.regex     CouchDB (0\.\[0-9\]+(\.\[0-9\]+)?)
+livecheck.regex     {CouchDB ([0-9]+\.[0-9]+(?:\.[0-9]+)?)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091014/27ccf917/attachment.html>


More information about the macports-changes mailing list