Ticket #39315: subversion-1.7.10+bash-completion+livecheck.patch
File subversion-1.7.10+bash-completion+livecheck.patch, 1.8 KB (added by robsonpeixoto@…, 11 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name subversion 6 version 1.7.9 7 revision 1 6 version 1.7.10 8 7 categories devel 9 8 platforms darwin 10 9 maintainers geeklair.net:dluke blair … … 18 17 homepage http://subversion.apache.org/ 19 18 master_sites apache:subversion 20 19 use_bzip2 yes 21 checksums md5 8d532025771a67c06c23f299699f056f\22 sha1 453757bae78a800997559f2232483ab99238ec1e\23 rmd160 cd600f3aee929a3c766e87bcee296ef6be6eb97f20 checksums md5 4088a77e14232876c9b4ff1541e6e200 \ 21 sha1 a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \ 22 rmd160 1919161092ef6014cdfcbf52e22a576744468fd2 24 23 25 24 depends_lib port:expat port:neon \ 26 25 port:apr port:apr-util \ … … 74 73 xinstall -d ${destroot}${prefix}/etc/subversion 75 74 xinstall -m 644 ${filespath}/servers.default ${destroot}${prefix}/etc/subversion 76 75 # install bash completion file 77 xinstall -d ${destroot}${prefix}/etc/bash_completion.d 78 copy ${worksrcpath}/tools/client-side/bash_completion ${destroot}${prefix}/etc/bash_completion.d/subversion 76 set completions_path ${destroot}${prefix}/share/bash-completion/completions 77 xinstall -d ${completions_path} 78 xinstall -m 644 ${worksrcpath}/tools/client-side/bash_completion ${completions_path}/subversion 79 79 } 80 80 81 81 post-activate { if {![file exists ${prefix}/etc/subversion/servers]} { … … 150 150 } 151 151 152 152 livecheck.type regex 153 livecheck.url http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74154 livecheck.regex " ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"153 livecheck.url http://svn.apache.org/repos/asf/subversion/tags/ 154 livecheck.regex "(\\d+\\.\\d+\\.\\d+)/"