Ticket #24543: Portfile-libdnet.patch

File Portfile-libdnet.patch, 1.4 KB (added by jpo@…, 14 years ago)

New portfile patch (based on hashar's but with corrected checksums and distfiles)

  • Portfile

    old new  
    22
    33PortSystem          1.0
    44name                libdnet
    5 version             1.11
     5version             1.12
    66categories          net
    77maintainers         nomaintainer
     8
    89description         portable low-level networking library
    910long_description    libdnet provides a simplified, portable interface to \
    1011                    several low-level networking routines, including: \
     
    1314                    firewalling (IP filter, ipfw, ipchains, pf, ...), \
    1415                    network interface lookup and manipulation, raw IP packet \
    1516                    and Ethernet frame transmission.
    16 homepage            http://libdnet.sourceforge.net/
     17homepage            http://code.google.com/p/libdnet/
    1718platforms           darwin
    18 master_sites        sourceforge
    19 checksums           md5 04c394ed8e1e7fc455456e79e908916d
     19master_sites        googlecode
     20distfiles           ${distname}.tgz
     21
     22checksums           md5 9253ef6de1b5e28e9c9a62b882e44cc9 \
     23                    sha1 71302be302e84fc19b559e811951b5d600d976f8 \
     24                    rmd160 4b849f07c3513522fda65af067928b7e6d504aab
    2025
    2126configure.args      --mandir=${prefix}/share/man
    2227
    23 livecheck.type      sourceforge
    24 livecheck.regex     ${name}-(\\d+\\.\\d+)
     28livecheck.regex     href="http://libdnet.googlecode.com/files/libdnet\-(.*)\.tgz"