diff options
author | garga <garga@FreeBSD.org> | 2015-01-08 22:43:28 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2015-01-08 22:43:28 +0800 |
commit | 8b314591bf9363933b4a43251d988d2949775a55 (patch) | |
tree | 3ac17c171857b2924be49e3973cc0040f965c753 /net/tcpdump | |
parent | 99f0e93ee3929d0957c4cdeadf0b03fe35c790f6 (diff) | |
download | freebsd-ports-gnome-8b314591bf9363933b4a43251d988d2949775a55.tar.gz freebsd-ports-gnome-8b314591bf9363933b4a43251d988d2949775a55.tar.zst freebsd-ports-gnome-8b314591bf9363933b4a43251d988d2949775a55.zip |
- Update to 4.6.2 [1]
- Add LICENSE
PR: 195671
Submitted by: Matthew Closson <matthew.closson@gmail.com>
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/Makefile | 4 | ||||
-rw-r--r-- | net/tcpdump/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 9655c6aaa455..2e992783350b 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= tcpdump -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.2 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ MAINTAINER= garga@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool +LICENSE= BSD3CLAUSE + LIB_DEPENDS= libpcap.so:${PORTSDIR}/net/libpcap GNU_CONFIGURE= yes diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index a7ccb1cebd2b..76bbd49bfe23 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,2 +1,2 @@ -SHA256 (tcpdump-4.5.1.tar.gz) = 14ab39657128f3a650aed4cf455f76c7590601087b6101c253d698f6e73f0b96 -SIZE (tcpdump-4.5.1.tar.gz) = 1024455 +SHA256 (tcpdump-4.6.2.tar.gz) = 524ee4d8e83a6c663f6879004216a9a5bcb1c68b11920d653eb87b79d008e0b8 +SIZE (tcpdump-4.6.2.tar.gz) = 1105356 |