Ticket #48765: mosh.diff
File mosh.diff, 1.5 KB (added by bket, 9 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name mosh 7 version 1.2.4 8 revision 6 7 version 1.2.5 9 8 categories net 10 9 license {GPL-3+ OpenSSLException} 11 10 platforms darwin … … long_description Mosh is a replac 17 16 homepage http://mosh.mit.edu/ 18 17 master_sites ${homepage} 19 18 20 checksums rmd160 9569a4356efc8afc851ab64914d30e949a899533\21 sha256 e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df4619 checksums rmd160 3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 \ 20 sha256 1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3 22 21 23 22 depends_build port:pkgconfig 24 23 … … depends_lib port:ncurses \ 29 28 port:p5.16-getopt-long 30 29 31 30 post-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 33 32 } 34 33 35 34 post-destroot { 36 35 xinstall -d ${destroot}${prefix}/etc/bash_completion.d 37 copy ${worksrcpath}/conf/bash _completion.d/mosh \36 copy ${worksrcpath}/conf/bash-completion/completions/mosh \ 38 37 ${destroot}${prefix}/etc/bash_completion.d/mosh 39 38 } 40 39