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

jmr at macports.org jmr at macports.org
Thu Jun 17 13:25:44 PDT 2010


Revision: 68913
          http://trac.macports.org/changeset/68913
Author:   jmr at macports.org
Date:     2010-06-17 13:25:39 -0700 (Thu, 17 Jun 2010)
Log Message:
-----------
use generic registry API to open entry in action_setrequested

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-06-17 19:57:32 UTC (rev 68912)
+++ trunk/base/src/port/port.tcl	2010-06-17 20:25:39 UTC (rev 68913)
@@ -2418,7 +2418,7 @@
         if {![catch {set ilist [registry::installed $portname $composite_version]} result]} {
             ui_info "Setting requested flag for $portname to $val"
             foreach i $ilist {
-                set regref [registry::entry open $portname [lindex $i 1] [lindex $i 2] [lindex $i 3] [lindex $i 5]]
+                set regref [registry::open_entry $portname [lindex $i 1] [lindex $i 2] [lindex $i 3] [lindex $i 5]]
                 registry::property_store $regref requested $val
             }
         } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100617/1e878c53/attachment-0001.html>


More information about the macports-changes mailing list