<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/56f0a50353291e2888f2362c4199e4c488cb3845">https://github.com/macports/macports-ports/commit/56f0a50353291e2888f2362c4199e4c488cb3845</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 56f0a503532 CI: update to MacPorts 2.7.1 in GH Actions
</span>56f0a503532 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 56f0a50353291e2888f2362c4199e4c488cb3845
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jun 30 22:47:39 2021 +1000

<span style='display:block; white-space:pre;color:#404040;'>    CI: update to MacPorts 2.7.1 in GH Actions
</span>---
 .github/workflows/bootstrap.sh | 4 +++-
 .github/workflows/main.yml     | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

<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 dd7e278510e..e5d4e3a79f4 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;'>@@ -15,6 +15,8 @@ endgroup() {
</span>     printtag "endgroup"
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+MACPORTS_VERSION=2.7.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> OS_MAJOR=$(uname -r | cut -f 1 -d .)
 OS_ARCH=$(uname -m)
 case "$OS_ARCH" in
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +33,7 @@ echo "Fetching getopt..."
</span> /usr/bin/curl -fsSLO "https://distfiles.macports.org/_ci/getopt/getopt-v1.1.6.tar.bz2" &
 curl_getopt_pid=$!
 echo "Fetching MacPorts..."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-/usr/bin/curl -fsSLO "https://distfiles.macports.org/_ci/macports-base/MacPorts-${OS_MAJOR}.tar.bz2" &
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+/usr/bin/curl -fsSLO "https://github.com/macports/macports-ci-files/releases/download/v${MACPORTS_VERSION}/MacPorts-${OS_MAJOR}.tar.bz2" &
</span> curl_mpbase_pid=$!
 echo "Fetching PortIndex..."
 /usr/bin/curl -fsSLo ports/PortIndex "https://ftp.fau.de/macports/release/ports/PortIndex_darwin_${OS_MAJOR}_${OS_ARCH}/PortIndex" &
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 8f3f1b819b1..b2d235f7daf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ jobs:
</span>     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        os: [macos-10.15, macos-11.0]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        os: [macos-10.15, macos-11]
</span> 
     steps:
       - name: Checkout ports
</pre><pre style='margin:0'>

</pre>