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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/27308eea7b8f3bf3bc2005afe43b640346cfa66e">https://github.com/macports/macports-ports/commit/27308eea7b8f3bf3bc2005afe43b640346cfa66e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 27308eea7b8f3bf3bc2005afe43b640346cfa66e
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue May 27 11:16:36 2025 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gitg: add py312, py313; drop py38
</span>---
 gnome/gitg/Portfile | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gitg/Portfile b/gnome/gitg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 27d3ce422cb..5f142a5be2a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gitg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gitg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup           meson 1.0
</span> 
 gitlab.instance     https://gitlab.gnome.org
 gitlab.setup        GNOME gitg 44 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          gnome devel
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,27 +101,32 @@ proc py_setup {py_ver} {
</span>                     port:py${py_ver_nodot}-gobject3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Enable Python support using python38} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    py_setup 3.8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Enable Python support using python39} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Enable Python support using python39} {
</span>     py_setup 3.9
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Enable Python support using python310} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Enable Python support using python310} {
</span>     py_setup 3.10
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Enable Python support using python311} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Enable Python support using python311} {
</span>     py_setup 3.11
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python39] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Enable Python support using python312} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    py_setup 3.12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Enable Python support using python313} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    py_setup 3.13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && \
</span>     ![variant_isset python310] && \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python311] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python312] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python313]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python313
</span> }
 
 variant quartz {}
</pre><pre style='margin:0'>

</pre>