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

     
    33PortSystem 1.0
    44
    55name                    subversion
    6 version                 1.7.9
    7 revision                1
     6version                 1.7.10
    87categories              devel
    98platforms               darwin
    109maintainers             geeklair.net:dluke blair
     
    1817homepage                http://subversion.apache.org/
    1918master_sites            apache:subversion
    2019use_bzip2               yes
    21 checksums       md5     8d532025771a67c06c23f299699f056f \
    22                 sha1    453757bae78a800997559f2232483ab99238ec1e \
    23                 rmd160  cd600f3aee929a3c766e87bcee296ef6be6eb97f
     20checksums               md5     4088a77e14232876c9b4ff1541e6e200 \
     21                sha1    a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5 \
     22                rmd160  1919161092ef6014cdfcbf52e22a576744468fd2
    2423
    2524depends_lib             port:expat port:neon \
    2625                        port:apr port:apr-util \
     
    7473                        xinstall -d ${destroot}${prefix}/etc/subversion
    7574                        xinstall -m 644 ${filespath}/servers.default ${destroot}${prefix}/etc/subversion
    7675                        # 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
    7979                        }
    8080
    8181post-activate {         if {![file exists ${prefix}/etc/subversion/servers]} {
     
    150150                                }
    151151
    152152livecheck.type  regex
    153 livecheck.url   http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74
    154 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
     153livecheck.url   http://svn.apache.org/repos/asf/subversion/tags/
     154livecheck.regex "(\\d+\\.\\d+\\.\\d+)/"