[MacPorts] #52109: mosh @1.2.5 update to 1.2.6
#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 Keywords: | Port: --------------------+-------------------------------- -- Ticket URL: <https://trac.macports.org/ticket/52109> MacPorts <https://www.macports.org/> Ports system for OS X
#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
#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 blair@…): I committed r152030 to fix the perl 5.24 in #52095. -- Ticket URL: <https://trac.macports.org/ticket/52109#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#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 quentin@…): I haven't had a chance to test this patch, but it LGTM. Feel free to commit if you've tested it. -- Ticket URL: <https://trac.macports.org/ticket/52109#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#52109: mosh @1.2.5 update to 1.2.6 ---------------------+---------------------- Reporter: l2dy@… | Owner: cal@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: mosh | ---------------------+---------------------- Changes (by cal@…): * owner: macports-tickets@… => cal@… * status: new => assigned * port: => mosh Comment: I tested it; I'll rebase it on top of r152030 and commit. -- Ticket URL: <https://trac.macports.org/ticket/52109#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#52109: mosh @1.2.5 update to 1.2.6 ---------------------+-------------------- Reporter: l2dy@… | Owner: cal@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: Port: mosh | ---------------------+-------------------- Changes (by cal@…): * status: assigned => closed * resolution: => fixed Comment: Committed in r152031. Blair, your change did not actually change the default variant to perl 5.24. I've fixed this. -- Ticket URL: <https://trac.macports.org/ticket/52109#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#52109: mosh @1.2.5 update to 1.2.6 ---------------------+-------------------- Reporter: l2dy@… | Owner: cal@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: Port: mosh | ---------------------+-------------------- Comment (by blair@…): Thanks Cal, however r152030 did set perl5.default_branch 5.24 -- Ticket URL: <https://trac.macports.org/ticket/52109#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#52109: mosh @1.2.5 update to 1.2.6 ---------------------+-------------------- Reporter: l2dy@… | Owner: cal@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: Port: mosh | ---------------------+-------------------- Comment (by cal@…): Blair, setting `perl5.default_branch` after `perl5.create_variants` is a no-op, as explained in the commit message. -- Ticket URL: <https://trac.macports.org/ticket/52109#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts