Ticket #43802: Portfile.diff
File Portfile.diff, 997 bytes (added by howarth.at.macports@…, 10 years ago) |
---|
-
Portfile
old new 6 6 PortGroup active_variants 1.1 7 7 8 8 name pymol 9 version 1.6.0 10 revision 1 9 version 1.7.1.1 11 10 categories science chemistry 12 11 license GPL 13 12 maintainers bromo.med.uc.edu:howarth … … 23 22 master_sites sourceforge 24 23 fetch.type svn 25 24 svn.url https://svn.code.sf.net/p/pymol/code/trunk/pymol 26 svn.revision 40 3925 svn.revision 4074 27 26 worksrcdir pymol 28 27 29 28 python.default_version 27 … … 56 55 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py 57 56 reinplace "s|@@PYTHON_PKGDIR@@|${python.pkgd}|g" ${worksrcpath}/setup/pymol_macports 58 57 reinplace "s|@@PYTHON_BINARY@@|${python.bin}|g" ${worksrcpath}/setup/pymol_macports 58 reinplace "s|\"-O3\",|\"-O3\", \"-g\",|g" ${worksrcpath}/setup.py 59 59 } 60 60 61 61 use_parallel_build yes