<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/b4a5478fef535468a53e5cf31cf1c625d8358c33">https://github.com/macports/macports-ports/commit/b4a5478fef535468a53e5cf31cf1c625d8358c33</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 b4a5478fef5 azure workflow: download getopt from GitHub
</span>b4a5478fef5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b4a5478fef535468a53e5cf31cf1c625d8358c33
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Nov 3 10:51:52 2021 +1100

<span style='display:block; white-space:pre;color:#404040;'>    azure workflow: download getopt from GitHub
</span>---
 .github/azure-workflows/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/azure-workflows/bootstrap.sh b/.github/azure-workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index ac96fe1fe68..97dc8b6fa5a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/azure-workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/azure-workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ begingroup "Fetching files"
</span> # Download resources in background ASAP but use later.
 # Use /usr/bin/curl so that we don't use Homebrew curl.
 echo "Fetching getopt..."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-/usr/bin/curl -fsSLO "https://distfiles.macports.org/_ci/getopt/getopt-v1.1.6.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/getopt-1.1.6/getopt-v1.1.6.tar.bz2" &
</span> curl_getopt_pid=$!
 echo "Fetching MacPorts..."
 /usr/bin/curl -fsSLO "https://github.com/macports/macports-ci-files/releases/download/v${MACPORTS_VERSION}/MacPorts-${OS_MAJOR}.tar.bz2" &
</pre><pre style='margin:0'>

</pre>