Ticket #32856: Portfile.diff

File Portfile.diff, 957 bytes (added by cavendish.qi@…, 12 years ago)

portfile update patch

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                acpica
    7 version             20101209
     7version             20120111
    88categories          devel
    99platforms           darwin
    1010maintainers         coresystems.de:stepan
     
    1717
    1818distname            acpica-unix-${version}
    1919
    20 checksums           sha1    d15e7f4b6c35c6d5d0b178690456f03bc8fb0fe5 \
    21                     rmd160  e99631fe25ae5f7dee7bc314803782394b58d16c
     20checksums           sha1    af77be2a7640c44e885c55083ae6faaa0ce8c248 \
     21                    rmd160  c4b132f99c1d330a11705945259e024b5203c1a9
    2222
    2323depends_build       port:bison
    2424
    25 patchfiles          compiler_Makefile.patch
     25patchfiles          compiler_Makefile.patch tools_acpiexec_Makefile.patch tools_acpixtract_Makefile.patch
    2626
    2727post-patch {
    2828    reinplace "s,-lrt,,g" ${worksrcpath}/tools/acpiexec/Makefile \