Ticket #30257: cfv.diff

File cfv.diff, 645 bytes (added by macports@…, 13 years ago)
  • ports/security/cfv/Portfile

    old new  
    2020livecheck.type      regex
    2121livecheck.url       ${homepage}
    2222
    23 depends_lib         port:python26
     23depends_lib         port:python27
    2424
    2525master_sites        sourceforge
    2626
     
    3030
    3131post-patch {
    3232    reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile
    33     reinplace "s|@PYTHON@|${prefix}/bin/python2.6|" ${worksrcpath}/Makefile ${worksrcpath}/cfv
     33    reinplace "s|@PYTHON@|${prefix}/bin/python2.7|" ${worksrcpath}/Makefile ${worksrcpath}/cfv
    3434}
    3535
    3636use_configure       no