diff options
author | danfe <danfe@FreeBSD.org> | 2007-06-24 15:28:26 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-06-24 15:28:26 +0000 |
commit | ae3f3ef2362223bf0743fd71233731fbc3ffcd73 (patch) | |
tree | 64f4844f7799bab509908a9108ab825fcbdee03e /games/qstat | |
parent | feaa5ffcc7f6b8cd470b79a10260358cc276459f (diff) | |
download | FreeBSD-ports-ae3f3ef2362223bf0743fd71233731fbc3ffcd73.zip FreeBSD-ports-ae3f3ef2362223bf0743fd71233731fbc3ffcd73.tar.gz |
- Update to version 2.11
- Enable poll(2) support [1]
- Better port description
Idea from PR: ports/113948 [1]
Submitted by: Gary Stanley [1]
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 881ae9e..94cb36c 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 065336e..ca32429 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 d3d7118..f9e3fb1 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/ |