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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9ba35ca46fc79b7d2e85d6776cb76beb578a8ecf">https://github.com/macports/macports-ports/commit/9ba35ca46fc79b7d2e85d6776cb76beb578a8ecf</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 9ba35ca46fc CI: use MacPorts 2.10.6
</span>9ba35ca46fc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9ba35ca46fc79b7d2e85d6776cb76beb578a8ecf
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Apr 30 11:29:38 2025 +1000

<span style='display:block; white-space:pre;color:#404040;'>    CI: use MacPorts 2.10.6
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    It turns out that org and repo variables are not accessible to PRs made
</span><span style='display:block; white-space:pre;color:#404040;'>    from forks, so the plan to update this centrally just doesn't work.
</span>---
 .github/workflows/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/bootstrap.sh b/.github/workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index 50382b6c38b..87980f24080 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ endgroup() {
</span>     printtag "endgroup"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-MACPORTS_VERSION=${MP_CI_RELEASE:-2.10.3}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+MACPORTS_VERSION=${MP_CI_RELEASE:-2.10.6}
</span> 
 OS_MAJOR=$(uname -r | cut -f 1 -d .)
 OS_ARCH=$(uname -m)
</pre><pre style='margin:0'>

</pre>