py-recaptcha: Use braces to quote livecheck regex
--- 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+)*)}
}