Ticket #44405: Portfile-pearl.diff
File Portfile-pearl.diff, 1.5 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 pearl 0.2. 0v7 github.setup rodnaph pearl 0.2.1 v 8 8 categories devel macports 9 9 platforms darwin 10 10 maintainers pu-gh.com:rod … … 15 15 Macports Portfile for your project. It just automates the diffing of your \ 16 16 current Portfile with the release version from the Macports SVN repository. 17 17 18 depends_lib port:p5.1 2-ipc-run \19 port:p5.1 2-getopt-long-descriptive \20 port:p5.1 2-yaml \21 port:p5.1 2-lwp-useragent-determined18 depends_lib port:p5.16-ipc-run \ 19 port:p5.16-getopt-long-descriptive \ 20 port:p5.16-yaml \ 21 port:p5.16-lwp-useragent-determined 22 22 23 checksums rmd160 8fdfc7cf23bf0b8788a919f26b8ffd2dd7e8c17b\24 sha256 3f12562e2b37bebf0e5ead2d2d3fdeb4faa3a34055fd3dd08cb7f0114bac058223 checksums rmd160 9c1185a5c5e9fc54612808977ee8f548b2258d31 \ 24 sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 25 25 26 26 use_configure no 27 27 supported_archs noarch 28 28 29 29 post-patch { 30 reinplace "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.1 2&" ${worksrcpath}/pearl30 reinplace "s&#!/usr/bin/env perl&#!${prefix}/bin/perl5.16&" ${worksrcpath}/pearl 31 31 } 32 32 33 33 build {}