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
|
|
4 | 4 | |
5 | 5 | name py-pylibpcap |
6 | 6 | version 0.5.1 |
7 | | distname pylibpcap-${version} |
| 7 | revision 1 |
| 8 | distname pylibpcap-${version} |
8 | 9 | categories python net |
9 | 10 | maintainers chris.owen@consault.com |
10 | 11 | description A python module for the libpcap packet capture library. |
… |
… |
|
14 | 15 | packets on the network. |
15 | 16 | homepage http://pylibpcap.sourceforge.net/ |
16 | 17 | master_sites sourceforge:pylibpcap |
17 | | checksums md5 85adbefd87be3a3a32bed899974fe3dc |
18 | | checksums sha1 c8e85258b3b3f79d629531856cfb3242c07f5796 |
19 | | checksums rmd160 f1e2309fbaf0878e6b4fb87b626686377c6c105a |
| 18 | checksums \ |
| 19 | md5 85adbefd87be3a3a32bed899974fe3dc \ |
| 20 | sha1 c8e85258b3b3f79d629531856cfb3242c07f5796 \ |
| 21 | rmd160 f1e2309fbaf0878e6b4fb87b626686377c6c105a |
20 | 22 | |
21 | 23 | depends_lib-append port:libpcap port:swig |
22 | 24 | |