Ticket #48765: mosh.diff

File mosh.diff, 1.5 KB (added by bket, 9 years ago)
  • Portfile

    old new  
    44PortSystem              1.0
    55
    66name                    mosh
    7 version                 1.2.4
    8 revision                6
     7version                 1.2.5
    98categories              net
    109license                 {GPL-3+ OpenSSLException}
    1110platforms               darwin
    long_description Mosh is a replac 
    1716homepage                http://mosh.mit.edu/
    1817master_sites            ${homepage}
    1918
    20 checksums               rmd160  9569a4356efc8afc851ab64914d30e949a899533 \
    21                         sha256  e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
     19checksums               rmd160  3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 \
     20                        sha256  1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3
    2221
    2322depends_build           port:pkgconfig
    2423
    depends_lib port:ncurses \ 
    2928                        port:p5.16-getopt-long
    3029
    3130post-patch {
    32     reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/scripts/mosh
     31    reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/scripts/mosh.pl
    3332}
    3433
    3534post-destroot {
    3635    xinstall -d ${destroot}${prefix}/etc/bash_completion.d
    37     copy ${worksrcpath}/conf/bash_completion.d/mosh \
     36    copy ${worksrcpath}/conf/bash-completion/completions/mosh \
    3837         ${destroot}${prefix}/etc/bash_completion.d/mosh
    3938}
    4039