Ticket #34223: mosh-1.2.diff
File mosh-1.2.diff, 1.7 KB (added by quentinmit (Quentin Smith), 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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 9 1315 2012-03-29 14:16:56Z ryandesign@macports.org $2 # $Id: Portfile 90835 2012-03-15 08:05:59Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name mosh 7 version 1. 1.27 version 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 9b19bf4cc5858a9f256520430acb01831da2e5a6\20 sha256 730475c3089d1d83a79a67bcce2e3f02f2dc1a4b7cf63a6930a62f9beb570b4419 checksums rmd160 2b8bd9eaddf0e5a3749e414444ffa20251ed2da5 \ 20 sha256 8b2d346a2f0d560ceb2ca91ff396fa859f81bb321ebd8c26fc564db8b335433a 21 21 22 22 depends_build port:pkgconfig 23 depends_lib port:boost \ 24 port:protobuf-cpp \ 23 depends_lib port:protobuf-cpp \ 25 24 port:p5.12-io-tty 26 25 27 26 post-patch { 28 27 reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh 29 28 } 30 29 31 platform darwin 9 {32 depends_lib-append port:poll-emulator33 }34 35 30 livecheck.type regex 36 31 livecheck.url https://github.com/keithw/mosh/downloads 37 32 livecheck.regex "${name}-(\[0-9a-z.\]*)${extract.suffix}"