Ticket #52019: hub.diff

File hub.diff, 1.4 KB (added by grimreaper (Eitan Adler), 8 years ago)

diff to update to 2.2.5

  • Portfile

     
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        github hub 2.2.3 v
     7github.setup        github hub 2.2.5 v
    88categories          devel
    99platforms           darwin
    1010license             MIT
    long_description \ 
    1717
    1818homepage            https://hub.github.com/
    1919
    20 checksums           rmd160  ed3a50572495f82fcad503262bb585a738bf1132 \
    21                     sha256  db21e3ff93ef1747970bb58a59dba4e84c85047ce6ef99cc640a98be71c3702f
     20checksums           rmd160  ce8f10a0f224450ad9dfeabe4d58217dd86aa11c \
     21                    sha256  daa3aa13db40342365e28a43fc4642eda8001736f7c43d4c2ac8f544a6ca20d0
    2222
    2323build.cmd           ./script/build
    2424build.target
    2525
    26 depends_lib         port:git \
    27                     port:go
     26depends_lib         port:go
    2827
    2928use_configure       no
    3029
    use_configure no 
    3130installs_libs       no
    3231
    3332destroot {
    34     xinstall -W ${worksrcpath} -m 0755 hub ${destroot}${prefix}/bin
     33    xinstall -W ${worksrcpath} -m 0755 bin/hub ${destroot}${prefix}/bin
    3534    set bash-completions ${destroot}${prefix}/share/bash-completion/completions
    3635    xinstall -d ${bash-completions}
    3736    xinstall -W ${worksrcpath} etc/hub.bash_completion.sh ${bash-completions}/hub