Re: [34499] trunk/dports/devel/bzr/Portfile

2008-02-28 Thread Adam Mercer
On Thu, Feb 28, 2008 at 1:31 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote: > On Feb 26, 2008, at 21:24, [EMAIL PROTECTED] wrote: > > > +livecheck.check regex > > +livecheck.url ${homepage} > > +livecheck.regex "Bazaar (\[0-9\]+\.\[0-9\]+) was released" > > Note that "\." in a tcl st

Re: [34499] trunk/dports/devel/bzr/Portfile

2008-02-27 Thread Ryan Schmidt
On Feb 26, 2008, at 21:24, [EMAIL PROTECTED] wrote: > +livecheck.check regex > +livecheck.url ${homepage} > +livecheck.regex "Bazaar (\[0-9\]+\.\[0-9\]+) was released" Note that "\." in a tcl string expressed in double quotes is translated by tcl to "." so if you really want the r