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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7f09755f709647cdb07e0b2a5dad193c37afea11">https://github.com/macports/macports-ports/commit/7f09755f709647cdb07e0b2a5dad193c37afea11</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 7f09755  meson: Update to 0.53.1
</span>7f09755 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7f09755f709647cdb07e0b2a5dad193c37afea11
</span>Author: Saagar Jha <saagar@saagarjha.com>
AuthorDate: Mon Feb 10 18:14:29 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    meson: Update to 0.53.1
</span>---
 devel/meson/Portfile | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 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 c3bd2b2..a90ac6e 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;'>@@ -4,8 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        mesonbuild meson 0.52.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        mesonbuild meson 0.53.1
</span> 
 github.tarball_from releases
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,9 +22,9 @@ long_description    Meson is a build system designed to optimize programmer prod
</span>                     Valgrind, CCache and the like. It is both extremely fast, and, even more importantly, \
                     as user friendly as possible.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  23a70a0fdcfc66d060ac8f8b413fa160aae8287b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  0c277472e49950a5537e3de3e60c57b80dbf425788470a1a8ed27446128fc035 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    1507726
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  e15d73b1d10249365da4562d3cef3bfb4a1a56df \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  ec1ba33eea701baca2c1607dac458152dc8323364a51fdef6babda2623413b04 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    1552121
</span> 
 # as of verison 0.45.0,requires python 3.5 or better
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,10 +56,10 @@ post-destroot {
</span> }
 
 # the following block avoids requiring users to 'sudo port select python3 python37'
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# doing a file test for ${prefix}/bin/python3 and requiring this 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# doing a file test for ${prefix}/bin/python3 and requiring this
</span> # to be honest would have been much simpler, but not the "MacPorts way"
 pre-test {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|/usr/bin/env python3|/usr/bin/env python3.7|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/usr/bin/env python3$|/usr/bin/env python3.7|" \
</span>         ${worksrcpath}/run_tests.py \
         ${worksrcpath}/run_cross_test.py \
         ${worksrcpath}/run_meson_command_tests.py \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +69,7 @@ pre-test {
</span>     set testpath "${worksrcpath}/test\\ cases"
     fs-traverse f ${testpath} {
         if { [string match *.py ${f}] } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            reinplace "s|/usr/bin/env python3|/usr/bin/env python3.7|" ${f}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            reinplace "s|/usr/bin/env python3$|/usr/bin/env python3.7|" ${f}
</span>         }
     }
 }
</pre><pre style='margin:0'>

</pre>