[59364] trunk/dports/python
Blair Zajac
blair at orcaware.com
Wed Oct 14 11:06:18 PDT 2009
Ryan Schmidt wrote:
>
> On Oct 13, 2009, at 19:46, blair at macports.org 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
More information about the macports-dev
mailing list