aboutsummaryrefslogtreecommitdiff
path: root/net/scapy
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-28 14:11:27 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-28 14:11:27 +0000
commit563aaca041246ff33f0a3d7e0bf8055e76173369 (patch)
treed4d8f52025b80bd50d3c3b43799cd055abb09b51 /net/scapy
parente1a9c4a33092209ffd653d0660fa3824bd53532a (diff)
downloadports-563aaca041246ff33f0a3d7e0bf8055e76173369.tar.gz
ports-563aaca041246ff33f0a3d7e0bf8055e76173369.zip
Notes
Diffstat (limited to 'net/scapy')
-rw-r--r--net/scapy/Makefile2
-rw-r--r--net/scapy/files/patch-scapy-sendrecv.py11
2 files changed, 12 insertions, 1 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index 24de010f3ef9..f7c9d6960a52 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -8,7 +8,7 @@
PORTNAME= scapy
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://secdev.org/projects/scapy/files/
diff --git a/net/scapy/files/patch-scapy-sendrecv.py b/net/scapy/files/patch-scapy-sendrecv.py
new file mode 100644
index 000000000000..e44447c0ccc5
--- /dev/null
+++ b/net/scapy/files/patch-scapy-sendrecv.py
@@ -0,0 +1,11 @@
+--- scapy/sendrecv.py.orig 2009-07-15 18:19:31.000000000 +0200
++++ scapy/sendrecv.py 2009-07-15 18:19:46.000000000 +0200
+@@ -9,7 +9,7 @@
+ from arch import *
+ from config import conf
+ from packet import Gen
+-from utils import warning
++from utils import warning,PcapReader
+ import plist
+ from error import log_runtime,log_interactive
+