[59770] trunk/base/src/registry1.0/portuninstall.tcl

afb at macports.org afb at macports.org
Wed Oct 21 12:47:46 PDT 2009


Revision: 59770
          http://trac.macports.org/changeset/59770
Author:   afb at macports.org
Date:     2009-10-21 12:47:45 -0700 (Wed, 21 Oct 2009)
Log Message:
-----------
sort port uninstall output (#21634)

Modified Paths:
--------------
    trunk/base/src/registry1.0/portuninstall.tcl

Modified: trunk/base/src/registry1.0/portuninstall.tcl
===================================================================
--- trunk/base/src/registry1.0/portuninstall.tcl	2009-10-21 19:45:38 UTC (rev 59769)
+++ trunk/base/src/registry1.0/portuninstall.tcl	2009-10-21 19:47:45 UTC (rev 59770)
@@ -46,7 +46,7 @@
 	if { [llength $ilist] > 1 } {
 	    set portname [lindex [lindex $ilist 0] 0]
 		ui_msg "$UI_PREFIX [msgcat::mc "The following versions of $portname are currently installed:"]"
-		foreach i $ilist { 
+		foreach i [portlist_sortint $ilist] { 
 			set iname [lindex $i 0]
 			set iversion [lindex $i 1]
 			set irevision [lindex $i 2]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091021/f5497a60/attachment.html>


More information about the macports-changes mailing list