Ticket #39466: Portfile-pv.2.diff

File Portfile-pv.2.diff, 1.2 KB (added by mark.carver@…, 11 years ago)
  • Portfile

    old new  
    55PortGroup           muniversal 1.0
    66
    77name                pv
    8 version             1.3.4
     8version             1.4.6
    99categories          sysutils
    1010platforms           darwin
    11 maintainers         gmail.com:meissnem
     11maintainers         me.com:mark.carver
    1212license             Apache-2
    1313
    1414description         monitor the progress of data through a pipe
     
    2525
    2626use_bzip2           yes
    2727
    28 checksums           rmd160  8fa94f1317f191f3e2138d74b7de2e5ff0a1b0d0 \
    29                     sha256  26b031e0a713ee00d956ed75b0c445a8aa614f40289d96f623efc177c1388b84
     28checksums           rmd160  ecbcc4791acd108bfee09f49280808d1470e37c2 \
     29                    sha256  edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2
    3030
    3131configure.args      --mandir=${prefix}/share/man \
    3232                    --infodir=${prefix}/share/info
    3333
    3434depends_lib         port:gettext
    3535
    36 if {${os.platform} == "darwin" && ${os.major} != 9} {
    37     # Leopard is the only release where stat64 exists and is not deprecated
    38     patchfiles-append stat64.diff
    39 }
    40 
    4136livecheck.type      regex
    4237livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}<