Ticket #19370: bash_completion_10.diff
File bash_completion_10.diff, 1.2 KB (added by arthurk@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name bash-completion 6 version 20060301 7 revision 1 6 version 1.0 8 7 categories sysutils 9 8 platforms darwin 10 9 maintainers raimue … … 12 11 long_description \ 13 12 Programmable completion library for bash 14 13 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/-/_/"] 14 homepage http://bash-completion.alioth.debian.org/ 15 master_sites http://bash-completion.alioth.debian.org/files/ 16 checksums md5 cd1c5648272917fbe0eef4ba30bb93f4 \ 17 sha1 61040795731f5ff509c46e818a1edf0a7a93e11d 26 18 27 19 post-patch { 28 20 reinplace "s:/etc/bash_completion:${prefix}/etc/bash_completion:g" \ … … 47 39 48 40 livecheck.check regex 49 41 livecheck.url ${master_sites} 50 livecheck.regex ${name}-(\[0-9\]+)${extract.suffix}42 livecheck.regex {bash-completion-(\d+(?:\.\d+)*)}