Ticket #44405: Portfile-thieriot.diff

File Portfile-thieriot.diff, 1.2 KB (added by rod@…, 10 years ago)

Patch for Thieriot

  • (a) - vs. (b) macports/Portfile

    a b  
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        rodnaph thieriot 1.1.0 v
     7github.setup        rodnaph thieriot 1.1.1 v
    88categories          devel shells
    99platforms           darwin
    1010maintainers         pu-gh.com:rod
     
    1515                    of your branches currently have builds.  And then to \
    1616                    easily create/start/delete builds with a single command.
    1717
    18 depends_lib         port:p5.12-yaml \
    19                     port:p5.12-json \
    20                     port:p5.12-libwww-perl
     18depends_lib         port:p5.16-yaml \
     19                    port:p5.16-json \
     20                    port:p5.16-libwww-perl
    2121
    2222checksums           rmd160  832c66436b8e9d620cf6bb0ab73fff8c204c5c32 \
    2323                    sha256  28c892627d1c26b992fed25cbe8e2b9d0a06b3a1b696fc8064308f9e1176e9ba
     
    2626supported_archs     noarch
    2727
    2828post-patch {
    29     reinplace       "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.12&" ${worksrcpath}/trt
     29    reinplace       "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.16&" ${worksrcpath}/trt
    3030}
    3131
    3232build               {}