From 6ce96ae4b4c79fc92f08eee1c508a77b60ab371c Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Fri, 14 Feb 2003 20:44:23 +0000 Subject: Update to 2.5.c --- games/qstat/Makefile | 3 +-- games/qstat/distinfo | 2 +- games/qstat/files/patch-config.c | 15 +++------------ games/qstat/pkg-plist | 7 +++++-- 4 files changed, 10 insertions(+), 17 deletions(-) (limited to 'games/qstat') 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 -- cgit v1.2.3