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 26 26 27 27 if {${subport} != ${name}} { 28 28 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}" 29 34 }