<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/8dbff49f5a2a43382434db364a7cc0184107151f">https://github.com/macports/macports-ports/commit/8dbff49f5a2a43382434db364a7cc0184107151f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8dbff49f5a2a43382434db364a7cc0184107151f
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Jan 27 02:28:35 2017 +0100
<span style='display:block; white-space:pre;color:#404040;'> vim, MacVim: Add +python36 variant
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/53400
</span>---
editors/MacVim/Portfile | 16 ++++++++++++----
editors/vim/Portfile | 16 ++++++++++++----
2 files changed, 24 insertions(+), 8 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 690af64..2f5cc1f 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;'>@@ -114,7 +114,7 @@ variant python27 conflicts python26 description {Enable Python scripting} {
</span>
use_autoconf yes
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python33 conflicts python34 python35 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python33 conflicts python34 python35 python36 description {Enable Python scripting} {
</span> configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.3
patchfiles-append patch-python3.diff
depends_lib-append port:python33
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,7 +123,7 @@ variant python33 conflicts python34 python35 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 python34 conflicts python33 python35 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python33 python35 python36 description {Enable Python scripting} {
</span> configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.4
patchfiles-append patch-python3.diff
depends_lib-append port:python34
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -132,8 +132,7 @@ variant python34 conflicts python33 python35 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;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python33 python34 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python33 python34 python36 description {Enable Python scripting} {
</span> configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.5
patchfiles-append patch-python3.diff
depends_lib-append port:python35
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -142,6 +141,15 @@ variant python35 conflicts python33 python34 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 python36 conflicts python33 python34 python35 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.6
</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:python36
</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 description {Enable Ruby scripting} {
<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 78de4e5..ea8e9f9 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;'>@@ -122,7 +122,7 @@ 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 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python33 conflicts python34 python35 python36 description {Enable Python scripting} {
</span> configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.3
patchfiles-append patch-python3.diff
depends_lib-append port:python33
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -131,7 +131,7 @@ variant python33 conflicts python34 python35 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 python34 conflicts python33 python35 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python33 python35 python36 description {Enable Python scripting} {
</span> configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.4
patchfiles-append patch-python3.diff
depends_lib-append port:python34
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -140,8 +140,7 @@ variant python34 conflicts python33 python35 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;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python33 python34 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python33 python34 python36 description {Enable Python scripting} {
</span> configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.5
patchfiles-append patch-python3.diff
depends_lib-append port:python35
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -150,6 +149,15 @@ variant python35 conflicts python33 python34 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 python36 conflicts python33 python34 python35 description {Enable Python scripting} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.6
</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:python36
</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 description {Enable Ruby scripting} {
</pre><pre style='margin:0'>
</pre>