summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@FreeBSD.org>2010-07-12 20:34:37 +0000
committerHenrik Brix Andersen <brix@FreeBSD.org>2010-07-12 20:34:37 +0000
commit64c692237830aee03c8fd8e139bdea06a7fea8d0 (patch)
tree6e72d7d2e8f590258a8f37706d47bf8883f231e5 /net-mgmt
parent* Update to 0.30.2 (diff)
- Update to v201004.r1
- Add License information
Notes
Notes: svn path=/head/; revision=257701
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/spectools/Makefile6
-rw-r--r--net-mgmt/spectools/distinfo6
-rw-r--r--net-mgmt/spectools/files/patch-wispy_hw_dbx.c19
3 files changed, 6 insertions, 25 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile
index 7b09b54701d4..21be8570cfad 100644
--- a/net-mgmt/spectools/Makefile
+++ b/net-mgmt/spectools/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= spectools
-PORTVERSION= 200906.r1
-PORTREVISION= 2
+PORTVERSION= 201004.r1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.kismetwireless.net/code/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brix
-DISTNAME= spectools-2009-06-R1
+DISTNAME= spectools-2010-04-R1
MAINTAINER= brix@FreeBSD.org
COMMENT= Tools for the Wi-Spy spectrum analyzers from MetaGeek LLC
+LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/net-mgmt/spectools/distinfo b/net-mgmt/spectools/distinfo
index 1d1691a78681..6e16f7544d56 100644
--- a/net-mgmt/spectools/distinfo
+++ b/net-mgmt/spectools/distinfo
@@ -1,3 +1,3 @@
-MD5 (spectools-2009-06-R1.tar.gz) = b84c8303416755101b8f1a1b37d77164
-SHA256 (spectools-2009-06-R1.tar.gz) = 0d40c31933b4718c82cdab1c36a42be8fcccec1d642c8438e1aa2ff4868d56f2
-SIZE (spectools-2009-06-R1.tar.gz) = 184614
+MD5 (spectools-2010-04-R1.tar.gz) = 1574813385fbe652736b439accec7120
+SHA256 (spectools-2010-04-R1.tar.gz) = be37b808f652c994d3bc55214bb0896f66e5727d86374606bae203216ec10e13
+SIZE (spectools-2010-04-R1.tar.gz) = 186445
diff --git a/net-mgmt/spectools/files/patch-wispy_hw_dbx.c b/net-mgmt/spectools/files/patch-wispy_hw_dbx.c
deleted file mode 100644
index b7f9899a8fab..000000000000
--- a/net-mgmt/spectools/files/patch-wispy_hw_dbx.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- wispy_hw_dbx.c.orig 2009-07-26 13:55:31.000000000 +0200
-+++ wispy_hw_dbx.c 2009-07-26 13:55:57.000000000 +0200
-@@ -624,16 +624,12 @@ int wispydbx_usb_getpollfd(wispy_phy *ph
- return auxptr->sockpair[0];
- }
-
--extern int usb_debug;
--
- int wispydbx_usb_open(wispy_phy *phydev) {
- int pid_status;
- struct usb_dev_handle *wispy;
- wispydbx_usb_aux *auxptr = (wispydbx_usb_aux *) phydev->auxptr;
- wispydbx_startsweep startcmd;
-
-- usb_debug = 1024;
--
- /* Make the client/server socketpair */
- if (socketpair(PF_UNIX, SOCK_DGRAM, 0, auxptr->sockpair) < 0) {
- snprintf(phydev->errstr, WISPY_ERROR_MAX,