<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/2bcf3c7af01ce276f26cd9eb023899ee86abbadb">https://github.com/macports/macports-ports/commit/2bcf3c7af01ce276f26cd9eb023899ee86abbadb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2bcf3c7af01ce276f26cd9eb023899ee86abbadb
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Aug 16 16:29:06 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    vim, MacVim: Update +pythonXY variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Add +python37 variant, remove old versions.
</span>---
 editors/MacVim/Portfile | 41 +++++++----------------------------------
 editors/vim/Portfile    | 41 +++++++----------------------------------
 2 files changed, 14 insertions(+), 68 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 ca598e7..a83f82d 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;'>@@ -113,16 +113,7 @@ variant perl description {Enable Perl scripting} {
</span>     depends_lib-append      path:bin/perl:perl5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python26 conflicts python27 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-pythoninterp --with-python-command=${prefix}/bin/python2.6
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-python.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python26
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    use_autoconf yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:autoconf
</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 {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 description {Enable Python scripting} {
</span>     configure.args-append   --enable-pythoninterp --with-python-command=${prefix}/bin/python2.7
     patchfiles-append       patch-python.diff
     depends_lib-append      port:python27
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -131,37 +122,19 @@ variant python27 conflicts python26 description {Enable Python scripting} {
</span>     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python33 conflicts python34 python35 python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-python3.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python33
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    use_autoconf yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:autoconf
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python33 python35 python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-python3.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    use_autoconf yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:autoconf
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python33 python34 python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.6
</span>     patchfiles-append       patch-python3.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python36
</span> 
     use_autoconf yes
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python33 python34 python35 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.7
</span>     patchfiles-append       patch-python3.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python37
</span> 
     use_autoconf yes
     # Overwriting autoconf.cmd above removes dependency, add it again
<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 965c2b3..a3c032b 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;'>@@ -106,16 +106,7 @@ variant perl description {Enable Perl scripting} {
</span>     depends_lib-append      path:bin/perl:perl5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python26 conflicts python27 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-pythoninterp --with-python-command=${prefix}/bin/python2.6
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-python.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python26
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    use_autoconf yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:autoconf
</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 {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 description {Enable Python scripting} {
</span>     configure.args-append   --enable-pythoninterp --with-python-command=${prefix}/bin/python2.7
     patchfiles-append       patch-python.diff
     depends_lib-append      port:python27
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -124,37 +115,19 @@ variant python27 conflicts python26 description {Enable Python scripting} {
</span>     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python33 conflicts python34 python35 python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-python3.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python33
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    use_autoconf yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:autoconf
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python33 python35 python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-python3.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    use_autoconf yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append port:autoconf
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python33 python34 python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.6
</span>     patchfiles-append       patch-python3.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python36
</span> 
     use_autoconf yes
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python33 python34 python35 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.7
</span>     patchfiles-append       patch-python3.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python37
</span> 
     use_autoconf yes
     # Overwriting autoconf.cmd above removes dependency, add it again
</pre><pre style='margin:0'>

</pre>