diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2013-04-28 22:08:43 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-04-28 22:08:43 +0000 |
| commit | b865b0771eefd71f9e843c04ecc193123177b958 (patch) | |
| tree | 0b145ead1213f94e0a64a9bd4d60ae4ba7cad57a /net/py-pcapy/files/patch-setup.py | |
| parent | Convert science to new options framework (diff) | |
Unbreak and update py-pcapy to 0.10.8
Approved by: eadler (mentor)
Notes
Notes:
svn path=/head/; revision=316758
Diffstat (limited to 'net/py-pcapy/files/patch-setup.py')
| -rw-r--r-- | net/py-pcapy/files/patch-setup.py | 21 |
1 files changed, 11 insertions, 10 deletions
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'])], + ) + |
