- Update to v201004.r1

- Add License information
This commit is contained in:
Henrik Brix Andersen 2010-07-12 20:34:37 +00:00
parent 0d330ad036
commit 64c6922378
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257701
3 changed files with 6 additions and 25 deletions

View file

@ -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"

View file

@ -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

View file

@ -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,