Ryan Schmidt wrote:

On Oct 13, 2009, at 19:46, [email protected] wrote:

+livecheck.regex     CouchDB (0\.\[0-9\]+(\.\[0-9\]+)?)


Note that for proper escaping, you either need double backslashes in front of the periods...

livecheck.regex     CouchDB (0\\.\[0-9\]+(\\.\[0-9\]+)?)

...or you need to enclose the entire regex in curly quotes to disable tcl special characters...

livecheck.regex     {CouchDB (0\.[0-9]+(\.[0-9]+)?)}

Thanks, I'll fix that. I just copied these from the py26-pyflakes port, so we should fix those also.

This would be a good thing for port lint, as it's not obvious.

Blair

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to