Ticket #33810: mosh-1.1.2.diff

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

    old new  
    44PortSystem              1.0
    55
    66name                    mosh
    7 version                 1.0
     7version                 1.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  1f7ea92adaaa2d246cec063060d3bdd3c6d3b72f \
    20                         sha256  86fef99ec3057fc60489d1b097980ae60adb7575f445692cb4ae020234cd7929
     19checksums               rmd160  9b19bf4cc5858a9f256520430acb01831da2e5a6 \
     20                        sha256  730475c3089d1d83a79a67bcce2e3f02f2dc1a4b7cf63a6930a62f9beb570b44
    2121
    2222depends_build           port:pkgconfig
    2323depends_lib             port:boost \
     
    2828    reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh
    2929}
    3030
     31platform darwin 9 {
     32    depends_build-append  port:poll-emulator
     33    configure.args-append poll_CFLAGS="-I${prefix}" poll_LIBS="-L${prefix} -lpoll"
     34}
     35
    3136livecheck.type          regex
    3237livecheck.url           https://github.com/keithw/mosh/downloads
    3338livecheck.regex         "${name}-(\[0-9a-z.\]*)${extract.suffix}"