[66796] trunk/base/src/port/port.tcl
jmr at macports.org
jmr at macports.org
Thu Apr 22 18:45:24 PDT 2010
Revision: 66796
http://trac.macports.org/changeset/66796
Author: jmr at macports.org
Date: 2010-04-22 18:45:23 -0700 (Thu, 22 Apr 2010)
Log Message:
-----------
adapt some more messages to changed ui_msg behaviour
Modified Paths:
--------------
trunk/base/src/port/port.tcl
Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl 2010-04-23 01:25:49 UTC (rev 66795)
+++ trunk/base/src/port/port.tcl 2010-04-23 01:45:23 UTC (rev 66796)
@@ -2538,7 +2538,7 @@
set portstack [list $toplist]
set pos_stack [list 0]
array unset seen
- ui_msg "The following ports are dependent on ${portname}:"
+ ui_notice "The following ports are dependent on ${portname}:"
while 1 {
set cur_portlist [lindex $portstack end]
set cur_pos [lindex $pos_stack end]
@@ -2581,7 +2581,7 @@
}
}
} else {
- ui_msg "$portname has no dependents."
+ ui_notice "$portname has no dependents."
}
}
return $status
@@ -2723,9 +2723,9 @@
set pos_stack [list 0]
array unset seen
if {[llength $toplist] > 0} {
- ui_msg "The following ports are dependencies of ${portname}:"
+ ui_notice "The following ports are dependencies of ${portname}:"
} else {
- ui_msg "No ports are dependencies of ${portname}."
+ ui_notice "No ports are dependencies of ${portname}."
}
while 1 {
set cur_portlist [lindex $portstack end]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100422/88eff9d0/attachment.html>
More information about the macports-changes
mailing list