1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 2.5.c

This commit is contained in:
Patrick Li 2003-02-14 20:44:23 +00:00
parent ce583edf5d
commit 6ce96ae4b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75529
4 changed files with 10 additions and 17 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (qstat25b.tar.gz) = 37e8b8ee3dfcae3e6e14e3a6f71a8fe1
MD5 (qstat25c.tar.gz) = a936dc3e15ece567378a026737fe45e2

View File

@ -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];

View File

@ -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