Date: Thu, 4 Aug 2016 18:48:54 +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: r419647 - head/net/libpcap Message-ID: <201608041848.u74Ims3n059604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Thu Aug 4 18:48:54 2016 New Revision: 419647 URL: https://svnweb.freebsd.org/changeset/ports/419647 Log: - Update net/libpcap to 1.8.0 - Force it to use flex from ports since version available on base is not new enough Sponsored by: Rubicon Communications (Netgate) Modified: head/net/libpcap/Makefile head/net/libpcap/distinfo head/net/libpcap/pkg-plist Modified: head/net/libpcap/Makefile ============================================================================== --- head/net/libpcap/Makefile Thu Aug 4 18:44:21 2016 (r419646) +++ head/net/libpcap/Makefile Thu Aug 4 18:48:54 2016 (r419647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpcap -PORTVERSION= 1.7.4 +PORTVERSION= 1.8.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ @@ -11,11 +11,14 @@ COMMENT= Ubiquitous network traffic capt LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex + GNU_CONFIGURE= yes USES= bison gmake USE_LDCONFIG= yes CONFIGURE_ARGS+=--enable-dbus=no \ --with-pcap=bpf +CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex PLIST_SUB+= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DAG IPV6 Modified: head/net/libpcap/distinfo ============================================================================== --- head/net/libpcap/distinfo Thu Aug 4 18:44:21 2016 (r419646) +++ head/net/libpcap/distinfo Thu Aug 4 18:48:54 2016 (r419647) @@ -1,2 +1,3 @@ -SHA256 (libpcap-1.7.4.tar.gz) = 7ad3112187e88328b85e46dce7a9b949632af18ee74d97ffc3f2b41fe7f448b0 -SIZE (libpcap-1.7.4.tar.gz) = 663021 +TIMESTAMP = 1470137886 +SHA256 (libpcap-1.8.0.tar.gz) = f47b51533f9f060afb304010ea5cbf51d032707333bca70c36351d255754659c +SIZE (libpcap-1.8.0.tar.gz) = 683150 Modified: head/net/libpcap/pkg-plist ============================================================================== --- head/net/libpcap/pkg-plist Thu Aug 4 18:44:21 2016 (r419646) +++ head/net/libpcap/pkg-plist Thu Aug 4 18:48:54 2016 (r419647) @@ -4,6 +4,8 @@ include/pcap-namedb.h include/pcap.h include/pcap/bluetooth.h include/pcap/bpf.h +include/pcap/dlt.h +include/pcap/export-defs.h include/pcap/ipnet.h include/pcap/namedb.h include/pcap/nflog.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041848.u74Ims3n059604>