<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/13cfaca21f14c79cdc2556ac1f6576e4350a7622">https://github.com/macports/macports-base/commit/13cfaca21f14c79cdc2556ac1f6576e4350a7622</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 13cfaca21 CI: Use standard_configure.sh
</span>13cfaca21 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 13cfaca21f14c79cdc2556ac1f6576e4350a7622
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri Apr 5 03:26:09 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    CI: Use standard_configure.sh
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    As suggested by @raimue in a comment on 55d389d5.
</span>---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 2dfa01a8a..3782f1f93 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;'>@@ -32,7 +32,7 @@ jobs:
</span>       - name: Configure MacPorts Base
         run: |
           set -eu
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          env PATH=/usr/bin:/bin:/usr/sbin:/sbin CFLAGS="-pipe -Os" ./configure
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          ./standard_configure.sh
</span>       - name: Build MacPorts Base
         run: |
           set -eu
</pre><pre style='margin:0'>

</pre>