Ticket #49238: Portfile-MacVim.diff
File Portfile-MacVim.diff, 2.8 KB (added by joelfred@…, 9 years ago) |
---|
-
Portfile
old new 5 5 6 6 name MacVim 7 7 set vim_version 7.4 8 set snapshot 7 68 set snapshot 77 9 9 version ${vim_version}.snapshot${snapshot} 10 revision 211 10 categories editors 12 11 platforms darwin 13 12 license Vim GPL-2+ … … 19 18 homepage http://code.google.com/p/macvim 20 19 21 20 master_sites https://github.com/macvim-dev/macvim/archive/ 22 distfiles Snapshot-${snapshot}.tar.gz23 checksums Snapshot-${snapshot}.tar.gz \24 rmd160 139125f8fe454cf20c311a36004ba1df09dfd131\25 sha256 865425eaebd279816a9a997cb406ff45da1d390baf4fed21a2d80ec75fb3ca1221 distfiles snapshot-${snapshot}.tar.gz 22 checksums snapshot-${snapshot}.tar.gz \ 23 rmd160 2ef874ee758c54692587dae054040c1d8c56d6e3 \ 24 sha256 6b7f4b48ecef4a00dca17efef551884fcea1aa9897005497d31f52da7304bc5f 26 25 worksrcdir macvim-Snapshot-${snapshot} 27 extract.only Snapshot-${snapshot}.tar.gz26 extract.only snapshot-${snapshot}.tar.gz 28 27 29 28 depends_build bin:gnutar:gnutar \ 30 29 bin:grep:grep \ … … 129 128 130 129 use_autoconf yes 131 130 } 132 variant python33 conflicts python34 description {Enable Python scripting} {131 variant python33 conflicts python34 python35 description {Enable Python scripting} { 133 132 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.3 134 133 patchfiles-append patch-python3.diff 135 134 depends_lib-append port:python33 … … 138 137 # Overwriting autoconf.cmd above removes dependency, add it again 139 138 depends_build-append port:autoconf 140 139 } 141 variant python34 conflicts python33 description {Enable Python scripting} {140 variant python34 conflicts python33 python35 description {Enable Python scripting} { 142 141 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.4 143 142 patchfiles-append patch-python3.diff 144 143 depends_lib-append port:python34 … … 147 146 # Overwriting autoconf.cmd above removes dependency, add it again 148 147 depends_build-append port:autoconf 149 148 } 149 variant python35 conflicts python33 python34 description {Enable Python scripting} { 150 configure.args-append --enable-python3interp --with-python3=${prefix}/bin/python3.5 151 patchfiles-append patch-python3.diff 152 depends_lib-append port:python35 153 154 use_autoconf yes 155 # Overwriting autoconf.cmd above removes dependency, add it again 156 depends_build-append port:autoconf 157 } 150 158 variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {} 151 159 variant ruby18 conflicts ruby19 ruby20 description {Enable Ruby scripting} { 152 160 configure.args-append --enable-rubyinterp