<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/9793b49fd431d0bc8a33c6eef16489043b815080">https://github.com/macports/macports-base/commit/9793b49fd431d0bc8a33c6eef16489043b815080</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 9793b49fd action_snapshot: some options don't need to write
</span>9793b49fd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9793b49fd431d0bc8a33c6eef16489043b815080
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jun 13 13:11:37 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    action_snapshot: some options don't need to write
</span>---
 src/port/port.tcl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port/port.tcl b/src/port/port.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index fed6c6331..b4225c374 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port/port.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2499,7 +2499,8 @@ proc action_reclaim { action portlist opts } {
</span> }
 
 proc action_snapshot { action portlist opts } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[prefix_unwritable]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![dict exists $opts ports_snapshot_diff] && ![dict exists $opts ports_snapshot_list]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        && ![dict exists $opts ports_snapshot_help] && [prefix_unwritable]} {
</span>         return 1
     }
     if {[catch {macports::snapshot_main $opts} result]} {
</pre><pre style='margin:0'>

</pre>