Revision: 140028 https://trac.macports.org/changeset/140028 Author: cal@macports.org Date: 2015-09-07 06:14:38 -0700 (Mon, 07 Sep 2015) Log Message: ----------- mosh: Use perl 5.22, #48365, maintainer approval in #48765 Modified Paths: -------------- trunk/dports/net/mosh/Portfile Modified: trunk/dports/net/mosh/Portfile =================================================================== --- trunk/dports/net/mosh/Portfile 2015-09-07 10:20:53 UTC (rev 140027) +++ trunk/dports/net/mosh/Portfile 2015-09-07 13:14:38 UTC (rev 140028) @@ -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 {
participants (1)
-
cal@macports.org