[MacPorts] #48765: update mosh to 1.2.5
#48765: update mosh to 1.2.5 -------------------------------+-------------------------------- Reporter: bjorn.ketelaars@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: mosh -------------------------------+-------------------------------- Included a diff for updating mosh to the latest version (1.2.5). -- Ticket URL: <https://trac.macports.org/ticket/48765> MacPorts <https://www.macports.org/> Ports system for OS X
#48765: update mosh to 1.2.5 --------------------------------+----------------------- Reporter: bjorn.ketelaars@… | Owner: quentin@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: mosh | --------------------------------+----------------------- Changes (by petr@…): * cc: quentin@… (removed) * owner: macports-tickets@… => quentin@… -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48765: update mosh to 1.2.5 --------------------------------+----------------------- Reporter: bjorn.ketelaars@… | Owner: quentin@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: mosh | --------------------------------+----------------------- Comment (by quentin@…): LGTM. Unfortunately I can't add haspatch to this ticket; perhaps you can add that? (in the Keywords field) -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#48765: update mosh to 1.2.5 --------------------------------+----------------------- Reporter: bjorn.ketelaars@… | Owner: quentin@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: mosh | --------------------------------+----------------------- Comment (by bjorn.ketelaars@…): Replying to [comment:2 quentin@…]:
LGTM. Unfortunately I can't add haspatch to this ticket; perhaps you can add that? (in the Keywords field)
Nope...I'm unable to edit details in the ticket. Only thing I can do is add a new comment. I guess this keyword is used to draw attention from someone who has commit rights? -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#48765: update mosh to 1.2.5 --------------------------------+----------------------- Reporter: bjorn.ketelaars@… | Owner: quentin@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: haspatch Port: mosh | --------------------------------+----------------------- Changes (by cal@…): * keywords: => haspatch -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#48765: update mosh to 1.2.5 --------------------------------+----------------------- Reporter: bjorn.ketelaars@… | Owner: quentin@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: haspatch Port: mosh | --------------------------------+----------------------- Comment (by cal@…): I can commit this. Note that we're also moving our default perl version to 5.22 (see #48365). Do you want me to fix this along the way as well? -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#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 | --------------------------------+----------------------- Changes (by cal@…): * status: new => closed * resolution: => fixed Comment: Committed in r140016 without the perl change -- we can do that in a follow-up. -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#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 quentin@…): Whoops. I was just about to say "I just tested with perl 5.22 and that works fine". I guess I should file a new ticket with the patch for the perl change? -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#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@…): I'll just do it inline here, just a sec. -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
#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
#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 quentin@…): Yep, looks good. I just tested that and it seems to work correctly. -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X
#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@…): Committed in r140028, thank you for your time. -- Ticket URL: <https://trac.macports.org/ticket/48765#comment:11> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts