Ticket #5955: py-pylibpcap.diff

File py-pylibpcap.diff, 1.3 KB (added by chris.owen@…, 18 years ago)

This fixes the multiple checksum error and cleans up the Portfile some.

  • py-pylibpcap/Portfile

    diff -Naur /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/python/py-pylibpcap/Portfile /Users/swank/py-pylibpcap/Portfile
    old new  
    44
    55name                    py-pylibpcap
    66version                 0.5.1
    7 distname                                pylibpcap-${version}
     7revision                1
     8distname                pylibpcap-${version}
    89categories              python net
    910maintainers             chris.owen@consault.com
    1011description             A python module for the libpcap packet capture library.
     
    1415        packets on the network.
    1516homepage                http://pylibpcap.sourceforge.net/
    1617master_sites            sourceforge:pylibpcap
    17 checksums md5           85adbefd87be3a3a32bed899974fe3dc
    18 checksums sha1          c8e85258b3b3f79d629531856cfb3242c07f5796
    19 checksums rmd160        f1e2309fbaf0878e6b4fb87b626686377c6c105a
     18checksums               \
     19        md5             85adbefd87be3a3a32bed899974fe3dc \
     20        sha1            c8e85258b3b3f79d629531856cfb3242c07f5796 \
     21        rmd160          f1e2309fbaf0878e6b4fb87b626686377c6c105a
    2022
    2123depends_lib-append      port:libpcap port:swig
    2224