aboutsummaryrefslogtreecommitdiff
path: root/games/qstat
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-02-14 20:44:23 +0000
committerPatrick Li <pat@FreeBSD.org>2003-02-14 20:44:23 +0000
commit6ce96ae4b4c79fc92f08eee1c508a77b60ab371c (patch)
treeb2ca851b510bbb1a788343ee128448c0ed195a27 /games/qstat
parentce583edf5db4d80e0bf98682b88c39d9179bd9a2 (diff)
downloadports-6ce96ae4b4c79fc92f08eee1c508a77b60ab371c.tar.gz
ports-6ce96ae4b4c79fc92f08eee1c508a77b60ab371c.zip
Notes
Diffstat (limited to 'games/qstat')
-rw-r--r--games/qstat/Makefile3
-rw-r--r--games/qstat/distinfo2
-rw-r--r--games/qstat/files/patch-config.c15
-rw-r--r--games/qstat/pkg-plist7
4 files changed, 10 insertions, 17 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile
index 892492daef8e..86f808f3ba87 100644
--- a/games/qstat/Makefile
+++ b/games/qstat/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qstat
-PORTVERSION= 2.5.b
-PORTREVISION= 1
+PORTVERSION= 2.5.c
CATEGORIES= games net
MASTER_SITES= http://www.qstat.org/
DISTNAME= qstat${PORTVERSION:S/.//g}
diff --git a/games/qstat/distinfo b/games/qstat/distinfo
index 82ecdf5c25a2..21a79726f178 100644
--- a/games/qstat/distinfo
+++ b/games/qstat/distinfo
@@ -1 +1 @@
-MD5 (qstat25b.tar.gz) = 37e8b8ee3dfcae3e6e14e3a6f71a8fe1
+MD5 (qstat25c.tar.gz) = a936dc3e15ece567378a026737fe45e2
diff --git a/games/qstat/files/patch-config.c b/games/qstat/files/patch-config.c
index c8ce4dbf6241..7179e2e1c06d 100644
--- a/games/qstat/files/patch-config.c
+++ b/games/qstat/files/patch-config.c
@@ -1,15 +1,6 @@
---- config.c.orig Tue Aug 6 21:13:34 2002
-+++ config.c Sun Sep 22 09:00:30 2002
-@@ -157,7 +157,7 @@
-
- var= getenv( "HOME");
- if ( var != NULL && var[0] != '\0') {
-- sprintf( path, "%s/%s", var, HOME_CONFIG_FILE);
-+ snprintf( path, (sizeof(path) -1),"%s/%s", var, HOME_CONFIG_FILE);
- rc= try_load_config_file( path, 0);
- if ( rc == 0 || rc == -1)
- return rc;
-@@ -197,7 +197,7 @@
+--- config.c.orig Fri Nov 8 19:06:04 2002
++++ config.c Fri Feb 14 13:07:09 2003
+@@ -204,7 +204,7 @@
filename= getenv( "HOME");
if ( filename != NULL && filename[0] != '\0') {
char path[1024];
diff --git a/games/qstat/pkg-plist b/games/qstat/pkg-plist
index 9eaf314912e6..cc68c9eb996e 100644
--- a/games/qstat/pkg-plist
+++ b/games/qstat/pkg-plist
@@ -1,16 +1,19 @@
bin/qstat
%%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/ghostrecon.lst
+%%PORTDOCS%%share/doc/qstat/template/ghostreconTh.html
+%%PORTDOCS%%share/doc/qstat/template/ghostreconTp.html
+%%PORTDOCS%%share/doc/qstat/template/ghostreconTs.html
+%%PORTDOCS%%share/doc/qstat/template/ghostreconTt.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