<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/03969b629373563464502bfee8bec00b03d788f8">https://github.com/macports/macports-ports/commit/03969b629373563464502bfee8bec00b03d788f8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 03969b629373563464502bfee8bec00b03d788f8
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Mon Apr 5 15:46:04 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    MacVim: Add +python39 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: f911e4a04573acf3744042fcfd874e1f18c5885a
</span>---
 editors/MacVim/Portfile | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 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 34ca699a080..31c89308333 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;'>@@ -135,7 +135,7 @@ variant python27 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 python36 conflicts python37 python38 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 description {Enable Python scripting} {
</span>     configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.6
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python36
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -144,7 +144,7 @@ variant python36 conflicts python37 python38 description {Enable Python scriptin
</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 python37 conflicts python36 python38 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 description {Enable Python scripting} {
</span>     configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.7
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python37
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -153,7 +153,7 @@ variant python37 conflicts python36 python38 description {Enable Python scriptin
</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 python38 conflicts python36 python37 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 description {Enable Python scripting} {
</span>     configure.args-append   --enable-python3interp --with-python3-command=${prefix}/bin/python3.8
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python38
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -162,6 +162,15 @@ variant python38 conflicts python36 python37 description {Enable Python scriptin
</span>     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 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.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    patchfiles-append       patch-python3.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    use_autoconf yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Overwriting autoconf.cmd above removes dependency, add it again
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append port:autoconf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {}
 variant ruby18 conflicts ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 description {Enable Ruby scripting} {
</pre><pre style='margin:0'>

</pre>