Ticket #37644: Portfile.diff

File Portfile.diff, 687 bytes (added by howarth@…, 11 years ago)

Portfile.diff to autoupdate in post-activate to obtain fix

  • Portfile

    old new  
    55
    66name                ccpnmr
    77version             2.2.2
    8 revision            1
     8revision            2
    99set branch          [join [lrange [split $version .] 0 1] .]
    1010categories          science python
    1111maintainers         bromo.med.uc.edu:howarth
     
    7474post-destroot {
    7575    system "${python.bin} -O ${python.libdir}/compileall.py -d ${python.pkgd}/${name}/${name}${branch} ${destroot}${python.pkgd}/${name}/${name}${branch}"
    7676}
     77post-activate {
     78    system "${python.bin} -O ${python.pkgd}/${name}/${name}${branch}/python/${name}/update/UpdateAuto.py"
     79}