Ticket #34766: Portfile-py-pytools.diff

File Portfile-py-pytools.diff, 420 bytes (added by larryv (Lawrence Velázquez), 12 years ago)
  • Portfile

    old new  
    2626
    2727if {${subport} != ${name}} {
    2828    depends_build-append    port:py${python.version}-distribute
     29    livecheck.type          none
     30} else {
     31    livecheck.type          regex
     32    livecheck.url           ${master_sites}
     33    livecheck.regex         "pytools-(\\d+(?:\\.\\d+)*)${extract.suffix}"
    2934}