Ticket #10669: p0f-2.0.8.diff

File p0f-2.0.8.diff, 963 bytes (added by pmq@…, 18 years ago)

Portfile patch

  • Portfile

     
    33PortSystem 1.0
    44
    55name                    p0f
    6 version                 2.0.5
     6version                 2.0.8
    77categories              net security
    88platforms               darwin
    99maintainers             mww@opendarwin.org
     
    1616homepage                http://lcamtuf.coredump.cx/p0f.shtml
    1717master_sites    http://lcamtuf.coredump.cx/p0f/
    1818extract.suffix  .tgz
    19 checksums               md5 78235749e8ada6ad2b16b40fe15081f6
     19checksums               sha1 7b4d5b2f24af4b5a299979134bc7f6d7b1eaf875 \
     20                        rmd160 87d5b30d2d5e156b9fdcb026160155f413ce13d3
    2021
    2122depends_build   bin:gmake:gmake
    2223
    2324worksrcdir              p0f
    2425
    25 patchfiles      patch-mk__Linux
    26 
    2726configure       {
    2827        reinplace "s|/etc/p0f|${prefix}/share/p0f|g" ${worksrcpath}/config.h
    2928}
    3029
    31 build.cmd               sh Build
    32 build.target
    33 
    3430destroot        {
    3531        xinstall -m 755 -s ${worksrcpath}/p0f ${destroot}${prefix}/bin
    3632        xinstall -m 644 ${worksrcpath}/p0f.1 ${destroot}${prefix}/share/man/man1