From owner-svn-ports-all@FreeBSD.ORG Thu Jan 8 14:39:13 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06D69475; Thu, 8 Jan 2015 14:39:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBCFF90F; Thu, 8 Jan 2015 14:39:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t08EdCPc008351; Thu, 8 Jan 2015 14:39:12 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t08EdCfs008347; Thu, 8 Jan 2015 14:39:12 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201501081439.t08EdCfs008347@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 8 Jan 2015 14:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376536 - in head/net/libpcap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 14:39:13 -0000 Author: garga Date: Thu Jan 8 14:39:11 2015 New Revision: 376536 URL: https://svnweb.freebsd.org/changeset/ports/376536 QAT: https://qat.redports.org/buildarchive/r376536/ Log: - Update to 1.6.2 [1] - Add LICENSE PR: 196568 [1] Submitted by: pi [1] Modified: head/net/libpcap/Makefile head/net/libpcap/distinfo head/net/libpcap/files/patch-Makefile.in Modified: head/net/libpcap/Makefile ============================================================================== --- head/net/libpcap/Makefile Thu Jan 8 14:14:25 2015 (r376535) +++ head/net/libpcap/Makefile Thu Jan 8 14:39:11 2015 (r376536) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= libpcap -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.2 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ MAINTAINER= garga@FreeBSD.org COMMENT= Ubiquitous network traffic capture library +LICENSE= BSD3CLAUSE + GNU_CONFIGURE= yes USES= bison gmake USE_LDCONFIG= yes @@ -25,6 +27,7 @@ PLIST_FILES+= bin/pcap-config \ include/pcap/bpf.h \ include/pcap/ipnet.h \ include/pcap/namedb.h \ + include/pcap/nflog.h \ include/pcap/pcap.h \ include/pcap/sll.h \ include/pcap/usb.h \ Modified: head/net/libpcap/distinfo ============================================================================== --- head/net/libpcap/distinfo Thu Jan 8 14:14:25 2015 (r376535) +++ head/net/libpcap/distinfo Thu Jan 8 14:39:11 2015 (r376536) @@ -1,2 +1,2 @@ -SHA256 (libpcap-1.5.2.tar.gz) = 806d4ba23b126476d39a458ad1468f73dfe63c92f9586208f7e4e18c13e52ddd -SIZE (libpcap-1.5.2.tar.gz) = 640308 +SHA256 (libpcap-1.6.2.tar.gz) = 5db3e2998f1eeba2c76da55da5d474248fe19c44f49e15cac8a796a2c7e19690 +SIZE (libpcap-1.6.2.tar.gz) = 651237 Modified: head/net/libpcap/files/patch-Makefile.in ============================================================================== --- head/net/libpcap/files/patch-Makefile.in Thu Jan 8 14:14:25 2015 (r376535) +++ head/net/libpcap/files/patch-Makefile.in Thu Jan 8 14:39:11 2015 (r376536) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2013-12-03 15:11:53 UTC -+++ Makefile.in -@@ -564,49 +564,19 @@ +--- Makefile.in.orig 2015-01-06 19:12:16.000000000 +0100 ++++ Makefile.in 2015-01-06 19:16:34.000000000 +0100 +@@ -565,51 +565,19 @@ $(DESTDIR)$(includedir)/$$i; done [ -d $(DESTDIR)$(bindir) ] || \ (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir)) @@ -50,6 +50,8 @@ - $(LN_S) pcap_open_offline.3pcap pcap_fopen_offline.3pcap && \ - rm -f pcap_fopen_offline_with_tstamp_precision.3pcap && \ - $(LN_S) pcap_open_offline.3pcap pcap_fopen_offline_with_tstamp_precision.3pcap && \ +- rm -f pcap_tstamp_type_val_to_description.3pcap && \ +- $(LN_S) pcap_tstamp_type_val_to_name.3pcap pcap_tstamp_type_val_to_description.3pcap && \ - rm -f pcap_getnonblock.3pcap && \ - $(LN_S) pcap_setnonblock.3pcap pcap_getnonblock.3pcap) + $(DESTDIR)$(mandir)/man3/$$j; done