Commits
Marius Schamschula authored 9465b3b5516
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name tcpdump |
6 - | version 4.9.2 |
7 - | revision 2 |
6 + | version 4.9.3 |
7 + | revision 0 |
8 8 | categories net |
9 9 | maintainers {mps @Schamschula} openmaintainer |
10 10 | license BSD |
11 11 | description dump traffic on a network |
12 12 | long_description \ |
13 13 | tcpdump is a tool for network monitoring, protocol debugging \ |
14 14 | and data acquisition. |
15 15 | homepage http://www.tcpdump.org/ |
16 16 | platforms darwin |
17 17 | master_sites ${homepage}release/ |
18 18 | |
19 - | checksums rmd160 966b95adee5c405dc7e631f73b43ced849ee1e80 \ |
20 - | sha256 798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79 |
19 + | checksums rmd160 d4221366c15321acaaa15f178f8a00bfd4e84598 \ |
20 + | sha256 2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410 \ |
21 + | size 2333119 |
21 22 | |
22 23 | depends_lib port:libpcap \ |
23 24 | port:libsmi \ |
24 25 | path:lib/libssl.dylib:openssl |
25 26 | |
26 27 | configure.args --disable-universal \ |
27 28 | --disable-smb \ |
28 29 | --with-smi \ |
29 30 | --without-sandbox-capsicum \ |
30 31 | --with-system-libpcap \ |