<pre style='margin:0'>
Mark Moll (mamoll) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/78e0490e19f21f836732f34f738fe21c13c9d80f">https://github.com/macports/macports-ports/commit/78e0490e19f21f836732f34f738fe21c13c9d80f</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 78e0490 graphics/libepoxy: add python36 variant
</span>78e0490 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 78e0490e19f21f836732f34f738fe21c13c9d80f
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Sat Mar 4 12:28:44 2017 -0600
<span style='display:block; white-space:pre;color:#404040;'> graphics/libepoxy: add python36 variant
</span>---
graphics/libepoxy/Portfile | 13 +++++++++----
1 file changed, 9 insertions(+), 4 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 1ee79b9..e043a47 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;'>@@ -58,21 +58,26 @@ configure.args \
</span> --disable-silent-rules \
--enable-glx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 description {build with python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python34 python35 python36 description {build with python 2.7} {
</span> depends_lib-append port:python27
configure.python ${prefix}/bin/python2.7
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 description {build with python 3.4} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python27 python35 python36 description {build with python 3.4} {
</span> depends_lib-append port:python34
configure.python ${prefix}/bin/python3.4
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 description {build with python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python34 python36 description {build with python 3.5} {
</span> depends_lib-append port:python35
configure.python ${prefix}/bin/python3.5
}
<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;'>+variant python36 conflicts python27 python34 python35 description {build with python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.python ${prefix}/bin/python3.6
</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 python27] && ![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
</span> default_variants-append +python34
}
</pre><pre style='margin:0'>
</pre>