#52109: mosh @1.2.5 update to 1.2.6 ---------------------+-------------------------------- Reporter: l2dy@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | ---------------------+-------------------------------- Comment (by cal@…): {{{ #!patch Index: Portfile =================================================================== --- Portfile (revision 152017) +++ Portfile (working copy) @@ -4,8 +4,7 @@ PortSystem 1.0 name mosh -version 1.2.5 -revision 2 +version 1.2.6 categories net license {GPL-3+ OpenSSLException} platforms darwin @@ -17,8 +16,8 @@ homepage http://mosh.mit.edu/ master_sites ${homepage} -checksums rmd160 3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 \ - sha256 1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3 +checksums rmd160 4e06957083f9fcdd4c85b8f3b3b3407f734eed0d \ + sha256 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 depends_build port:pkgconfig @@ -26,11 +25,11 @@ port:protobuf-cpp \ port:zlib \ path:lib/libssl.dylib:openssl \ - port:p5.22-getopt-long \ - port:p5.22-io-socket-ip + port:p5.24-getopt-long \ + port:p5.24-io-socket-ip post-patch { - reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.22|" ${worksrcpath}/scripts/mosh.pl + reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.24|" ${worksrcpath}/scripts/mosh.pl } post-destroot { }}} Also fixes #52081. OK to commit? -- Ticket URL: <https://trac.macports.org/ticket/52109#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X