<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/b27f49c05ac10298343ca1fddf7b9f1feabf4e15">https://github.com/macports/macports-ports/commit/b27f49c05ac10298343ca1fddf7b9f1feabf4e15</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b27f49c05ac10298343ca1fddf7b9f1feabf4e15
</span>Author: Andrew Zhou <0az@afzhou.com>
AuthorDate: Thu Sep 24 14:37:55 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    vim: Add python38 variant
</span>---
 editors/vim/Portfile | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 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 68db496c3fd..ff561be5857 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;'>@@ -110,7 +110,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 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 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;'>@@ -119,7 +119,7 @@ variant python36 conflicts python37 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 python37 conflicts python36 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 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;'>@@ -128,6 +128,15 @@ variant python37 conflicts python36 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:#e0ffe0;'>+variant python38 conflicts python36 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.8
</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:python38
</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>