[93511] trunk/base/src/port1.0/portinstall.tcl
jmr at macports.org
jmr at macports.org
Thu May 24 12:54:22 PDT 2012
Revision: 93511
https://trac.macports.org/changeset/93511
Author: jmr at macports.org
Date: 2012-05-24 12:54:21 -0700 (Thu, 24 May 2012)
Log Message:
-----------
fix error message in pkgdep construction and change to debug (#31130)
Modified Paths:
--------------
trunk/base/src/port1.0/portinstall.tcl
Modified: trunk/base/src/port1.0/portinstall.tcl
===================================================================
--- trunk/base/src/port1.0/portinstall.tcl 2012-05-24 19:41:54 UTC (rev 93510)
+++ trunk/base/src/port1.0/portinstall.tcl 2012-05-24 19:54:21 UTC (rev 93511)
@@ -298,7 +298,7 @@
set depname [lindex [split $depspec :] end]
set dep [mport_lookup $depname]
if {[llength $dep] < 2} {
- ui_error "Dependency $dep not found"
+ ui_debug "Dependency $depname not found"
} else {
array set portinfo [lindex $dep 1]
set depver $portinfo(version)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120524/f8470f8a/attachment.html>
More information about the macports-changes
mailing list