aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/spectools
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@FreeBSD.org>2007-12-12 17:30:36 +0000
committerHenrik Brix Andersen <brix@FreeBSD.org>2007-12-12 17:30:36 +0000
commit911d5e61289e46c120a071df4466ae20f02937b9 (patch)
treec847d8be5adf48175f543db094f18c73cb2b9d2f /net-mgmt/spectools
parent1421acadf3383da2694019b0481914c9d41e6419 (diff)
downloadports-911d5e61289e46c120a071df4466ae20f02937b9.tar.gz
ports-911d5e61289e46c120a071df4466ae20f02937b9.zip
- Update to v2007-10-R2
- Update my email address Approved by: erwin (mentor)
Notes
Notes: svn path=/head/; revision=203354
Diffstat (limited to 'net-mgmt/spectools')
-rw-r--r--net-mgmt/spectools/Makefile6
-rw-r--r--net-mgmt/spectools/distinfo6
-rw-r--r--net-mgmt/spectools/files/patch-configure49
3 files changed, 6 insertions, 55 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile
index 5cb86f78a4f1..ff549355033e 100644
--- a/net-mgmt/spectools/Makefile
+++ b/net-mgmt/spectools/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= spectools
-PORTVERSION= 200710.r1
+PORTVERSION= 200710.r2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.kismetwireless.net/code/
-DISTNAME= spectools-2007-10-R1
+DISTNAME= spectools-2007-10-R2
-MAINTAINER= henrik@brixandersen.dk
+MAINTAINER= brix@FreeBSD.org
COMMENT= Tools for the 2.4GHz Wi-Spy spectrum analyzers from MetaGeek LLC
LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
diff --git a/net-mgmt/spectools/distinfo b/net-mgmt/spectools/distinfo
index 158aaa4b1585..e3853a48ebcf 100644
--- a/net-mgmt/spectools/distinfo
+++ b/net-mgmt/spectools/distinfo
@@ -1,3 +1,3 @@
-MD5 (spectools-2007-10-R1.tar.gz) = f38ac4d04680a2b62d9bfb9cff6b2ab3
-SHA256 (spectools-2007-10-R1.tar.gz) = e11b150db4c562f365ed77968bf1a3d02a33ddb55c88765656a77cf555e471b7
-SIZE (spectools-2007-10-R1.tar.gz) = 190822
+MD5 (spectools-2007-10-R2.tar.gz) = 1796b9c454a624936efdd8d95faf0da1
+SHA256 (spectools-2007-10-R2.tar.gz) = fc79ad4f32276fab2da17c28a7af514085612eb479a59d79b1e7349f1e321756
+SIZE (spectools-2007-10-R2.tar.gz) = 198839
diff --git a/net-mgmt/spectools/files/patch-configure b/net-mgmt/spectools/files/patch-configure
deleted file mode 100644
index 78c2e8a6e9ae..000000000000
--- a/net-mgmt/spectools/files/patch-configure
+++ /dev/null
@@ -1,49 +0,0 @@
---- configure.in.orig 2007-10-08 18:29:44.000000000 +0200
-+++ configure.in 2007-10-09 18:28:21.000000000 +0200
-@@ -135,10 +135,10 @@ dnl Let them override the gtk version
- AC_ARG_WITH(gtk-version,
- [ --with-gtk-version=\[1|2\] Force a GTK version instead of autodetect ],
- [
-- if test "$withval" == "1" ; then
-+ if test "$withval" = "1" ; then
- AC_MSG_WARN(*** Overriding GTK detection to use GTK1 only ***)
- forcegtk=1
-- elif test "$withval" == "2" ; then
-+ elif test "$withval" = "2" ; then
- AC_MSG_WARN(*** Overriding GTK detection to use GTK2 only ***)
- forcegtk=2
- fi
-@@ -193,7 +193,7 @@ if test "$GTK_CONFIG"x != "x"; then
- GTKLIBS="$LIBS"
- LIBS="$olfl"
-
-- if test "$GTK2" == "yes"; then
-+ if test "$GTK2" = "yes"; then
- AC_DEFINE(HAVE_LIB_GTK2, 1, we have libgtk2.x)
- else
- AC_MSG_WARN(*** GTK1 being used. GTK2 is preferred and GTK1 support may vanish in future releases ***)
---- configure.orig 2007-10-08 18:29:44.000000000 +0200
-+++ configure 2007-10-09 18:32:58.000000000 +0200
-@@ -4573,11 +4573,11 @@ fi
- # Check whether --with-gtk-version was given.
- if test "${with_gtk_version+set}" = set; then
- withval=$with_gtk_version;
-- if test "$withval" == "1" ; then
-+ if test "$withval" = "1" ; then
- { echo "$as_me:$LINENO: WARNING: *** Overriding GTK detection to use GTK1 only ***" >&5
- echo "$as_me: WARNING: *** Overriding GTK detection to use GTK1 only ***" >&2;}
- forcegtk=1
-- elif test "$withval" == "2" ; then
-+ elif test "$withval" = "2" ; then
- { echo "$as_me:$LINENO: WARNING: *** Overriding GTK detection to use GTK2 only ***" >&5
- echo "$as_me: WARNING: *** Overriding GTK detection to use GTK2 only ***" >&2;}
- forcegtk=2
-@@ -4889,7 +4889,7 @@ _ACEOF
- GTKLIBS="$LIBS"
- LIBS="$olfl"
-
-- if test "$GTK2" == "yes"; then
-+ if test "$GTK2" = "yes"; then
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_LIB_GTK2 1