Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 03:10:42 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155801: Update port: sysutils/xcpustate
Message-ID:  <20110323031042.29a14a69.tkato432@yahoo.com>
Resent-Message-ID: <201103221820.p2MIK5aj036420@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155801
>Category:       ports
>Synopsis:       Update port: sysutils/xcpustate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:05 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110323031042.29a14a69.tkato432>