Revision
130345
Author
larryv@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

Diff

Modified: trunk/dports/python/py-recaptcha/Portfile (130344 => 130345)


--- 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+)*)}
 }