[81260] branches/gsoc11-rev-upgrade/base/src/macports1.0/macports.tcl
Ryan Schmidt
ryandesign at macports.org
Thu Jul 28 15:34:26 PDT 2011
On Jul 28, 2011, at 05:35, cal at macports.org wrote:
> Revision: 81260
> http://trac.macports.org/changeset/81260
> Author: cal at macports.org
> Date: 2011-07-28 03:35:05 -0700 (Thu, 28 Jul 2011)
> Log Message:
> -----------
> rev-upgrade: topologically sort broken ports
> + if {[llength $broken_files] == 0} {
> + ui_msg "---> No broken files found. :)"
> + return 0;
> + }
> + ui_msg "---> Found [llength $broken_files] broken file(s), matching files to ports"
Shouldn't you use $UI_PREFIX instead of hardcoding "--->" here?
More information about the macports-dev
mailing list