[66884] trunk/base/src/registry2.0/registry_util.tcl

jmr at macports.org jmr at macports.org
Sat Apr 24 13:06:11 PDT 2010


Revision: 66884
          http://trac.macports.org/changeset/66884
Author:   jmr at macports.org
Date:     2010-04-24 13:06:05 -0700 (Sat, 24 Apr 2010)
Log Message:
-----------
re-fix return code that wasn't broken in the first place

Modified Paths:
--------------
    trunk/base/src/registry2.0/registry_util.tcl

Modified: trunk/base/src/registry2.0/registry_util.tcl
===================================================================
--- trunk/base/src/registry2.0/registry_util.tcl	2010-04-24 19:48:27 UTC (rev 66883)
+++ trunk/base/src/registry2.0/registry_util.tcl	2010-04-24 20:06:05 UTC (rev 66884)
@@ -85,7 +85,7 @@
     set portspec "[$port name] @[$port version]_[$port revision][$port variants]"
     if {[$port portfile] == ""} {
         ui_debug "no portfile in registry for $portspec"
-        return 1
+        return 0
     }
 
     if {![catch {set mport [mportopen_installed [$port name] [$port version] [$port revision] [$port variants] $options]}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100424/46827a16/attachment.html>


More information about the macports-changes mailing list