[43477] trunk/base/src/port/port.tcl

perry at macports.org perry at macports.org
Wed Dec 10 20:09:30 PST 2008


Revision: 43477
          http://trac.macports.org/changeset/43477
Author:   perry at macports.org
Date:     2008-12-10 20:09:30 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
port/port.tcl - Removed extraneous `:' from being displayed (port variants).

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-12-11 04:06:39 UTC (rev 43476)
+++ trunk/base/src/port/port.tcl	2008-12-11 04:09:30 UTC (rev 43477)
@@ -2110,9 +2110,9 @@
             foreach vname [ lsort [ array names variants ] ] {
                 array set vinfo $variants($vname)
 
-                puts -nonewline "\t$vname:"
+                puts -nonewline "\t$vname"
                 if { [ info exists vinfo(description) ] } {
-                    puts -nonewline " [ string trim $vinfo(description) ]"
+                    puts -nonewline ": [ string trim $vinfo(description) ]"
                 }
                 if { [ info exists vinfo(is_default) ] \
                      && $vinfo(is_default) == "+" } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/50d58667/attachment.html>


More information about the macports-changes mailing list