<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/38e44a1a62ecd0ca03fc266fbcf98bce78fa2815">https://github.com/macports/macports-ports/commit/38e44a1a62ecd0ca03fc266fbcf98bce78fa2815</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 38e44a1a62ecd0ca03fc266fbcf98bce78fa2815
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Jun 14 14:32:18 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gexiv2: add py311, drop py36
</span>---
 gnome/gexiv2/Portfile | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 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 8595746afc9..72db13e3bd0 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;'>@@ -6,7 +6,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                gexiv2
 version             0.14.0
<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 graphics
 license             GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,40 +69,40 @@ proc py_setup {p_py_ver} {
</span>                     -Dpython3_girdir=no
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 python39 python310 description {Build Python3 bindings using Python 3.6} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    py_setup 3.6
</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 python37 conflicts python36 python38 python39 python310 description {Build Python3 bindings using Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 python311 description {Build Python3 bindings using Python 3.7} {
</span>     py_setup 3.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 python39 python310 description {Build Python3 bindings using Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 python311 description {Build Python3 bindings using Python 3.8} {
</span>     py_setup 3.8
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python36 python37 python38 python310 description {Build Python3 bindings using Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 python311 description {Build Python3 bindings using Python 3.9} {
</span>     py_setup 3.9
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python36 python37 python38 python39 description {Build Python3 bindings using Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 python311 description {Build Python3 bindings using Python 3.10} {
</span>     py_setup 3.10
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python37] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python37 python38 python39 python310 description {Build Python3 bindings using Python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    py_setup 3.11
</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 python37] && \
</span>     ![variant_isset python38] && \
     ![variant_isset python39] && \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python310] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python311
</span> }
 
 pre-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python36] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ![variant_isset python37] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python37] && \
</span>         ![variant_isset python38] && \
         ![variant_isset python39] && \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ![variant_isset python310] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ![variant_isset python311]} {
</span>         error "This port requires that one python variant is enabled"
     }
 }
</pre><pre style='margin:0'>

</pre>