Ticket #49858: Portfile.diff
File Portfile.diff, 2.2 KB (added by florian@…, 9 years ago) |
---|
-
sysutils/fakeroot/Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.06 5 7 github.setup mackyle fakeroot 787d7578282afa0bbd0adcebdb1ee64801749bad 8 version 1. 19-26 name fakeroot 7 version 1.20.2 9 8 categories sysutils 10 9 platforms darwin 11 10 license GPL-3+ … … 18 17 into that repository as of release 1.19-2. \ 19 18 fakeroot provides a fake root environment by means \ 20 19 of LD_PRELOAD and SYSV IPC (or TCP) trickery. 21 homepage http://mackyle.github.io/fakeroot/22 20 23 checksums rmd160 c0e8df61958f838369173891d3fd808d7d39f3ef \ 24 sha256 a7e29ce3a37ce01db0eace818bba32d6ecef55d63bb7365ce9700861427c32b9 21 homepage http://wiki.debian.org/FakeRoot/ 25 22 23 master_sites debian:f/${name} 24 distname ${name}_${version}.orig 25 worksrcdir ${name}-${version} 26 27 use_bzip2 yes 28 29 checksums rmd160 9f193b56314b797d5c03447e86e7c63299f3c0aa \ 30 sha256 7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c 31 32 patchfiles patch-libfakeroot.c.diff \ 33 patch-message.h.diff \ 34 patch-wrapfunc.inp.diff 35 26 36 # Build settings adapted from instructions at 27 37 # https://github.com/mackyle/fakeroot/blob/787d757/README_MACOSX.txt 28 38 … … 51 61 } 52 62 default { 53 63 configure.universal_archs x86_64 i386 54 configure.cflags-append -Wno-deprecated-declarations 64 configure.cflags-append -Wno-deprecated-declarations -Wno-extra-tokens 55 65 } 56 66 } 57 67 … … 60 70 test.run yes 61 71 test.target check 62 72 63 livecheck. version ${version}64 livecheck.url ${github.raw}/macosx/debian/changelog65 livecheck.regex {fakeroot \(([\d. -]+)\)}73 livecheck.type regex 74 livecheck.url http://packages.debian.org/unstable/fakeroot 75 livecheck.regex {fakeroot \(([\d.]+)}