Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#52109 closed update (fixed)

mosh @1.2.5 update to 1.2.6

Reported by: l2dy (Zero King) Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc: quentinmit (Quentin Smith)
Port: mosh

Description


Change History (7)

comment:1 Changed 8 years ago by neverpanic (Clemens Lang)

  • Portfile

     
    44PortSystem              1.0
    55
    66name                    mosh
    7 version                 1.2.5
    8 revision                2
     7version                 1.2.6
    98categories              net
    109license                 {GPL-3+ OpenSSLException}
    1110platforms               darwin
     
    1716homepage                http://mosh.mit.edu/
    1817master_sites            ${homepage}
    1918
    20 checksums               rmd160  3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 \
    21                         sha256  1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3
     19checksums               rmd160  4e06957083f9fcdd4c85b8f3b3b3407f734eed0d \
     20                        sha256  7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85
    2221
    2322depends_build           port:pkgconfig
    2423
     
    2625                        port:protobuf-cpp \
    2726                        port:zlib \
    2827                        path:lib/libssl.dylib:openssl \
    29                         port:p5.22-getopt-long \
    30                         port:p5.22-io-socket-ip
     28                        port:p5.24-getopt-long \
     29                        port:p5.24-io-socket-ip
    3130
    3231post-patch {
    33     reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.22|" ${worksrcpath}/scripts/mosh.pl
     32    reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.24|" ${worksrcpath}/scripts/mosh.pl
    3433}
    3534
    3635post-destroot {

Also fixes #52081. OK to commit?

Version 0, edited 8 years ago by neverpanic (Clemens Lang) (next)

comment:2 Changed 8 years ago by blair (Blair Zajac)

I committed r152030 to fix the perl 5.24 in #52095.

comment:3 Changed 8 years ago by quentinmit (Quentin Smith)

I haven't had a chance to test this patch, but it LGTM. Feel free to commit if you've tested it.

comment:4 Changed 8 years ago by neverpanic (Clemens Lang)

Owner: changed from macports-tickets@… to cal@…
Port: mosh added
Status: newassigned

I tested it; I'll rebase it on top of r152030 and commit.

comment:5 Changed 8 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: assignedclosed

Committed in r152031. Blair, your change did not actually change the default variant to perl 5.24. I've fixed this.

comment:6 Changed 8 years ago by blair (Blair Zajac)

Thanks Cal, however r152030 did set

perl5.default_branch 5.24

comment:7 Changed 8 years ago by neverpanic (Clemens Lang)

Blair, setting perl5.default_branch after perl5.create_variants is a no-op, as explained in the commit message.

Note: See TracTickets for help on using tickets.