Ticket #20035: Portfile.diff

File Portfile.diff, 734 bytes (added by mdj@…, 15 years ago)

Patch to existing Portfile

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name                    cc65
    5 version                 2.9.3
     5version                 2.12.0
    66categories              lang
    77maintainers             nomaintainer
    88description             6502 C compiler
     
    1818                        http://bj.spline.de/cc65/ \
    1919                        ftp://ftp.musoftware.de/pub/uz/cc65/ \
    2020                        ftp://ftp.musoftware.de/pub/uz/cc65/old/
    21 checksums               md5 255a231cd475852545a5bad1d21e867d
     21checksums               md5 bd6d194a489334164a0fc383d1e12acc
    2222worksrcdir              ${name}-${version}/src
    2323use_configure   no
    2424build.args              -f make/gcc.mak
    2525build.env               PREFIX=${prefix}
    26 patchfiles              patch-gcc.mak
     26patchfiles              patch-makefiles.diff
    2727
    2828post-build {
    2929        system "cd ${worksrcpath}/../libsrc && make"