Revision: 130345 https://trac.macports.org/changeset/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: -------------- 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+)*)} }
participants (1)
-
larryv@macports.org