<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/fb6fe4f8a1ac7e0b446b8327c8b63ca41ec4ee6d">https://github.com/macports/macports-base/commit/fb6fe4f8a1ac7e0b446b8327c8b63ca41ec4ee6d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fb6fe4f8a1ac7e0b446b8327c8b63ca41ec4ee6d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Apr 11 10:18:58 2025 +1000
<span style='display:block; white-space:pre;color:#404040;'> snapshot: improve message phrasing
</span>---
src/macports1.0/snapshot.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/snapshot.tcl b/src/macports1.0/snapshot.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c10e0096c..48e198a68 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/snapshot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/snapshot.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -460,7 +460,7 @@ namespace eval snapshot {
</span> }
}
if {[llength $inactive_ports] != 0} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set msg "Following inactive ports will not be a part of this snapshot and won't be installed while restoring:"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set msg "The following inactive ports will not be a part of this snapshot and won't be installed while restoring:"
</span> set inactive_ports [lsort -index 0 -nocase $inactive_ports]
if {[info exists macports::ui_options(questions_yesno)]} {
set retvalue [$macports::ui_options(questions_yesno) $msg "Continue?" $inactive_ports {y} 0]
</pre><pre style='margin:0'>
</pre>