Modified: trunk/dports/perl/p5-net-pcap/Portfile (124718 => 124719)
--- trunk/dports/perl/p5-net-pcap/Portfile 2014-08-27 14:59:24 UTC (rev 124718)
+++ trunk/dports/perl/p5-net-pcap/Portfile 2014-08-27 14:59:52 UTC (rev 124719)
@@ -3,9 +3,8 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.branches 5.8 5.10 5.12 5.14 5.16
-perl5.setup Net-Pcap 0.16
-revision 3
+perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup Net-Pcap 0.17
license {Artistic-1 GPL}
maintainers nomaintainer
description Interface to pcap(3) LBL packet capture library
@@ -17,8 +16,8 @@
include network statistics collection, security \
monitoring, network debugging, etc.
platforms darwin
-checksums md5 b150d8e0a40137fad2a7df792d80cab4 \
- sha1 19093760cce2830c16c1a081a7dc324cfe043c9b
+checksums md5 fbe911ba5f57d5ba43494434ffb828a0 \
+ sha1 eca0c42bf70cf9739a0f669d37df8c4815e1c836
if {${perl5.major} != ""} {
depends_lib-append port:libpcap
}