From tkato432@yahoo.com  Tue Mar 11 18:01:27 2008
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A963D1065670
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 11 Mar 2008 18:01:27 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 6CF168FC14
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 11 Mar 2008 18:01:27 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (U050221.ppp.dion.ne.jp [218.222.50.221])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id DCA7D4AC031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 12 Mar 2008 03:01:24 +0900 (JST)
Message-Id: <20080312030025.df3f8988.tkato432@yahoo.com>
Date: Wed, 12 Mar 2008 03:00:25 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: net/wmnd to 0.4.13

>Number:         121621
>Category:       ports
>Synopsis:       Update port: net/wmnd to 0.4.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 18:10:02 UTC 2008
>Closed-Date:    Thu Mar 13 20:57:05 UTC 2008
>Last-Modified:  Thu Mar 13 20:57:05 UTC 2008
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 0.4.13

Remove file:
files/patch-src-drivers.c
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/wmnd/Makefile net/wmnd/Makefile
--- /usr/ports/net/wmnd/Makefile	2007-11-07 13:36:48.000000000 +0900
+++ net/wmnd/Makefile	2008-03-08 03:33:09.000000000 +0900
@@ -6,24 +6,30 @@
 #
 
 PORTNAME=	wmnd
-PORTVERSION=	0.4.12
-PORTREVISION=	2
+PORTVERSION=	0.4.13
 CATEGORIES=	net
 MASTER_SITES=	http://www.thregr.org/~wavexx/software/wmnd/releases/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Improved network monitoring dock app (with tons of features)
 
-USE_X_PREFIX=	yes
-USE_XPM=	yes
+USE_GNOME=	gnometarget
+USE_XORG=	ice sm x11 xext xpm
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
-		--program-transform-name=""
+CONFIGURE_ARGS=	--with-drivers="freebsd_sysctl"
 
 MAN1=		wmnd.1
+PORTEXAMPLES=	wmndrc
+PLIST_FILES=	bin/wmnd
 
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${MANPREFIX}/man/man1
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${EXAMPLESDIR}
+.endif
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/wmnd/distinfo net/wmnd/distinfo
--- /usr/ports/net/wmnd/distinfo	2006-05-17 13:38:56.000000000 +0900
+++ net/wmnd/distinfo	2008-03-08 03:11:22.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (wmnd-0.4.12.tar.gz) = 595227d5a4a296b39b53799201568e8d
-SHA256 (wmnd-0.4.12.tar.gz) = 9e9f63e2210a396c49697f776cca8189d2585785637c596a9207e1750bd4a824
-SIZE (wmnd-0.4.12.tar.gz) = 167646
+MD5 (wmnd-0.4.13.tar.gz) = 459320061b1cb41660a5130bcf3526ed
+SHA256 (wmnd-0.4.13.tar.gz) = c654a59e1c844393b55eabacc6f2efe12f2a45952c4bbf7f6bc5fbaf1dfdfcac
+SIZE (wmnd-0.4.13.tar.gz) = 169698
diff -urN /usr/ports/net/wmnd/files/patch-src-drivers.c net/wmnd/files/patch-src-drivers.c
--- /usr/ports/net/wmnd/files/patch-src-drivers.c	2007-04-18 04:02:00.000000000 +0900
+++ net/wmnd/files/patch-src-drivers.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,21 +0,0 @@
---- src/drivers.c	Thu Apr 20 23:51:30 2006
-+++ ../wmnd-0.4.12-p/src/drivers.c	Thu Apr  5 22:05:34 2007
-@@ -570,7 +570,8 @@
-   struct freebsd_sysctl_drvdata* drdata;
-   int numifaces, numrfaces = 0;
-   int mib[5], datamib[6];
--  int i, len, len2;
-+  int i; 
-+  size_t len, len2;
- 
-   mib[0] = CTL_NET;
-   mib[1] = PF_LINK;
-@@ -636,7 +637,7 @@
- {
-   struct freebsd_sysctl_drvdata* drdata = dev->drvdata;
-   int datamib[6];
--  int len;
-+  size_t len;
- 
-   *ip = *op = *ib = *ob = 0;
- 
diff -urN /usr/ports/net/wmnd/pkg-descr net/wmnd/pkg-descr
--- /usr/ports/net/wmnd/pkg-descr	2007-11-07 13:36:48.000000000 +0900
+++ net/wmnd/pkg-descr	2008-03-08 03:36:30.000000000 +0900
@@ -1,6 +1,5 @@
-WMND (WindowMaker Network Devices) is a network monitoring
-dock app improved and based on WMiFS 1.3b.  The version 0.2 of
-wmnd is almost totally written by Timecop, given the optimization
-and flexibility. Enjoy!
+WMND (WindowMaker Network Devices) is a highly customizable network
+monitoring dockapp for Window Maker (and compatibles) for many
+operative systems and devices.
 
 WWW: http://www.thregr.org/~wavexx/software/wmnd/
diff -urN /usr/ports/net/wmnd/pkg-plist net/wmnd/pkg-plist
--- /usr/ports/net/wmnd/pkg-plist	2005-04-05 01:07:48.000000000 +0900
+++ net/wmnd/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,3 +0,0 @@
-bin/wmnd
-%%EXAMPLESDIR%%/wmndrc
-@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Mar 11 18:14:45 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121621 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Mar 13 20:57:04 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121621 
>Unformatted:
