[Lunar-commits] <moonbase> kismet: version bump and a few changes in BUILD/CONFIGURE; acpi invalid

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Aug 16 21:34:52 CEST 2009


commit 2e5fae147d959aecc442c9571dce17b9f8a9f4c9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Aug 16 15:34:52 2009 -0400

    kismet: version bump and a few changes in BUILD/CONFIGURE; acpi invalid
    
    and the gps can be removed.
---
 wifi/kismet/BUILD     |    8 --------
 wifi/kismet/CONFIGURE |    1 -
 wifi/kismet/DETAILS   |    6 +++---
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/wifi/kismet/BUILD b/wifi/kismet/BUILD
index e183d8b..1d0fd3b 100644
--- a/wifi/kismet/BUILD
+++ b/wifi/kismet/BUILD
@@ -1,17 +1,9 @@
 (
    
-    if [ $WITH_ACPI == "y" ]; then
-      OPTS="$OPTS --enable-acpi"
-    fi
-    
     if [ $SUIDINSTALL == "y" ]; then
       MAKE_INSTALL="make suidinstall"
     else
       MAKE_INSTALL="make install"
-    fi
-
-    if ! module_installed gpsdrive ; then
-        OPTS="$OPTS --disable-gpsmap"
     fi &&
 
     ./configure --prefix=/usr              \
diff --git a/wifi/kismet/CONFIGURE b/wifi/kismet/CONFIGURE
index ed59e9c..9ae27f1 100644
--- a/wifi/kismet/CONFIGURE
+++ b/wifi/kismet/CONFIGURE
@@ -1,2 +1 @@
-mquery WITH_ACPI "Enable ACPI support?" n
 mquery SUIDINSTALL "Install kismet with the suid root bit set? (not recommened!)" n
diff --git a/wifi/kismet/DETAILS b/wifi/kismet/DETAILS
index cc83e41..5e5d7dc 100644
--- a/wifi/kismet/DETAILS
+++ b/wifi/kismet/DETAILS
@@ -1,11 +1,11 @@
           MODULE=kismet
-         VERSION=2008-05-R1
+         VERSION=2009-06-R1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.kismetwireless.net/code/
-      SOURCE_VFY=sha1:8355aeb0374a39549dfdc0c73160125eadd7c6e2
+      SOURCE_VFY=sha1:e5f9f51762e98c457c2ecdd8b04ac19f30105435
         WEB_SITE=http://www.kismetwireless.net/
          ENTERED=20040207
-         UPDATED=20090329
+         UPDATED=20090816
       MAINTAINER=ratler at lunar-linux.org
            SHORT="An 802.11 layer2 wireless network sniffer"
 


More information about the Lunar-commits mailing list