[48123] trunk/base/src/macports1.0/macports.tcl
Rainer Müller
raimue at macports.org
Mon Mar 16 20:54:25 PDT 2009
On 2009-03-17 02:07, Ryan Schmidt wrote:
> On Mar 14, 2009, at 23:28, raimue at macports.org wrote:
>
>> Revision: 48123
>> http://trac.macports.org/changeset/48123
>> Author: raimue at macports.org
>> 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
More information about the macports-dev
mailing list