[130345] trunk/dports/python/py-recaptcha/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 19:57:44 PST 2014


Revision: 130345
          https://trac.macports.org/changeset/130345
Author:   larryv at macports.org
Date:     2014-12-29 19:57:44 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-recaptcha: Use braces to quote livecheck regex

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

Modified: trunk/dports/python/py-recaptcha/Portfile
===================================================================
--- trunk/dports/python/py-recaptcha/Portfile	2014-12-30 03:57:42 UTC (rev 130344)
+++ trunk/dports/python/py-recaptcha/Portfile	2014-12-30 03:57:44 UTC (rev 130345)
@@ -44,5 +44,5 @@
 } else {
     livecheck.type  regex
     livecheck.url   ${homepage}
-    livecheck.regex "recaptcha-client&version=(\\d+(\\.\\d+)*)"
+    livecheck.regex {recaptcha-client&version=(\d+(\.\d+)*)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/88077697/attachment.html>


More information about the macports-changes mailing list