diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-01-16 00:50:22 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-01-16 00:50:22 +0800 |
commit | 3537269cb414809567a9c0a3172cd07b25789719 (patch) | |
tree | 7a9c90021a6093e8c24c879d29d0e6821d57b00a /net | |
parent | 17fc10f671a9c8c1d29fb4238dd56f033a2f51b8 (diff) | |
download | freebsd-ports-gnome-3537269cb414809567a9c0a3172cd07b25789719.tar.gz freebsd-ports-gnome-3537269cb414809567a9c0a3172cd07b25789719.tar.zst freebsd-ports-gnome-3537269cb414809567a9c0a3172cd07b25789719.zip |
Upgrade to 0.4.4.
PR: ports/46754
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnd/Makefile | 3 | ||||
-rw-r--r-- | net/wmnd/distinfo | 2 | ||||
-rw-r--r-- | net/wmnd/files/patch-configure | 12 | ||||
-rw-r--r-- | net/wmnd/files/patch-src::wmnd.c | 14 |
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)) |