aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/kismet
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-05-31 05:44:20 +0800
committermiwi <miwi@FreeBSD.org>2008-05-31 05:44:20 +0800
commitc2e79d4a3edb18151e409f1601c28d6173681f1f (patch)
tree3aa394e916af12a3853c32e0a509cdf2a7d1f9bb /net-mgmt/kismet
parent7f3f61e5375b848607d48ba3d78b32f809083a39 (diff)
downloadfreebsd-ports-gnome-c2e79d4a3edb18151e409f1601c28d6173681f1f.tar.gz
freebsd-ports-gnome-c2e79d4a3edb18151e409f1601c28d6173681f1f.tar.zst
freebsd-ports-gnome-c2e79d4a3edb18151e409f1601c28d6173681f1f.zip
- Update to 200805.r1
PR: 124142 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
Diffstat (limited to 'net-mgmt/kismet')
-rw-r--r--net-mgmt/kismet/Makefile5
-rw-r--r--net-mgmt/kismet/distinfo7
-rw-r--r--net-mgmt/kismet/files/patch-kismet-gpsmap.cc16
3 files changed, 5 insertions, 23 deletions
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<int>(tmp);
-+ thread_status = reinterpret_cast<intptr_t>(tmp);
- }
- #else
- // Run one instance of our "thread". thread number 0, it should just crunch it all