From tkato432@yahoo.com  Tue Mar 22 18:12:01 2011
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 AD73F106564A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:12:01 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167])
	by mx1.freebsd.org (Postfix) with ESMTP id 851CC8FC13
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:12:01 +0000 (UTC)
Received: from localhost.localdomain (ZT048080.ppp.dion.ne.jp [59.128.48.80])
	by msa104lp.auone-net.jp (au one net msa) with ESMTP id E94672BC03B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 23 Mar 2011 03:11:58 +0900 (JST)
Message-Id: <20110323031042.29a14a69.tkato432@yahoo.com>
Date: Wed, 23 Mar 2011 03:10:42 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: sysutils/xcpustate

>Number:         155801
>Category:       ports
>Synopsis:       Update port: sysutils/xcpustate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:05 UTC 2011
>Closed-Date:    Wed Mar 23 16:39:43 UTC 2011
>Last-Modified:  Wed Mar 23 16:40:11 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add WWW: line
- Utilize PLIST_FILES

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/xcpustate/Makefile sysutils/xcpustate/Makefile
--- /usr/ports/sysutils/xcpustate/Makefile	2011-03-14 12:54:42.000000000 +0900
+++ sysutils/xcpustate/Makefile	2011-03-17 04:04:49.000000000 +0900
@@ -10,24 +10,22 @@
 PORTVERSION=	2.9
 PORTREVISION=	2
 CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/  \
-		${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR=	utilities
+MASTER_SITES=	http://ftp.cs.toronto.edu/pub/jdd/xcpustate/
 EXTRACT_SUFX=	.shar
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	System monitoring utility graphicaly showing cpu load and status
 
-DEPRECATED=     Upstream disapear and distfile is no more available
-EXPIRATION_DATE=        2011-05-01
-
 EXTRACT_CMD=	${CAT}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS=	|sh
-USE_IMAKE=	yes
-USE_XORG=	ice sm x11 xaw xext xmu xt
+EXTRACT_BEFORE_ARGS=	# none
+EXTRACT_AFTER_ARGS=	| ${SH}
+
 NO_WRKSUBDIR=	yes
 
-MAN1=		xcpustate.1
+USE_XORG=	ice sm x11 xaw xext xmu xt
+USE_IMAKE=	yes
+
+MAN1=		${PORTNAME}.1
+PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/sysutils/xcpustate/pkg-descr sysutils/xcpustate/pkg-descr
--- /usr/ports/sysutils/xcpustate/pkg-descr	2009-12-21 15:58:29.000000000 +0900
+++ sysutils/xcpustate/pkg-descr	2011-03-17 04:02:48.000000000 +0900
@@ -4,3 +4,5 @@
 
 It can also display information about remote hosts using the RSTAT RPC
 protocol, as perfmeter does.
+
+WWW: http://www.cs.toronto.edu/~jdd/
diff -urN /usr/ports/sysutils/xcpustate/pkg-plist sysutils/xcpustate/pkg-plist
--- /usr/ports/sysutils/xcpustate/pkg-plist	2000-11-22 11:22:49.000000000 +0900
+++ sysutils/xcpustate/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,2 +0,0 @@
-@comment $FreeBSD: ports/sysutils/xcpustate/pkg-plist,v 1.3 2000/11/22 02:22:49 obrien Exp $
-bin/xcpustate
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Tue Mar 22 20:42:16 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155801 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Wed Mar 23 16:39:42 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155801 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155801: commit references a PR
Date: Wed, 23 Mar 2011 16:39:42 +0000 (UTC)

 dhn         2011-03-23 16:39:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/xcpustate   Makefile pkg-descr 
   Removed files:
     sysutils/xcpustate   pkg-plist 
   Log:
   - Fix MASTER_SITES
   - Add WWW in pkg-descr
   - Utilize PLIST_FILES
   
   PR:             ports/155801
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.34      +9 -11     ports/sysutils/xcpustate/Makefile
   1.3       +2 -0      ports/sysutils/xcpustate/pkg-descr
   1.4       +0 -2      ports/sysutils/xcpustate/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
