<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/f911e4a04573acf3744042fcfd874e1f18c5885a">https://github.com/macports/macports-ports/commit/f911e4a04573acf3744042fcfd874e1f18c5885a</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 f911e4a0457 vim: add +python39 variant
</span>f911e4a0457 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f911e4a04573acf3744042fcfd874e1f18c5885a
</span>Author: Georges Martin <jrjsmrtn@gmail.com>
AuthorDate: Wed Mar 31 14:29:24 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    vim: add +python39 variant
</span>---
 editors/vim/Portfile | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

<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 4b7fb4c865c..94833be8454 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;'>@@ -115,7 +115,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;'>@@ -124,7 +124,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;'>@@ -133,7 +133,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;'>@@ -142,6 +142,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>