Ticket #44405: Portfile-thieriot.diff
File Portfile-thieriot.diff, 1.2 KB (added by rod@…, 10 years ago) |
---|
-
(a) - vs. (b) macports/Portfile
a b 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup rodnaph thieriot 1.1. 0v7 github.setup rodnaph thieriot 1.1.1 v 8 8 categories devel shells 9 9 platforms darwin 10 10 maintainers pu-gh.com:rod … … 15 15 of your branches currently have builds. And then to \ 16 16 easily create/start/delete builds with a single command. 17 17 18 depends_lib port:p5.1 2-yaml \19 port:p5.1 2-json \20 port:p5.1 2-libwww-perl18 depends_lib port:p5.16-yaml \ 19 port:p5.16-json \ 20 port:p5.16-libwww-perl 21 21 22 22 checksums rmd160 832c66436b8e9d620cf6bb0ab73fff8c204c5c32 \ 23 23 sha256 28c892627d1c26b992fed25cbe8e2b9d0a06b3a1b696fc8064308f9e1176e9ba … … 26 26 supported_archs noarch 27 27 28 28 post-patch { 29 reinplace "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.1 2&" ${worksrcpath}/trt29 reinplace "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.16&" ${worksrcpath}/trt 30 30 } 31 31 32 32 build {}