[44376] trunk/base/src/port/port.tcl
raimue at macports.org
raimue at macports.org
Sat Dec 27 01:47:55 PST 2008
Revision: 44376
http://trac.macports.org/changeset/44376
Author: raimue at macports.org
Date: 2008-12-27 01:47:55 -0800 (Sat, 27 Dec 2008)
Log Message:
-----------
port/port.tcl:
Add a space in the full name as it is displayed anywhere else
Modified Paths:
--------------
trunk/base/src/port/port.tcl
Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl 2008-12-27 09:47:52 UTC (rev 44375)
+++ trunk/base/src/port/port.tcl 2008-12-27 09:47:55 UTC (rev 44376)
@@ -1531,7 +1531,7 @@
append inf " ([join $portinfo(categories) ", "])"
}
} elseif {$opt eq "fullname"} {
- set inf "$portinfo(name)@"
+ set inf "$portinfo(name) @"
append inf [composite_version $portinfo(version) $portinfo(active_variants)]
set ropt "fullname"
} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081227/cdc1b767/attachment-0001.html>
More information about the macports-changes
mailing list