Ticket #16158: Portfile.2.45.patch

File Portfile.2.45.patch, 773 bytes (added by davidgilman1+macports@…, 16 years ago)

patch to update portfile to 2.45

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            dnsmasq
    6 version         2.42
     6version         2.45
    77categories      net
    88platforms       darwin
    99maintainers     nomaintainer
     
    2020                        and BOOTP for network booting of diskless machines.
    2121homepage        http://www.thekelleys.org.uk/dnsmasq/doc.html
    2222master_sites    http://www.thekelleys.org.uk/dnsmasq/
    23 checksums       sha1 85c371ab8951715fbdab01e337e5649705f0b221
     23checksums       sha1 12f8cffd657f674fbf4bf4f670a0dcb65ea4a5ae
    2424patchfiles      patch-config.h.diff patch-Makefile.diff
    2525
    2626configure       {
     
    2828}
    2929
    3030destroot.args   PREFIX=${prefix}
     31destroot.keepdirs   ${destroot}${prefix}/var/run
    3132
    3233platform darwin 8 {
    3334        build.args-append CC=/usr/bin/gcc-4.0