Ticket #33672: Portfile.diff
File Portfile.diff, 539 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
28 28 reinplace "s|#!/usr/bin/env perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/mosh 29 29 } 30 30 31 platform darwin 9 { 32 patchfiles-append patch-src-crypto-crypto.cc.diff 33 configure.compiler gcc-4.2 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}"