<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e83c9c0d07f548590dbb5aad8bf001f5066600a">https://github.com/macports/macports-ports/commit/2e83c9c0d07f548590dbb5aad8bf001f5066600a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2e83c9c0d07f548590dbb5aad8bf001f5066600a
</span>Author: Yen Chi Hsuan <yan12125@gmail.com>
AuthorDate: Tue Jul 18 15:02:51 2017 +0800

<span style='display:block; white-space:pre;color:#404040;'>    libepoxy: Remove non-latest Python variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/582
</span>---
 graphics/libepoxy/Portfile | 17 +++--------------
 1 file changed, 3 insertions(+), 14 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 7bb0058..ed71e04 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,26 +44,15 @@ configure.cmd       ./autogen.sh
</span> configure.args      --disable-silent-rules \
                     --enable-glx
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 python36 description {build with python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 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;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 description {build with python 3.4} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.4
</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 python35 conflicts python27 python34 python36 description {build with python 3.5} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python35
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.5
</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 python36 conflicts python27 python34 python35 description {build with python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 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;'>-if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27]} {
</span>     default_variants-append +python36
 }
</pre><pre style='margin:0'>

</pre>