Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 18:49:48 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419648 - head/net/tcpdump
Message-ID:  <201608041849.u74InmO6059744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu Aug  4 18:49:48 2016
New Revision: 419648
URL: https://svnweb.freebsd.org/changeset/ports/419648

Log:
  - Update net/tcpdump to 4.8.0
  - Fix ambiguous specification of libpcap by using libpcap from base [1]
  
  PR:		211578 [1]
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  head/net/tcpdump/Makefile
  head/net/tcpdump/distinfo

Modified: head/net/tcpdump/Makefile
==============================================================================
--- head/net/tcpdump/Makefile	Thu Aug  4 18:48:54 2016	(r419647)
+++ head/net/tcpdump/Makefile	Thu Aug  4 18:49:48 2016	(r419648)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tcpdump
-PORTVERSION=	4.7.4
+PORTVERSION=	4.8.0
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.tcpdump.org/release/
 
@@ -11,7 +11,7 @@ COMMENT=	Ubiquitous network traffic anal
 
 LICENSE=	BSD3CLAUSE
 
-LIB_DEPENDS=	libpcap.so:net/libpcap
+LIB_DEPENDS=	libpcap.so.1:net/libpcap
 
 GNU_CONFIGURE=	yes
 USES=		gmake

Modified: head/net/tcpdump/distinfo
==============================================================================
--- head/net/tcpdump/distinfo	Thu Aug  4 18:48:54 2016	(r419647)
+++ head/net/tcpdump/distinfo	Thu Aug  4 18:49:48 2016	(r419648)
@@ -1,2 +1,3 @@
-SHA256 (tcpdump-4.7.4.tar.gz) = 6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af
-SIZE (tcpdump-4.7.4.tar.gz) = 1153657
+TIMESTAMP = 1470139109
+SHA256 (tcpdump-4.8.0.tar.gz) = 177385d9d17d1d99ba6aa3ea63a8400a5f4c54db62b83ac6d4da56944bee623b
+SIZE (tcpdump-4.8.0.tar.gz) = 1210470



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041849.u74InmO6059744>