<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.

</pre>
<p><a href="https://github.com/macports/mpbb/commit/d0180986245084a7ad46df84cee046e648b8b836">https://github.com/macports/mpbb/commit/d0180986245084a7ad46df84cee046e648b8b836</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 d018098  dependencies.tcl: close mports for already active deps
</span>d018098 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d0180986245084a7ad46df84cee046e648b8b836
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 10 02:13:36 2022 +1100

<span style='display:block; white-space:pre;color:#404040;'>    dependencies.tcl: close mports for already active deps
</span>---
 tools/dependencies.tcl | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tools/dependencies.tcl b/tools/dependencies.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 60401b5..79dfff3 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tools/dependencies.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tools/dependencies.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -309,6 +309,12 @@ proc deactivate_unneeded {portinfovar} {
</span>             }
         }
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # For ports that remain active, close the mport that was opened
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # earlier - it most likely won't be used again (and will be
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # reopened in the uncommon case that it is needed.)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach e [registry::entry installed] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        mportclose $mports_array([$e name])
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 puts stderr "init took [expr {[clock seconds] - $start_time}] seconds"
</pre><pre style='margin:0'>

</pre>