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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f056c790c804327ef7c0c560d4145eca4a3ce4d0">https://github.com/macports/macports-ports/commit/f056c790c804327ef7c0c560d4145eca4a3ce4d0</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 f056c790c80 libepoxy: use python 3.9 as default
</span>f056c790c80 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f056c790c804327ef7c0c560d4145eca4a3ce4d0
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Sat Dec 4 14:47:53 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libepoxy: use python 3.9 as default
</span>---
 graphics/libepoxy/Portfile | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libepoxy/Portfile b/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3369287a70b..01fa251f2b1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        anholt libepoxy 1.5.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> license             MIT permissive
 categories          graphics
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,31 +45,31 @@ configure.cmd       ./autogen.sh
</span> configure.args      --disable-silent-rules \
                     --enable-glx
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 python37 python38 python39 description {build with python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python37 python38 python39 python310 description {build with python 2.7} {
</span>     depends_build-append    port:python27
     configure.python        ${prefix}/bin/python2.7
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python37 python38 python39 description {build with python 3.6} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python36
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.6
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 python38 python39 description {build with python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python38 python39 python310 description {build with python 3.7} {
</span>     depends_build-append    port:python37
     configure.python        ${prefix}/bin/python3.7
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 python39 description {build with python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python37 python39 python310 description {build with python 3.8} {
</span>     depends_build-append    port:python38
     configure.python        ${prefix}/bin/python3.8
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python36 python37 python38 description {build with python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python37 python38 python310 description {build with python 3.9} {
</span>     depends_build-append    port:python39
     configure.python        ${prefix}/bin/python3.9
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python27 python37 python38 python39 description {build with python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 if {![variant_isset python27] && \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python36] && \
</span>     ![variant_isset python37] && \
     ![variant_isset python38] && \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python39] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python39
</span> }
</pre><pre style='margin:0'>

</pre>