[129601] trunk/dports/editors

raimue at macports.org raimue at macports.org
Tue Dec 16 12:42:39 PST 2014


Revision: 129601
          https://trac.macports.org/changeset/129601
Author:   raimue at macports.org
Date:     2014-12-16 12:42:39 -0800 (Tue, 16 Dec 2014)
Log Message:
-----------
editors/vim, editors/vim-app, editors/MacVim:
Add +python34 variant, closes #46211

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile
    trunk/dports/editors/vim/Portfile
    trunk/dports/editors/vim-app/Portfile

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2014-12-16 20:27:46 UTC (rev 129600)
+++ trunk/dports/editors/MacVim/Portfile	2014-12-16 20:42:39 UTC (rev 129601)
@@ -146,14 +146,14 @@
 
     use_autoconf yes
 }
-variant python31 conflicts python32 python33 description {Enable Python scripting} {
+variant python31 conflicts python32 python33 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.1
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python31
 
     use_autoconf yes
 }
-variant python32 conflicts python31 python33 description {Enable Python scripting} {
+variant python32 conflicts python31 python33 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.2
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python32
@@ -162,7 +162,7 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
-variant python33 conflicts python31 python32 description {Enable Python scripting} {
+variant python33 conflicts python31 python32 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.3
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python33
@@ -171,6 +171,15 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
+variant python34 conflicts python31 python32 python33 description {Enable Python scripting} {
+    configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.4
+    patchfiles-append       patch-python3.diff
+    depends_lib-append      port:python34
+
+    use_autoconf yes
+    # Overwriting autoconf.cmd above removes dependency, add it again
+    depends_build-append port:autoconf
+}
 variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {}
 variant ruby18 conflicts ruby19 ruby20 description {Enable Ruby scripting} {
     configure.args-append   --enable-rubyinterp

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2014-12-16 20:27:46 UTC (rev 129600)
+++ trunk/dports/editors/vim/Portfile	2014-12-16 20:42:39 UTC (rev 129601)
@@ -437,7 +437,7 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
-variant python31 conflicts python32 python33 description {Enable Python scripting} {
+variant python31 conflicts python32 python33 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.1
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python31
@@ -446,7 +446,7 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
-variant python32 conflicts python31 python33 description {Enable Python scripting} {
+variant python32 conflicts python31 python33 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.2
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python32
@@ -455,7 +455,7 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
-variant python33 conflicts python31 python32 description {Enable Python scripting} {
+variant python33 conflicts python31 python32 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.3
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python33
@@ -464,6 +464,15 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
+variant python34 conflicts python31 python32 python33 description {Enable Python scripting} {
+    configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.4
+    patchfiles-append       patch-python3.diff
+    depends_lib-append      port:python34
+
+    use_autoconf yes
+    # Overwriting autoconf.cmd above removes dependency, add it again
+    depends_build-append port:autoconf
+}
 variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {}
 variant ruby18 conflicts ruby19 ruby20 description {Enable Ruby scripting} {
     configure.args-append   --enable-rubyinterp

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2014-12-16 20:27:46 UTC (rev 129600)
+++ trunk/dports/editors/vim-app/Portfile	2014-12-16 20:42:39 UTC (rev 129601)
@@ -458,7 +458,7 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
-variant python31 conflicts python32 python33 description {Enable Python scripting} {
+variant python31 conflicts python32 python33 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.1
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python31
@@ -467,7 +467,7 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
-variant python32 conflicts python31 python33 description {Enable Python scripting} {
+variant python32 conflicts python31 python33 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.2
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python32
@@ -476,7 +476,7 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
-variant python33 conflicts python31 python32 description {Enable Python scripting} {
+variant python33 conflicts python31 python32 python34 description {Enable Python scripting} {
     configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.3
     patchfiles-append       patch-python3.diff
     depends_lib-append      port:python33
@@ -485,6 +485,15 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
+variant python34 conflicts python31 python32 python33 description {Enable Python scripting} {
+    configure.args-append   --enable-python3interp --with-python3=${prefix}/bin/python3.4
+    patchfiles-append       patch-python3.diff
+    depends_lib-append      port:python34
+
+    use_autoconf yes
+    # Overwriting autoconf.cmd above removes dependency, add it again
+    depends_build-append port:autoconf
+}
 variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {}
 variant ruby18 conflicts ruby19 ruby20 description {Enable Ruby scripting} {
     configure.args-append   --enable-rubyinterp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141216/4c296a13/attachment-0001.html>


More information about the macports-changes mailing list