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
     
    1413long_description        Mosh is a replacement for ssh that better handles \
    1514                        high-latency, high-packet-loss, dynamically-addressed \
    1615                        network links
    17 homepage                http://mosh.mit.edu/
     16homepage                http://mosh.org/
    1817master_sites            ${homepage}
    1918
    20 checksums               rmd160  3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 \
    21                         sha256  1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3
     19checksums               rmd160  4e06957083f9fcdd4c85b8f3b3b3407f734eed0d \
     20                        sha256  7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85
    2221
    2322depends_build           port:pkgconfig
    2423
    2524depends_lib             port:ncurses \
    2625                        port:protobuf-cpp \
    2726                        port:zlib \
    28                         path:lib/libssl.dylib:openssl \
    29                         port:p5.22-getopt-long \
    30                         port:p5.22-io-socket-ip
     27                        port:p5.24-getopt-long \
     28                        port:p5.24-io-socket-ip
    3129
    3230post-patch {
    33     reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.22|" ${worksrcpath}/scripts/mosh.pl
     31    reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.24|" ${worksrcpath}/scripts/mosh.pl
    3432}
    3533
     34configure.args          --with-crypto-library=apple-common-crypto
     35
    3636post-destroot {
    3737    xinstall -d ${destroot}${prefix}/etc/bash_completion.d
    3838    copy ${worksrcpath}/conf/bash-completion/completions/mosh \

Also fixes #52081. OK to commit?

Last edited 8 years ago by neverpanic (Clemens Lang) (previous) (diff)

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.