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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/576122ab0bf454038572e3696889269dafbaf770">https://github.com/macports/macports-ports/commit/576122ab0bf454038572e3696889269dafbaf770</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 576122ab0bf454038572e3696889269dafbaf770
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Dec 15 15:51:27 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    meson: Update python dep to 3.11
</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 96a68c4ef4b..7f09d1d781a 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.63.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 github.tarball_from releases
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +28,7 @@ checksums           rmd160  f406db9edc320ef4bc76aa8f6d5a80b5e1e8927a \
</span> 
 # As of verison 0.62.0, requires python 3.7 or later
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.default_version  310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.default_version  311
</span> python.link_binaries    no
 
 depends_build-append \
</pre><pre style='margin:0'>

</pre>