[100682] trunk/dports/editors/MacVim

raimue at macports.org raimue at macports.org
Thu Dec 20 02:13:02 PST 2012


Revision: 100682
          https://trac.macports.org/changeset/100682
Author:   raimue at macports.org
Date:     2012-12-20 02:13:02 -0800 (Thu, 20 Dec 2012)
Log Message:
-----------
editors/MacVim:
Merge r100446 from vim

Revision Links:
--------------
    https://trac.macports.org/changeset/100446

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

Property Changed:
----------------
    trunk/dports/editors/MacVim/


Property changes on: trunk/dports/editors/MacVim
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/editors/MacVim:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/editors/vim:100446

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2012-12-20 10:11:00 UTC (rev 100681)
+++ trunk/dports/editors/MacVim/Portfile	2012-12-20 10:13:02 UTC (rev 100682)
@@ -124,14 +124,14 @@
 
     use_autoconf yes
 }
-variant python31 conflicts python32 description {Enable Python scripting} {
+variant python31 conflicts python32 python33 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 description {Enable Python scripting} {
+variant python32 conflicts python31 python33 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
@@ -140,6 +140,15 @@
     # Overwriting autoconf.cmd above removes dependency, add it again
     depends_build-append port:autoconf
 }
+variant python33 conflicts python31 python32 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
+
+    use_autoconf yes
+    # Overwriting autoconf.cmd above removes dependency, add it again
+    depends_build-append port:autoconf
+}
 variant ruby description {Enable Ruby scripting} {
     configure.args-append   --enable-rubyinterp
     depends_lib-append      port:ruby
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121220/867b64ba/attachment-0001.html>


More information about the macports-changes mailing list