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

perry at macports.org perry at macports.org
Thu Jul 8 22:13:56 PDT 2010


Revision: 69534
          http://trac.macports.org/changeset/69534
Author:   perry at macports.org
Date:     2010-07-08 22:13:56 -0700 (Thu, 08 Jul 2010)
Log Message:
-----------
Sort ports in action_outdated.

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-07-09 02:08:18 UTC (rev 69533)
+++ trunk/base/src/port/port.tcl	2010-07-09 05:13:56 UTC (rev 69534)
@@ -2948,7 +2948,7 @@
 
     set num_outdated 0
     if { [llength $ilist] > 0 } {
-        foreach i $ilist {
+        foreach i [portlist_sortint $ilist] {
         
             # Get information about the installed port
             set portname [lindex $i 0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100708/a4327880/attachment-0001.html>


More information about the macports-changes mailing list