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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1624a1e5e2b54de8045d73a381b70dfe63b1e4da">https://github.com/macports/macports-ports/commit/1624a1e5e2b54de8045d73a381b70dfe63b1e4da</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 1624a1e5e2b Revert "meson-1.0: Always run meson setup"
</span>1624a1e5e2b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1624a1e5e2b54de8045d73a381b70dfe63b1e4da
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Jan 25 18:41:18 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    Revert "meson-1.0: Always run meson setup"
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This reverts commit 3b55cb976ef7916d123b0c0c7f8cfe082bf3eb0a.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This commit breaks all universal building using meson.
</span><span style='display:block; white-space:pre;color:#404040;'>    Revert until a new plan is in place.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/66761
</span>---
 _resources/port1.0/group/meson-1.0.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/meson-1.0.tcl b/_resources/port1.0/group/meson-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 82bea984eeb..9a422b114fa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/meson-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/meson-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,7 +16,7 @@ depends_skip_archcheck-append \
</span>                             ninja
 
 # TODO: --buildtype=plain tells Meson not to add its own flags to the command line. This gives the packager total control on used flags.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default configure.cmd       {${prefix}/bin/meson setup}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default configure.cmd       {${prefix}/bin/meson}
</span> default configure.post_args {[meson::get_post_args]}
 configure.universal_args-delete \
                             --disable-dependency-tracking
</pre><pre style='margin:0'>

</pre>