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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/33604c67606cfac9197f644e2ebd20b526634a44">https://github.com/macports/macports-ports/commit/33604c67606cfac9197f644e2ebd20b526634a44</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 33604c67606cfac9197f644e2ebd20b526634a44
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Dec 12 13:24:28 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libepoxy: add variant +python38, default +python37
</span>---
 graphics/libepoxy/Portfile | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 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 dbdc9ab..0858050 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;'>@@ -44,19 +44,26 @@ 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 description {build with python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 python38 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 description {build with python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 python38 description {build with python 3.6} {
</span>     depends_build-append    port:python36
     configure.python        ${prefix}/bin/python3.6
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 description {build with python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 python38 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:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 description {build with python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python36] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python37] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python37
</span> }
</pre><pre style='margin:0'>

</pre>