Ticket #19370: bash_completion_10.diff

File bash_completion_10.diff, 1.2 KB (added by arthurk@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem      1.0
    44
    55name            bash-completion
    6 version         20060301
    7 revision        1
     6version         1.0
    87categories      sysutils
    98platforms       darwin
    109maintainers     raimue
     
    1211long_description \
    1312    Programmable completion library for bash
    1413
    15 homepage        http://www.caliban.org/bash/index.shtml
    16 master_sites    http://www.caliban.org/files/bash/
    17 checksums       md5 ed95a89f57357a42b8e4eb95487bf9d0 \
    18                 sha1 19521f0fde4d9d06401ccd26ed4ec33d7d3aa23d
    19 
    20 use_bzip2       yes
    21 
    22 use_configure   no
    23 build           {}
    24 
    25 worksrcdir      [strsed $name "s/-/_/"]
     14homepage        http://bash-completion.alioth.debian.org/
     15master_sites    http://bash-completion.alioth.debian.org/files/
     16checksums       md5 cd1c5648272917fbe0eef4ba30bb93f4 \
     17                sha1 61040795731f5ff509c46e818a1edf0a7a93e11d
    2618
    2719post-patch {
    2820    reinplace "s:/etc/bash_completion:${prefix}/etc/bash_completion:g" \
     
    4739
    4840livecheck.check     regex
    4941livecheck.url       ${master_sites}
    50 livecheck.regex     ${name}-(\[0-9\]+)${extract.suffix}
     42livecheck.regex     {bash-completion-(\d+(?:\.\d+)*)}