[25205] trunk/base/src/port/port.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Tue May 15 16:54:18 PDT 2007
Revision: 25205
http://trac.macosforge.org/projects/macports/changeset/25205
Author: jberry at macports.org
Date: 2007-05-15 16:54:18 -0700 (Tue, 15 May 2007)
Log Message:
-----------
minor stylistic tweak
Modified Paths:
--------------
trunk/base/src/port/port.tcl
Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl 2007-05-15 23:49:34 UTC (rev 25204)
+++ trunk/base/src/port/port.tcl 2007-05-15 23:54:18 UTC (rev 25205)
@@ -1259,11 +1259,11 @@
depends_run "Runtime Dependencies"
} {
if {[info exists portinfo($key)]} {
- puts -nonewline "$title: "
+ puts -nonewline "$title:"
set joiner ""
foreach d $portinfo($key) {
- puts -nonewline $joiner; set joiner ", "
- puts -nonewline "[lindex [split $d :] end]"
+ puts -nonewline "$joiner [lindex [split $d :] end]"
+ set joiner ","
}
set nodeps false
puts ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070515/bf4dcd03/attachment.html
More information about the macports-changes
mailing list