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

raimue at macports.org raimue at macports.org
Tue Jan 22 13:52:47 PST 2008


Revision: 33289
          http://trac.macosforge.org/projects/macports/changeset/33289
Author:   raimue at macports.org
Date:     2008-01-22 13:52:45 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
port/port.tcl:
Trim whitespace in variant descriptions, see #14037

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-01-22 20:45:26 UTC (rev 33288)
+++ trunk/base/src/port/port.tcl	2008-01-22 21:52:45 UTC (rev 33289)
@@ -1790,7 +1790,7 @@
             puts "$portname has the variants:"
             foreach v $portinfo(variants) {
                 if {[info exists descs($v)]} {
-                    puts "\t$v: $descs($v)"
+                    puts "\t$v: [join [string trim $descs($v)]]"
                 } else {
                     puts "\t$v"
                 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080122/c1f4eb1c/attachment.html


More information about the macports-changes mailing list