Ticket #55148: Portfile.diff
File Portfile.diff, 1.5 KB (added by jwhowarth, 7 years ago) |
---|
-
Portfile
old new 6 6 PortGroup compilers 1.0 7 7 8 8 name pymol 9 version 1. 8.7.09 version 1.9.0.0 10 10 categories science chemistry 11 11 license PSF 12 12 maintainers gmail.com:howarth.at.macports openmaintainer … … 22 22 master_sites sourceforge 23 23 fetch.type svn 24 24 svn.url https://svn.code.sf.net/p/pymol/code/trunk/pymol 25 svn.revision 417 625 svn.revision 4179 26 26 worksrcdir pymol 27 27 28 28 compilers.choose cc cxx 29 29 compilers.setup 30 30 31 variant python27 conflicts python34 python35 description {Use Python 2.7} {} 32 variant python34 conflicts python27 python35 description {Use Python 3.4} {} 33 variant python35 conflicts python27 python34 description {Use Python 3.5} {} 31 variant python27 conflicts python34 python35 python36 description {Use Python 2.7} {} 32 variant python34 conflicts python27 python35 python36 description {Use Python 3.4} {} 33 variant python35 conflicts python27 python34 python36 description {Use Python 3.5} {} 34 variant python36 conflicts python27 python34 python35 description {Use Python 3.6} {} 34 35 if {[variant_isset python34]} { 35 36 python.default_version 34 36 37 } elseif {[variant_isset python35]} { 37 38 python.default_version 35 39 } elseif {[variant_isset python36]} { 40 python.default_version 36 38 41 } else { 39 42 default_variants +python27 40 43 python.default_version 27