Ticket #33810: mosh-1.1.2.diff
File mosh-1.1.2.diff, 1.4 KB (added by quentinmit (Quentin Smith), 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name mosh 7 version 1. 07 version 1.1.2 8 8 categories net 9 9 license GPL-3+ 10 10 platforms darwin … … 16 16 homepage http://mosh.mit.edu/ 17 17 master_sites https://github.com/downloads/keithw/mosh/ 18 18 19 checksums rmd160 1f7ea92adaaa2d246cec063060d3bdd3c6d3b72f\20 sha256 86fef99ec3057fc60489d1b097980ae60adb7575f445692cb4ae020234cd792919 checksums rmd160 9b19bf4cc5858a9f256520430acb01831da2e5a6 \ 20 sha256 730475c3089d1d83a79a67bcce2e3f02f2dc1a4b7cf63a6930a62f9beb570b44 21 21 22 22 depends_build port:pkgconfig 23 23 depends_lib port:boost \ … … 28 28 reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh 29 29 } 30 30 31 platform darwin 9 { 32 depends_build-append port:poll-emulator 33 configure.args-append poll_CFLAGS="-I${prefix}" poll_LIBS="-L${prefix} -lpoll" 34 } 35 31 36 livecheck.type regex 32 37 livecheck.url https://github.com/keithw/mosh/downloads 33 38 livecheck.regex "${name}-(\[0-9a-z.\]*)${extract.suffix}"