<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/71e0fa8d1fb4b7a32b7fc7dd07a92b799a22bd63">https://github.com/macports/macports-ports/commit/71e0fa8d1fb4b7a32b7fc7dd07a92b799a22bd63</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 71e0fa8  mesa: drop variant +python26
</span>71e0fa8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 71e0fa8d1fb4b7a32b7fc7dd07a92b799a22bd63
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Mar 14 20:18:15 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mesa: drop variant +python26
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Dependency py-libxml2 no longer supports python26.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes https://trac.macports.org/ticket/56007
</span>---
 x11/mesa/Portfile | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/mesa/Portfile b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 38ec882..2065825 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ version             17.1.6
</span> categories          x11 graphics
 maintainers         {jeremyhu @jeremyhu} openmaintainer
 license             MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license_noconflict  py26-libxml2 py27-libxml2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict  py27-libxml2
</span> description         Mesa 3D Graphics Library
 long_description    Mesa is an open-source implementation of the OpenGL specification, a system for rendering interactive 3D graphics.
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,21 +114,14 @@ platform darwin {
</span> 
 configure.cppflags-delete -I${prefix}/include
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python26 conflicts python27 description {Use python 2.6} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py26-libxml2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        PYTHON2="${prefix}/bin/python2.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 python27 conflicts python26 description {Use python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 description {Use python 2.7} {
</span>     depends_build-append \
         port:py27-libxml2
     configure.env-append \
         PYTHON2="${prefix}/bin/python2.7"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python26] && ![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27]} {
</span>     default_variants-append +python27
 }
 
</pre><pre style='margin:0'>

</pre>