Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2001 22:15:32 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29557: Update games/qstat
Message-ID:  <200108090215.f792FW203165@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         29557
>Category:       ports
>Synopsis:       Update games/qstat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 08 19:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Update to 2.4d
Silence install
Add templates
>How-To-Repeat:
N/A
>Fix:
Index: qstat/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/qstat/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- qstat/Makefile	2001/07/02 16:11:12	1.10
+++ qstat/Makefile	2001/08/09 02:12:48
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qstat
-PORTVERSION=	2.4.c
+PORTVERSION=	2.4.d
 CATEGORIES=	games net
 MASTER_SITES=	http://www.qstat.org/
 DISTNAME=	qstat${PORTVERSION:S/.//g}
@@ -14,14 +14,17 @@
 MAINTAINER=	pat@databits.net
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${ECHO_MSG} ""
-	@${ECHO_MSG} "Installing documents in ${PREFIX}/share/doc/qstat"
+	@${ECHO_MSG} "Installing documents and templates in: \
+		${DOCSDIR}"
 	@${ECHO_MSG} ""
-	${MKDIR} ${PREFIX}/share/doc/qstat
-	${INSTALL_DATA} ${WRKSRC}/qstat.txt ${PREFIX}/share/doc/qstat
-	${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${PREFIX}/share/doc/qstat
+	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}/template
+	@${INSTALL_DATA} ${WRKSRC}/qstat.txt ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/template/* ${DOCSDIR}/template
 .endif
 
 .include <bsd.port.mk>
Index: qstat/distinfo
===================================================================
RCS file: /home/ncvs/ports/games/qstat/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- qstat/distinfo	2001/07/02 16:11:12	1.7
+++ qstat/distinfo	2001/08/09 02:12:48
@@ -1 +1 @@
-MD5 (qstat24c.tar.gz) = ced9809dd0be4d46949b4033a2da5d2f
+MD5 (qstat24d.tar.gz) = 2a83088c9df0bf871a76942584ba1245
Index: qstat/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/games/qstat/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- qstat/pkg-plist	2001/07/02 16:11:12	1.3
+++ qstat/pkg-plist	2001/08/09 02:12:48
@@ -1,4 +1,20 @@
 bin/qstat
 %%PORTDOCS%%share/doc/qstat/qstat.txt
 %%PORTDOCS%%share/doc/qstat/qstatdoc.html
+%%PORTDOCS%%share/doc/qstat/template/README.txt
+%%PORTDOCS%%share/doc/qstat/template/broc.lst
+%%PORTDOCS%%share/doc/qstat/template/brocTh.html
+%%PORTDOCS%%share/doc/qstat/template/brocTp.html
+%%PORTDOCS%%share/doc/qstat/template/brocTs.html
+%%PORTDOCS%%share/doc/qstat/template/brocTt.html
+%%PORTDOCS%%share/doc/qstat/template/tribes2th.html
+%%PORTDOCS%%share/doc/qstat/template/tribes2tp.html
+%%PORTDOCS%%share/doc/qstat/template/tribes2ts.html
+%%PORTDOCS%%share/doc/qstat/template/tribes2tt.html
+%%PORTDOCS%%share/doc/qstat/template/unreal.lst
+%%PORTDOCS%%share/doc/qstat/template/unrealTh.html
+%%PORTDOCS%%share/doc/qstat/template/unrealTp.html
+%%PORTDOCS%%share/doc/qstat/template/unrealTs.html
+%%PORTDOCS%%share/doc/qstat/template/unrealTt.html
+%%PORTDOCS%%@dirrm share/doc/qstat/template
 %%PORTDOCS%%@dirrm share/doc/qstat
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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