Skip to content

Commit bcc2973

Browse files
committed
check_dependents: include port name in confirmation
Closes: https://trac.macports.org/ticket/66510
1 parent ad2f4ab commit bcc2973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/registry2.0/registry_util.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ proc check_dependents {port force {action "uninstall/deactivate"}} {
9999
#registry::entry close $depport
100100
}
101101
ui_msg "Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents."
102-
set retvalue [$macports::ui_options(questions_yesno) "The following ports will break:" "breakDeps" $portulist {n} 0]
102+
set retvalue [$macports::ui_options(questions_yesno) "The following ports will break:" "breakDeps" $portulist {n} 0 "[string totitle $action] [$port name] anyway?"]
103103
if {$retvalue == 0} {
104104
set force "yes"
105105
} else {

0 commit comments

Comments
 (0)