aboutsummaryrefslogtreecommitdiff
path: root/net/wmnd
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-15 16:50:22 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-15 16:50:22 +0000
commitf241223fb581abed31588fa3ae3a6b27c0007a58 (patch)
treeb9823cfc0359cf473e7d5a21e3e337c9e0bd73a9 /net/wmnd
parent1009089b696c19f3acfa03009675a51d389cc759 (diff)
downloadports-f241223fb581abed31588fa3ae3a6b27c0007a58.tar.gz
ports-f241223fb581abed31588fa3ae3a6b27c0007a58.zip
Notes
Diffstat (limited to 'net/wmnd')
-rw-r--r--net/wmnd/Makefile3
-rw-r--r--net/wmnd/distinfo2
-rw-r--r--net/wmnd/files/patch-configure12
-rw-r--r--net/wmnd/files/patch-src::wmnd.c14
4 files changed, 2 insertions, 29 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile
index 771fe19c17cd..b22d67e55b36 100644
--- a/net/wmnd/Makefile
+++ b/net/wmnd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= wmnd
-PORTVERSION= 0.4.3
-PORTREVISION= 1
+PORTVERSION= 0.4.4
CATEGORIES= net
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/
diff --git a/net/wmnd/distinfo b/net/wmnd/distinfo
index 3c3f7c9cc667..9da1b8e44c8b 100644
--- a/net/wmnd/distinfo
+++ b/net/wmnd/distinfo
@@ -1 +1 @@
-MD5 (wmnd-0.4.3.tar.gz) = 7ffe3db9d7cb496a6252908ceddeaeb3
+MD5 (wmnd-0.4.4.tar.gz) = eba6c0ac30c6278e72930cd66dca2f98
diff --git a/net/wmnd/files/patch-configure b/net/wmnd/files/patch-configure
deleted file mode 100644
index 53696a124371..000000000000
--- a/net/wmnd/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig Fri Jun 14 09:51:26 2002
-+++ configure Fri Jun 14 18:40:20 2002
-@@ -4844,8 +4844,7 @@
-
- # driver detection block: skip this block if the user manually specify
- # drivers on the command line
--if test "$ac_drivers" == "auto";
--then
-+if eval "test \"\${$ac_drivers}\" = auto"; then
- # reset the state variable
- ac_drivers=""
-
diff --git a/net/wmnd/files/patch-src::wmnd.c b/net/wmnd/files/patch-src::wmnd.c
deleted file mode 100644
index 17861e15e95b..000000000000
--- a/net/wmnd/files/patch-src::wmnd.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/wmnd.c.orig Sun Sep 22 09:23:35 2002
-+++ src/wmnd.c Sun Sep 22 09:23:55 2002
-@@ -1204,10 +1204,7 @@
- }
-
- /* draw rx/tx rate */
-- /* TODO
-- p -= 4; sets p to his[58] or so
-- draw_rate(p[in], p[out]); */
-- p = ptr->avg;
-+ p -= 4; // sets p to his[58] or so
- draw_rate(p[in], p[out]);
-
- if (bit_get(CFG_MAXSCREEN))