View | Details | Raw Unified | Return to bug 136798
Collapse All | Expand All

(-)/home/camu/work/scapy/port_modif/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	scapy
9
PORTNAME=	scapy
10
PORTVERSION=	2.0.1
10
PORTVERSION=	2.0.1
11
PORTREVISION=	1
11
PORTREVISION=	2
12
CATEGORIES=	net
12
CATEGORIES=	net
13
MASTER_SITES=	http://secdev.org/projects/scapy/files/
13
MASTER_SITES=	http://secdev.org/projects/scapy/files/
14
14
(-)/home/camu/work/scapy/port_modif/files/patch-scapy-sendrecv.py (+11 lines)
Line 0 Link Here
1
--- scapy/sendrecv.py.orig	2009-07-15 18:19:31.000000000 +0200
2
+++ scapy/sendrecv.py	2009-07-15 18:19:46.000000000 +0200
3
@@ -9,7 +9,7 @@
4
 from arch import *
5
 from config import conf
6
 from packet import Gen
7
-from utils import warning
8
+from utils import warning,PcapReader
9
 import plist
10
 from error import log_runtime,log_interactive
11
 
(-)/home/camu/work/scapy/port_modif/patch (+27 lines)
Line 0 Link Here
1
diff -rNu /usr/ports/net/scapy/Makefile /home/camu/work/scapy/port_modif/Makefile
2
--- /usr/ports/net/scapy/Makefile	2009-07-06 16:33:06.000000000 +0200
3
+++ /home/camu/work/scapy/port_modif/Makefile	2009-07-15 18:20:19.000000000 +0200
4
@@ -8,7 +8,7 @@
5
 
6
 PORTNAME=	scapy
7
 PORTVERSION=	2.0.1
8
-PORTREVISION=	1
9
+PORTREVISION=	2
10
 CATEGORIES=	net
11
 MASTER_SITES=	http://secdev.org/projects/scapy/files/
12
 
13
diff -rNu /usr/ports/net/scapy/files/patch-scapy-sendrecv.py /home/camu/work/scapy/port_modif/files/patch-scapy-sendrecv.py
14
--- /usr/ports/net/scapy/files/patch-scapy-sendrecv.py	1970-01-01 01:00:00.000000000 +0100
15
+++ /home/camu/work/scapy/port_modif/files/patch-scapy-sendrecv.py	2009-07-15 18:22:54.000000000 +0200
16
@@ -0,0 +1,11 @@
17
+--- scapy/sendrecv.py.orig	2009-07-15 18:19:31.000000000 +0200
18
++++ scapy/sendrecv.py	2009-07-15 18:19:46.000000000 +0200
19
+@@ -9,7 +9,7 @@
20
+ from arch import *
21
+ from config import conf
22
+ from packet import Gen
23
+-from utils import warning
24
++from utils import warning,PcapReader
25
+ import plist
26
+ from error import log_runtime,log_interactive
27
+

Return to bug 136798