Revision: 140016 https://trac.macports.org/changeset/140016 Author: cal@macports.org Date: 2015-09-06 10:52:39 -0700 (Sun, 06 Sep 2015) Log Message: ----------- mosh: update to 1.2.5, closes #48765, maintainer Modified Paths: -------------- trunk/dports/net/mosh/Portfile Modified: trunk/dports/net/mosh/Portfile =================================================================== --- trunk/dports/net/mosh/Portfile 2015-09-06 16:33:56 UTC (rev 140015) +++ trunk/dports/net/mosh/Portfile 2015-09-06 17:52:39 UTC (rev 140016) @@ -4,8 +4,7 @@ PortSystem 1.0 name mosh -version 1.2.4 -revision 6 +version 1.2.5 categories net license {GPL-3+ OpenSSLException} platforms darwin @@ -17,8 +16,8 @@ homepage http://mosh.mit.edu/ master_sites ${homepage} -checksums rmd160 9569a4356efc8afc851ab64914d30e949a899533 \ - sha256 e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46 +checksums rmd160 3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 \ + sha256 1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3 depends_build port:pkgconfig @@ -29,12 +28,12 @@ port:p5.16-getopt-long post-patch { - reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/scripts/mosh + reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/scripts/mosh.pl } post-destroot { xinstall -d ${destroot}${prefix}/etc/bash_completion.d - copy ${worksrcpath}/conf/bash_completion.d/mosh \ + copy ${worksrcpath}/conf/bash-completion/completions/mosh \ ${destroot}${prefix}/etc/bash_completion.d/mosh }