diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-02 16:11:12 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-02 16:11:12 +0000 |
commit | 90a4af1896a18ac404f414a93ab5f3cb17b6c726 (patch) | |
tree | 8c9ec29c687d6553444d5cac59d24abc541f9095 /games | |
parent | 7b65f839e629ee5409b30c4998fcf39152e13402 (diff) | |
download | FreeBSD-ports-90a4af1896a18ac404f414a93ab5f3cb17b6c726.zip FreeBSD-ports-90a4af1896a18ac404f414a93ab5f3cb17b6c726.tar.gz |
- Update port to version 2.4.c
- Update MASTER_SITES
- Add net as secondary category
- Switch maintainership to submitter
- Update DESCR (both WWW, Author flags)
- Deploy NOPORTDOCS support in PLIST
Submitted by: Patrick Li <pat@databits.net>
Approved by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/qstat/Makefile | 8 | ||||
-rw-r--r-- | games/qstat/distinfo | 2 | ||||
-rw-r--r-- | games/qstat/pkg-descr | 5 | ||||
-rw-r--r-- | games/qstat/pkg-plist | 6 |
4 files changed, 11 insertions, 10 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 3de46e7..774aea5 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -6,12 +6,12 @@ # PORTNAME= qstat -PORTVERSION= 2.4.a -CATEGORIES= games -MASTER_SITES= http://www.activesw.com/people/steve/ +PORTVERSION= 2.4.c +CATEGORIES= games net +MASTER_SITES= http://www.qstat.org/ DISTNAME= qstat${PORTVERSION:S/.//g} -MAINTAINER= darius@dons.net.au +MAINTAINER= pat@databits.net do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin diff --git a/games/qstat/distinfo b/games/qstat/distinfo index abb31f4..43ef969 100644 --- a/games/qstat/distinfo +++ b/games/qstat/distinfo @@ -1 +1 @@ -MD5 (qstat24a.tar.gz) = cdab70510fa4e8e229431c9ad76781d9 +MD5 (qstat24c.tar.gz) = ced9809dd0be4d46949b4033a2da5d2f diff --git a/games/qstat/pkg-descr b/games/qstat/pkg-descr index 735b9e4..2810a85 100644 --- a/games/qstat/pkg-descr +++ b/games/qstat/pkg-descr @@ -14,6 +14,7 @@ It supports the following games: o Turok2 o Sin o Half-Life + o and more... -Author: Steve Jankowski <steve@activesw.com> -WWW: http://www.activesw.com/people/steve/qstat.html +Author: Steve Jankowski <steve@qstat.org> +WWW: http://www.qstat.org/ diff --git a/games/qstat/pkg-plist b/games/qstat/pkg-plist index 15a2431..ba22da6 100644 --- a/games/qstat/pkg-plist +++ b/games/qstat/pkg-plist @@ -1,4 +1,4 @@ bin/qstat -share/doc/qstat/qstat.txt -share/doc/qstat/qstatdoc.html -@dirrm share/doc/qstat +%%PORTDOCS%%share/doc/qstat/qstat.txt +%%PORTDOCS%%share/doc/qstat/qstatdoc.html +%%PORTDOCS%%@dirrm share/doc/qstat |