Ticket #43802: Portfile.diff

File Portfile.diff, 997 bytes (added by howarth.at.macports@…, 10 years ago)

Portfile diff for pymol 1.7.1.1

  • Portfile

    old new  
    66PortGroup           active_variants 1.1
    77
    88name                pymol
    9 version             1.6.0
    10 revision            1
     9version             1.7.1.1
    1110categories          science chemistry
    1211license             GPL
    1312maintainers         bromo.med.uc.edu:howarth
     
    2322master_sites        sourceforge
    2423fetch.type          svn
    2524svn.url             https://svn.code.sf.net/p/pymol/code/trunk/pymol
    26 svn.revision        4039
     25svn.revision        4074
    2726worksrcdir          pymol
    2827
    2928python.default_version 27
     
    5655    reinplace  "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py
    5756    reinplace  "s|@@PYTHON_PKGDIR@@|${python.pkgd}|g" ${worksrcpath}/setup/pymol_macports
    5857    reinplace  "s|@@PYTHON_BINARY@@|${python.bin}|g" ${worksrcpath}/setup/pymol_macports
     58    reinplace  "s|\"-O3\",|\"-O3\", \"-g\",|g" ${worksrcpath}/setup.py
    5959}
    6060
    6161use_parallel_build yes