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

perry at macports.org perry at macports.org
Fri Feb 13 02:50:05 PST 2009


Revision: 46800
          http://trac.macports.org/changeset/46800
Author:   perry at macports.org
Date:     2009-02-13 02:50:04 -0800 (Fri, 13 Feb 2009)
Log Message:
-----------
port/port.tcl - Fixed `port info`'s output. (Addresses #18482)
* In addition to fixing the curly braces issue, it also fixes escaped
  quotations (e.g., `port info tmux` used to show \"terminal multiplexer\"
  as {"terminal} multiplexer\".

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2009-02-13 10:35:11 UTC (rev 46799)
+++ trunk/base/src/port/port.tcl	2009-02-13 10:50:04 UTC (rev 46800)
@@ -1545,7 +1545,7 @@
                     }
                     set inf ""
                 } else {
-                    set inf $portinfo($ropt)
+                    set inf [join $portinfo($ropt)]
                 }
             }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090213/e847d5d9/attachment.html>


More information about the macports-changes mailing list