On 2009-03-17 02:07, Ryan Schmidt wrote: > On Mar 14, 2009, at 23:28, [email protected] wrote: > >> Revision: 48123 >> http://trac.macports.org/changeset/48123 >> Author: [email protected] >> Date: 2009-03-14 21:28:51 -0700 (Sat, 14 Mar 2009) >> Log Message: >> ----------- >> macports1.0/macports.tcl: >> Improve messages given for selfupdate >> >> Modified Paths: >> -------------- >> trunk/base/src/macports1.0/macports.tcl >> >> Modified: trunk/base/src/macports1.0/macports.tcl >> =================================================================== >> --- trunk/base/src/macports1.0/macports.tcl 2009-03-15 03:49:27 UTC >> (rev 48122) >> +++ trunk/base/src/macports1.0/macports.tcl 2009-03-15 04:28:51 UTC >> (rev 48123) >> @@ -2086,6 +2086,7 @@ >> >> # syncing ports tree. >> if {![info exists options(ports_selfupdate_nosync)] || $options >> (ports_selfupdate_nosync) != "yes"} { >> + ui_msg "--> Updating the ports tree" > > [snip other similar lines] > > Shouldn't we be using $UI_PREFIX in these places instead of "-->"?
You made me aware that I was not even using something to look like $UI_PREFIX. I am looking daily at port output, and still I don't know how it should look like? Shame on me. Fixed in r48226. Rainer _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
