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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/889075724a63ab727a8944e007c2638fe3a6ec37">https://github.com/macports/macports-ports/commit/889075724a63ab727a8944e007c2638fe3a6ec37</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 889075724a6 gexiv2: add and default to python 3.12
</span>889075724a6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 889075724a63ab727a8944e007c2638fe3a6ec37
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Feb 16 21:20:15 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gexiv2: add and default to python 3.12
</span>---
 gnome/gexiv2/Portfile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gexiv2/Portfile b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 45628f5d4a9..d308f422932 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ checksums           rmd160  47043f0df1037bb6105e40db8b8a6922ea46722f \
</span> 
 set py_major        3
 set py_minor_min    7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set py_minor_max    11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set py_minor_max    12
</span> 
 compiler.blacklist-append \
                     {clang < 900}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,19 +99,21 @@ proc py_setup {p_py_ver} {
</span> }
 
 # TODO: Generate these dynamically, since we define min/max supported versions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 python311 python312 \
</span>     description {Build Python3 bindings using Python 3.7} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 python311 python312 \
</span>     description {Build Python3 bindings using Python 3.8} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 python311 python312 \
</span>     description {Build Python3 bindings using Python 3.9} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 python311 python312 \
</span>     description {Build Python3 bindings using Python 3.10} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python37 python38 python39 python310 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python37 python38 python39 python310 python312 \
</span>     description {Build Python3 bindings using Python 3.11} {}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python37 python38 python39 python310 python311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    description {Build Python3 bindings using Python 3.12} {}
</span> 
 if {[py_ver_set] eq ""} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python312
</span> }
 
 set py_ver [py_ver_set]
</pre><pre style='margin:0'>

</pre>