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

jmr at macports.org jmr at macports.org
Wed Jan 11 13:58:39 PST 2012


Revision: 88793
          http://trac.macports.org/changeset/88793
Author:   jmr at macports.org
Date:     2012-01-11 13:58:38 -0800 (Wed, 11 Jan 2012)
Log Message:
-----------
fix missing sigils in unique_results_to_portlist

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2012-01-11 21:34:05 UTC (rev 88792)
+++ trunk/base/src/port/port.tcl	2012-01-11 21:58:38 UTC (rev 88793)
@@ -701,12 +701,12 @@
         set portentry [entry_for_portlist [list url $portinfo(porturl) name $name]]
         
         array unset entry
-        array set entry portentry
+        array set entry $portentry
         
         if {[info exists unique($entry(fullname))]} continue
         set unique($entry(fullname)) 1
         
-        lappend result portentry
+        lappend result $portentry
     }
     return $result
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120111/efb3e9d3/attachment.html>


More information about the macports-changes mailing list