Ticket #49858: Portfile.diff

File Portfile.diff, 2.2 KB (added by florian@…, 8 years ago)

Portfile patch

  • sysutils/fakeroot/Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
    5 PortGroup           github 1.0
    65
    7 github.setup        mackyle fakeroot 787d7578282afa0bbd0adcebdb1ee64801749bad
    8 version             1.19-2
     6name                fakeroot
     7version             1.20.2
    98categories          sysutils
    109platforms           darwin
    1110license             GPL-3+
     
    1817                    into that repository as of release 1.19-2. \
    1918                    fakeroot provides a fake root environment by means \
    2019                    of LD_PRELOAD and SYSV IPC (or TCP) trickery.
    21 homepage            http://mackyle.github.io/fakeroot/
    2220
    23 checksums           rmd160  c0e8df61958f838369173891d3fd808d7d39f3ef \
    24                     sha256  a7e29ce3a37ce01db0eace818bba32d6ecef55d63bb7365ce9700861427c32b9
     21homepage            http://wiki.debian.org/FakeRoot/
    2522
     23master_sites        debian:f/${name}
     24distname            ${name}_${version}.orig
     25worksrcdir          ${name}-${version}
     26
     27use_bzip2           yes
     28
     29checksums           rmd160  9f193b56314b797d5c03447e86e7c63299f3c0aa \
     30                    sha256  7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c
     31
     32patchfiles          patch-libfakeroot.c.diff \
     33                    patch-message.h.diff \
     34                    patch-wrapfunc.inp.diff
     35
    2636# Build settings adapted from instructions at
    2737# https://github.com/mackyle/fakeroot/blob/787d757/README_MACOSX.txt
    2838
     
    5161    }
    5262    default {
    5363        configure.universal_archs   x86_64 i386
    54         configure.cflags-append     -Wno-deprecated-declarations
     64        configure.cflags-append     -Wno-deprecated-declarations -Wno-extra-tokens
    5565    }
    5666}
    5767
     
    6070test.run            yes
    6171test.target         check
    6272
    63 livecheck.version   ${version}
    64 livecheck.url       ${github.raw}/macosx/debian/changelog
    65 livecheck.regex     {fakeroot \(([\d.-]+)\)}
     73livecheck.type      regex
     74livecheck.url       http://packages.debian.org/unstable/fakeroot
     75livecheck.regex     {fakeroot \(([\d.]+)}