aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/kismet
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-24 16:16:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-24 16:16:25 +0000
commit81ea95ccf94cb8fc6dcaf33af7dbe9affaf9f5ce (patch)
tree605a6425d7c92adb28c1c88fb753a7179dd9ed8b /net-mgmt/kismet
parent748a2e0bc5768a77e3b6944d35565746a32a0462 (diff)
downloadports-81ea95ccf94cb8fc6dcaf33af7dbe9affaf9f5ce.tar.gz
ports-81ea95ccf94cb8fc6dcaf33af7dbe9affaf9f5ce.zip
Notes
Diffstat (limited to 'net-mgmt/kismet')
-rw-r--r--net-mgmt/kismet/Makefile6
-rw-r--r--net-mgmt/kismet/distinfo4
-rw-r--r--net-mgmt/kismet/files/patch-packet.h11
3 files changed, 5 insertions, 16 deletions
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile
index d3c5b288e0fc..cf63eb7f90b5 100644
--- a/net-mgmt/kismet/Makefile
+++ b/net-mgmt/kismet/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= kismet
-PORTVERSION= 200404.r1
+PORTVERSION= 200501.r1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.kismetwireless.net/code/
-DISTNAME= kismet-2004-04-R1
+DISTNAME= kismet-2005-01-R1
-MAINTAINER= spreng@socket.ch
+MAINTAINER= eol1@yahoo.com
COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS
GNU_CONFIGURE= yes
diff --git a/net-mgmt/kismet/distinfo b/net-mgmt/kismet/distinfo
index f4bbf4457b40..8046f446913a 100644
--- a/net-mgmt/kismet/distinfo
+++ b/net-mgmt/kismet/distinfo
@@ -1,2 +1,2 @@
-MD5 (kismet-2004-04-R1.tar.gz) = bd9fad469b3d9ca35c51734e58e406d0
-SIZE (kismet-2004-04-R1.tar.gz) = 757689
+MD5 (kismet-2005-01-R1.tar.gz) = 051c301509b1bb022409abc673c58a37
+SIZE (kismet-2005-01-R1.tar.gz) = 865774
diff --git a/net-mgmt/kismet/files/patch-packet.h b/net-mgmt/kismet/files/patch-packet.h
deleted file mode 100644
index acb483c170c0..000000000000
--- a/net-mgmt/kismet/files/patch-packet.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- packet.h.orig Wed Aug 18 18:56:26 2004
-+++ packet.h Wed Aug 18 18:56:43 2004
-@@ -550,7 +550,7 @@
- // This isn't quite like STL iterators, because I'm too damned lazy to deal with all
- // the nasty STL hoop-jumping. This does provide a somewhat-stl-ish interface to
- // iterating through the singleton and masked maps
-- friend class iterator {
-+ class iterator {
- friend class macmap;
-
- public: