Ticket #34223: mosh-1.2.diff

File mosh-1.2.diff, 1.7 KB (added by quentinmit (Quentin Smith), 12 years ago)
  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 91315 2012-03-29 14:16:56Z ryandesign@macports.org $
     2# $Id: Portfile 90835 2012-03-15 08:05:59Z ryandesign@macports.org $
    33
    44PortSystem              1.0
    55
    66name                    mosh
    7 version                 1.1.2
     7version                 1.2
    88categories              net
    99license                 GPL-3+
    1010platforms               darwin
     
    1616homepage                http://mosh.mit.edu/
    1717master_sites            https://github.com/downloads/keithw/mosh/
    1818
    19 checksums               rmd160  9b19bf4cc5858a9f256520430acb01831da2e5a6 \
    20                         sha256  730475c3089d1d83a79a67bcce2e3f02f2dc1a4b7cf63a6930a62f9beb570b44
     19checksums               rmd160  2b8bd9eaddf0e5a3749e414444ffa20251ed2da5 \
     20                        sha256  8b2d346a2f0d560ceb2ca91ff396fa859f81bb321ebd8c26fc564db8b335433a
    2121
    2222depends_build           port:pkgconfig
    23 depends_lib             port:boost \
    24                         port:protobuf-cpp \
     23depends_lib             port:protobuf-cpp \
    2524                        port:p5.12-io-tty
    2625
    2726post-patch {
    2827    reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh
    2928}
    3029
    31 platform darwin 9 {
    32     depends_lib-append  port:poll-emulator
    33 }
    34 
    3530livecheck.type          regex
    3631livecheck.url           https://github.com/keithw/mosh/downloads
    3732livecheck.regex         "${name}-(\[0-9a-z.\]*)${extract.suffix}"