svn commit: r376536 - in head/net/libpcap: . files

Renato Botelho garga at FreeBSD.org
Thu Jan 8 14:39:13 UTC 2015


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 at 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


More information about the svn-ports-all mailing list