From b865b0771eefd71f9e843c04ecc193123177b958 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 28 Apr 2013 22:08:43 +0000 Subject: Unbreak and update py-pcapy to 0.10.8 Approved by: eadler (mentor) --- net/py-pcapy/files/patch-setup.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'net/py-pcapy/files/patch-setup.py') diff --git a/net/py-pcapy/files/patch-setup.py b/net/py-pcapy/files/patch-setup.py index a12859a8987b..9f48bd5c9587 100644 --- a/net/py-pcapy/files/patch-setup.py +++ b/net/py-pcapy/files/patch-setup.py @@ -1,10 +1,11 @@ ---- setup.py.orig 2009-04-19 02:22:16.549958526 +0800 -+++ setup.py 2009-04-19 02:24:10.837075743 +0800 -@@ -60,7 +60,5 @@ - include_dirs = include_dirs, - library_dirs = library_dirs, - libraries = libraries)], -- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME), -- ['README', 'LICENSE', 'pcapy.html'])], - ) - +--- ./setup.py.orig 2013-04-28 16:58:49.000000000 +0000 ++++ ./setup.py 2013-04-28 17:02:38.000000000 +0000 +@@ -62,8 +62,5 @@ + include_dirs = include_dirs, + library_dirs = library_dirs, + libraries = libraries)], +- scripts = ['tests/pcapytests.py', 'tests/96pings.pcap'], +- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME), +- ['README', 'LICENSE', 'pcapy.html'])], + ) + -- cgit v1.2.3