Ticket #7181: Portfile.diff

File Portfile.diff, 834 bytes (added by andre@…, 18 years ago)

Patch to the Portfile

  • Portfile

     
    22PortSystem              1.0
    33
    44name                    cfengine
    5 version                 2.1.13
    6 revision                2
     5version                 2.1.18
     6revision                0
    77categories              sysutils
    88maintainers             darwinports@opendarwin.org
    99description             a tool for setting up and maintaining computer systems
     
    1616master_sites    ftp://ftp.iu.hio.no/pub/cfengine/ \
    1717                                ftp://sunsite.uio.no/pub/cfengine/ \
    1818                                http://ftp.us.xemacs.org/ftp/pub/cfengine/cfengine-ftp/
    19 checksums               md5 2c002fc37f2fc9f87248ad8b9e899091
     19checksums               sha1 4f1350d9cb052443df105fa080a39dd07726dfec
    2020platforms               darwin
    2121
    2222depends_lib             lib:libdb-4:db4 \
    2323                                lib:libssl.0.9:openssl \
    2424                                lib:libpcreposix:pcre
    2525
     26patchfiles              patch-proto.c
     27
    2628post-patch {
    2729        cd ${worksrcpath}
    2830        foreach manfile [glob doc/*.8] {