<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/4a25db992272a354eafee53a4c4499e34e038487">https://github.com/macports/macports-ports/commit/4a25db992272a354eafee53a4c4499e34e038487</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 4a25db99227 meson: fix typo
</span>4a25db99227 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4a25db992272a354eafee53a4c4499e34e038487
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Feb 8 23:57:32 2021 -0800
<span style='display:block; white-space:pre;color:#404040;'> meson: fix typo
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> testing typo accidentally left in - doh
</span>---
devel/meson/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/meson/Portfile b/devel/meson/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 92ee5772208..71e8c74bc94 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/meson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/meson/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup python 1.0
</span> PortGroup github 1.0
github.setup mesonbuild meson 0.56.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span>
github.tarball_from releases
license Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,7 +57,7 @@ patchfiles-append patch-meson-32bit-apple.diff
</span> # disable warning not accepted by older clang versions
# this manifests currently on systems up to 10.9
# https://github.com/mesonbuild/meson/issues/8307
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} <= 130} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} <= 13} {
</span> patchfiles-append patch-meson-clang-unknown-optimization-error.diff
}
</pre><pre style='margin:0'>
</pre>