[50415] trunk/base/src/package1.0/portmpkg.tcl

jmr at macports.org jmr at macports.org
Thu Apr 30 11:38:49 PDT 2009


Revision: 50415
          http://trac.macports.org/changeset/50415
Author:   jmr at macports.org
Date:     2009-04-30 11:38:48 -0700 (Thu, 30 Apr 2009)
Log Message:
-----------
change comments to match mportsearch -> mportlookup change

Modified Paths:
--------------
    trunk/base/src/package1.0/portmpkg.tcl

Modified: trunk/base/src/package1.0/portmpkg.tcl
===================================================================
--- trunk/base/src/package1.0/portmpkg.tcl	2009-04-30 15:52:45 UTC (rev 50414)
+++ trunk/base/src/package1.0/portmpkg.tcl	2009-04-30 18:38:48 UTC (rev 50415)
@@ -60,7 +60,7 @@
 	if {[catch {set res [mport_lookup $portname]} error]} {
 		global errorInfo
 		ui_debug "$errorInfo"
-		ui_error "port search failed: $error"
+		ui_error "port lookup failed: $error"
 		return 1
 	}
 	foreach {name array} $res {
@@ -94,7 +94,7 @@
 	if {[catch {set res [mport_lookup $portname]} result]} {
 		global errorInfo
 		ui_debug "$errorInfo"
-		ui_error "port search failed: $result"
+		ui_error "port lookup failed: $result"
 		return 1
 	}
 	foreach {name array} $res {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090430/0b46801a/attachment.html>


More information about the macports-changes mailing list