Re: [116514] trunk/base/src

2014-02-07 Thread Christopher Jones
> >>> of course, you are right, it should be changed to >>> >>> -if {$macosx_version == "10.5"} { >>> +if {$macosx_version eq "10.5"} { > > Nonetheless: http://trac.macports.org/changeset/116781. Th change to trunk/base/src/port1.0/portstartupitem.tcl looks suspicious -

Re: Trac woes

2014-02-07 Thread Frank Schima
On Feb 6, 2014, at 7:18 PM, Ryan Schmidt wrote: > > On Feb 6, 2014, at 17:45, Frank Schima wrote: > >> I’m having lots of problems updating/creating Trac Pages. In one case, I’m >> trying to make major changes to the BadContent page - by sorting the lines >> and removing duplicates - so I c

Re: [116785] trunk/base/src/port1.0/portstartupitem.tcl

2014-02-07 Thread Clemens Lang
Hi, > The logic was reversed in r116781, reinstate the intended behavior. > […] > --- trunk/base/src/port1.0/portstartupitem.tcl2014-02-07 16:02:59 UTC > (rev > 116784) > +++ trunk/base/src/port1.0/portstartupitem.tcl2014-02-07 16:08:14 UTC > (rev > 116785) > @@ -600,7 +600,7 @@

Re: [116514] trunk/base/src

2014-02-07 Thread Clemens Lang
Hi, > > of course, you are right, it should be changed to > > > > -if {$macosx_version == "10.5"} { > > +if {$macosx_version eq "10.5"} { Nonetheless: http://trac.macports.org/changeset/116781. -- Clemens Lang ___ macports-dev