From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 28 16:10:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE16916A40D for ; Fri, 28 Apr 2006 16:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A650943D49 for ; Fri, 28 Apr 2006 16:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3SGAKvh060029 for ; Fri, 28 Apr 2006 16:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3SGAKiX060028; Fri, 28 Apr 2006 16:10:20 GMT (envelope-from gnats) Resent-Date: Fri, 28 Apr 2006 16:10:20 GMT Resent-Message-Id: <200604281610.k3SGAKiX060028@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8328716A403 for ; Fri, 28 Apr 2006 16:01:27 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta059.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BB7243D48 for ; Fri, 28 Apr 2006 16:01:26 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([61.204.127.192]) by nm05mta.dion.ne.jp id <20060429010124209.MA85.8162C60@nm05mta.dion.ne.jp>; Sat, 29 Apr 2006 01:01:24 +0900 Message-Id: <20060429010033.c3c4a040.tkato432@yahoo.com> Date: Sat, 29 Apr 2006 01:00:33 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/96477: Update port: sysutils/wmlongrun X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 16:10:24 -0000 >Number: 96477 >Category: ports >Synopsis: Update port: sysutils/wmlongrun >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: Fri Apr 28 16:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p15 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Support PLIST_FILES Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/wmlongrun/Makefile sysutils/wmlongrun/Makefile --- /usr/ports/sysutils/wmlongrun/Makefile Sat Apr 15 14:26:40 2006 +++ sysutils/wmlongrun/Makefile Sat Apr 29 00:39:01 2006 @@ -8,23 +8,25 @@ PORTNAME= wmlongrun PORTVERSION= 0.2.0 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ +MASTER_SITES= http://seiichisato.jp/dockapps/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp to monitor the LongRun(tm) status on Crusoe USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_XPM= yes -CONFIGURE_ARGS= --program-prefix="" +USE_GNOME= gnometarget +GNU_CONFIGURE= yes MAN1= wmlongrun.1 +PORTDOCS= ChangeLog README +PLIST_FILES= bin/wmlongrun -.ifndef(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ChangeLog README - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif # !NOPORTDOCS diff -urN /usr/ports/sysutils/wmlongrun/pkg-descr sysutils/wmlongrun/pkg-descr --- /usr/ports/sysutils/wmlongrun/pkg-descr Sun Mar 24 11:58:24 2002 +++ sysutils/wmlongrun/pkg-descr Sat Apr 29 00:39:30 2006 @@ -4,5 +4,5 @@ flags (performance or economy), and the performance level (expressed as a percentile). -WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmlongrun -Author: Seiichi SATO +WWW: http://seiichisato.jp/dockapps/#wmlongrun +Author: Seiichi SATO diff -urN /usr/ports/sysutils/wmlongrun/pkg-plist sysutils/wmlongrun/pkg-plist --- /usr/ports/sysutils/wmlongrun/pkg-plist Sun Mar 24 11:58:24 2002 +++ sysutils/wmlongrun/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,4 +0,0 @@ -bin/wmlongrun -%%PORTDOCS%%share/doc/wmlongrun/ChangeLog -%%PORTDOCS%%share/doc/wmlongrun/README -%%PORTDOCS%%@dirrm share/doc/wmlongrun >Release-Note: >Audit-Trail: >Unformatted: