#48765: update mosh to 1.2.5 --------------------------------+----------------------- Reporter: bjorn.ketelaars@… | Owner: quentin@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: haspatch Port: mosh | --------------------------------+----------------------- Comment (by cal@…): {{{ !patch Index: Portfile =================================================================== --- Portfile (revision 140016) +++ Portfile (working copy) @@ -5,6 +5,7 @@ name mosh version 1.2.5 +revision 1 categories net license {GPL-3+ OpenSSLException} platforms darwin @@ -25,10 +26,11 @@ port:protobuf-cpp \ port:zlib \ path:lib/libssl.dylib:openssl \ - port:p5.16-getopt-long + port:p5.22-getopt-long \ + port:p5.22-io-socket-ip post-patch { - reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/scripts/mosh.pl + reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.22|" ${worksrcpath}/scripts/mosh.pl } post-destroot { }}} OK to commit? -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X