diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-24 15:28:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-24 15:28:26 +0000 |
commit | d47bba1170457206d24ae2f9e981c6179249a50a (patch) | |
tree | cd09487427b50be1ceb1de37fe1e997e5a7cfdb2 /games/qstat | |
parent | 0ec93a49398394e66022d4a2564aa3905c4d17f8 (diff) |
Notes
Diffstat (limited to 'games/qstat')
-rw-r--r-- | games/qstat/Makefile | 3 | ||||
-rw-r--r-- | games/qstat/distinfo | 6 | ||||
-rw-r--r-- | games/qstat/pkg-descr | 7 |
3 files changed, 8 insertions, 8 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 881ae9eb0d14..94cb36c8fedd 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qstat -PORTVERSION= 2.10 +PORTVERSION= 2.11 CATEGORIES= games net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +22,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|\(qstat\.cfg\)|\1\.default|' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|OpenBSD|FreeBSD|' ${WRKSRC}/qstat.c post-install: .if !defined(NOPORTDOCS) diff --git a/games/qstat/distinfo b/games/qstat/distinfo index 065336efce4e..ca3242950448 100644 --- a/games/qstat/distinfo +++ b/games/qstat/distinfo @@ -1,3 +1,3 @@ -MD5 (qstat-2.10.tar.gz) = ac3ce3dbed5248bd5738a4968460880e -SHA256 (qstat-2.10.tar.gz) = c86c12465dac1efbab7e0d2f84a5fc5388f7057e9cf09a2253cc88730ca1476c -SIZE (qstat-2.10.tar.gz) = 228886 +MD5 (qstat-2.11.tar.gz) = 26c09831660ef9049fe74b786b80d091 +SHA256 (qstat-2.11.tar.gz) = 16f0c0f55567597d7f2db5136a0858c56effb4481a2c821a48cd0432ea572150 +SIZE (qstat-2.11.tar.gz) = 258335 diff --git a/games/qstat/pkg-descr b/games/qstat/pkg-descr index d3d7118172f2..f9e3fb1f27a1 100644 --- a/games/qstat/pkg-descr +++ b/games/qstat/pkg-descr @@ -4,7 +4,7 @@ a game. For servers running a game, the server name, map name, current number of players, and response time are displayed. Server rules and player information may also be displayed. Can output templates for automatic HTML generation. Also has raw display mode for integration -with custom server browsers. List of supported games includes: +with custom server browsers. Incomplete list of supported games includes: - old Quake (NetQuake) - QuakeWorld @@ -12,11 +12,10 @@ with custom server browsers. List of supported games includes: - HexenWorld - Quake II - Unreal - - Turok2 - - Sin - Half-Life 2 - Half-Life - Doom III - - and more... + - Warsow + - Tremulous WWW: http://www.qstat.org/ |