<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/8576a1571ed7fabf704d2a5b8aafb0616fe5f1e2">https://github.com/macports/macports-ports/commit/8576a1571ed7fabf704d2a5b8aafb0616fe5f1e2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8576a1571ed7fabf704d2a5b8aafb0616fe5f1e2
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Jan 27 02:23:38 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    vim, MacVim: Remove python compatibility variants
</span>---
 editors/MacVim/Portfile | 5 -----
 editors/vim/Portfile    | 5 -----
 2 files changed, 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/MacVim/Portfile b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b1e8e98..690af64 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,11 +100,6 @@ variant perl description {Enable Perl scripting} {
</span>     depends_lib-append      path:bin/perl:perl5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Compatibility variants, can be removed after 2015-12-26
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python25 requires python27 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python31 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python32 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant python26 conflicts python27 description {Enable Python scripting} {
     configure.args-append   --enable-pythoninterp --with-python=${prefix}/bin/python2.6
     patchfiles-append       patch-python.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/vim/Portfile b/editors/vim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c693228..78de4e5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/vim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/vim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,11 +104,6 @@ variant perl description {Enable Perl scripting} {
</span>     depends_lib-append      path:bin/perl:perl5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Compatibility variants, can be removed after 2015-12-26
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python25 requires python27 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python31 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python32 requires python34 description {Legacy variant} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant python26 conflicts python27 description {Enable Python scripting} {
     configure.args-append   --enable-pythoninterp --with-python=${prefix}/bin/python2.6
     patchfiles-append       patch-python.diff
</pre><pre style='margin:0'>

</pre>