[64190] trunk/base/src/port1.0/portutil.tcl

jmr at macports.org jmr at macports.org
Wed Feb 24 13:28:40 PST 2010


Revision: 64190
          http://trac.macports.org/changeset/64190
Author:   jmr at macports.org
Date:     2010-02-24 13:28:39 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
use correct aliased command name registry_file_registered in _get_dep_port

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2010-02-24 21:05:14 UTC (rev 64189)
+++ trunk/base/src/port1.0/portutil.tcl	2010-02-24 21:28:39 UTC (rev 64190)
@@ -2536,7 +2536,7 @@
     if {$depfile == ""} {
         return $portname
     } else {
-        set theport [registry::file_registered $depfile]
+        set theport [registry_file_registered $depfile]
         if {$theport != 0} {
             return $theport
         } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100224/76e1aa8b/attachment.html>


More information about the macports-changes mailing list