Ticket #32928: py-mechanize.2.diff

File py-mechanize.2.diff, 407 bytes (added by nonstop.server@…, 12 years ago)
  • Portfile

    old new  
    3434        copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
    3535    }
    3636}
     37
     38if {${name} == ${subport}} {
     39    livecheck.regex mechanize-(\[0-9.\]+)${extract.suffix}
     40    livecheck.type  regex
     41    livecheck.url   ${homepage}/src
     42} else {
     43    livecheck.type  none
     44}