<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/6a9b39f9bae385ea6bd70ac11e258ca70f1d193a">https://github.com/macports/mpbb/commit/6a9b39f9bae385ea6bd70ac11e258ca70f1d193a</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 6a9b39f fix uninitialised var
</span>6a9b39f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6a9b39f9bae385ea6bd70ac11e258ca70f1d193a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Oct 11 11:35:36 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> fix uninitialised var
</span>---
tools/dependencies.tcl | 1 +
1 file changed, 1 insertion(+)
<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 310f616..8034828 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;'>@@ -499,6 +499,7 @@ proc install_dep_source {portinfo_list} {
</span> exit 2
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ set fail 0
</span> # Fetch and checksum the distfiles
if {[catch {mportexec $ditem fetch} result]} {
puts stderr $::errorInfo
</pre><pre style='margin:0'>
</pre>