From 9f64c85ab33a0a99d82ae3237b1e9f65858a1535 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 30 May 2008 21:44:20 +0000 Subject: - Update to 200805.r1 PR: 124142 Submitted by: Peter Thoenen (maintainer) --- net-mgmt/kismet/Makefile | 5 ++--- net-mgmt/kismet/distinfo | 7 +++---- net-mgmt/kismet/files/patch-kismet-gpsmap.cc | 16 ---------------- 3 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 net-mgmt/kismet/files/patch-kismet-gpsmap.cc (limited to 'net-mgmt/kismet') diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index 3f5f8d285252..b9c58d51a7da 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -6,11 +6,10 @@ # PORTNAME= kismet -PORTVERSION= 200710.r1 -PORTREVISION= 1 +PORTVERSION= 200805.r1 CATEGORIES= net-mgmt MASTER_SITES= http://www.kismetwireless.net/code/ -DISTNAME= kismet-2007-10-R1 +DISTNAME= kismet-2008-05-R1 MAINTAINER= peter.thoenen@yahoo.com COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS diff --git a/net-mgmt/kismet/distinfo b/net-mgmt/kismet/distinfo index fb0c60e7faa0..75033ed50214 100644 --- a/net-mgmt/kismet/distinfo +++ b/net-mgmt/kismet/distinfo @@ -1,6 +1,5 @@ -MD5 (kismet-2007-10-R1.tar.gz) = 2100c667e69db0cde35fa2d06c8516e2 -SHA256 (kismet-2007-10-R1.tar.gz) = 023e7f47039c1ad8615052e464f76a3cd496a423449b931036d127c56d58b2b9 -SIZE (kismet-2007-10-R1.tar.gz) = 646452 -MD5 (kismet-2007-01-R1b.tar.gz) = a1dcea71f0c3f881ef72f5bca2db7b39 +MD5 (kismet-2008-05-R1.tar.gz) = 6ee365d36354b4dee4945e67f8149294 +SHA256 (kismet-2008-05-R1.tar.gz) = a298d44f8a6ec977021cd492a720987ded81b5c4baf5f68b36f1282a23c9f7d3 +SIZE (kismet-2008-05-R1.tar.gz) = 655362 SHA256 (gpsmap-gmap-0.1.tgz) = 66c5e9c4fed70e88d092754746014bb02071b742c23390f1ec795fd14b32317b SIZE (gpsmap-gmap-0.1.tgz) = 13845 diff --git a/net-mgmt/kismet/files/patch-kismet-gpsmap.cc b/net-mgmt/kismet/files/patch-kismet-gpsmap.cc deleted file mode 100644 index f3e7270fe615..000000000000 --- a/net-mgmt/kismet/files/patch-kismet-gpsmap.cc +++ /dev/null @@ -1,16 +0,0 @@ ---- gpsmap.cc.orig Mon Oct 15 15:13:32 2007 -+++ gpsmap.cc Mon Oct 15 15:15:19 2007 -@@ -2242,11 +2242,11 @@ - pthread_attr_destroy(&attr); - - // Now wait for the threads to complete and come back -- int thread_status; -+ intptr_t thread_status; - for (int t = 0; t < numthreads; t++) { - void *tmp; - pthread_join(mapthread[t], &tmp); -- thread_status = reinterpret_cast(tmp); -+ thread_status = reinterpret_cast(tmp); - } - #else - // Run one instance of our "thread". thread number 0, it should just crunch it all -- cgit v1.2.3