Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 01:00:33 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96477: Update port: sysutils/wmlongrun
Message-ID:  <20060429010033.c3c4a040.tkato432@yahoo.com>
Resent-Message-ID: <200604281610.k3SGAKiX060028@freefall.freebsd.org>

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

>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 <ssato@sh.rim.or.jp>
+WWW: http://seiichisato.jp/dockapps/#wmlongrun
+Author: Seiichi SATO <me __ A T __ seiichisato __ D O T __ jp>
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:



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