diff options
author | pav <pav@FreeBSD.org> | 2005-01-25 00:16:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-25 00:16:25 +0800 |
commit | f0fa341c0dfcb4a4ccd1d402f5c32c0eef6aecd6 (patch) | |
tree | bb875a2195627f984a5e4c4a0c3d909e2bac9c12 /net-mgmt | |
parent | 8d06049c18093bdff3fec922404e462210f03b4b (diff) | |
download | freebsd-ports-gnome-f0fa341c0dfcb4a4ccd1d402f5c32c0eef6aecd6.tar.gz freebsd-ports-gnome-f0fa341c0dfcb4a4ccd1d402f5c32c0eef6aecd6.tar.zst freebsd-ports-gnome-f0fa341c0dfcb4a4ccd1d402f5c32c0eef6aecd6.zip |
- Update to 200501R1
- Transfer maintainership to new volunteer
PR: ports/76535
Submitted by: Thomas Spreng <spreng@socket.ch> (maintainer),
Peter Thoenen <eol1@yahoo.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/kismet/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/kismet/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/kismet/files/patch-packet.h | 11 |
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: |