aboutsummaryrefslogtreecommitdiff
path: root/games/mvdsv
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-19 09:43:00 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-19 09:43:00 +0000
commit1e18d145c113b3039d4e9f08149363be3ee0d8c9 (patch)
tree049bec786c49b7f916d9a15e6873ba5c8a3388c8 /games/mvdsv
parent0c7c0e6b73621e47ef0e9192c6757d5036eef377 (diff)
downloadports-1e18d145c113b3039d4e9f08149363be3ee0d8c9.tar.gz
ports-1e18d145c113b3039d4e9f08149363be3ee0d8c9.zip
Notes
Diffstat (limited to 'games/mvdsv')
-rw-r--r--games/mvdsv/Makefile6
-rw-r--r--games/mvdsv/distinfo2
-rw-r--r--games/mvdsv/files/patch-sv_demo.c17
-rw-r--r--games/mvdsv/pkg-descr4
4 files changed, 6 insertions, 23 deletions
diff --git a/games/mvdsv/Makefile b/games/mvdsv/Makefile
index 81edde142d4d..19ef63de4309 100644
--- a/games/mvdsv/Makefile
+++ b/games/mvdsv/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= mvdsv
-PORTVERSION= 0.1722
+PORTVERSION= 0.1723b
CATEGORIES= games
MASTER_SITES= http://www.wsb.poznan.pl/~pawel/q/q/ktpro/ \
http://freebsd.nsu.ru/distfiles/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
+DISTNAME= ${PORTNAME}_${PORTVERSION}_source
MAINTAINER= danfe@regency.nsu.ru
COMMENT= Enhanced QuakeWorld server with multi-view demos capability
MAKEFILE= ${FILESDIR}/Makefile
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/vvd/${PORTNAME}${PORTVERSION}b/source
+WRKSRC= ${WRKDIR}/${DISTNAME}/source
pre-everything::
.if !defined(WITH_OPTIMIZED_CFLAGS)
diff --git a/games/mvdsv/distinfo b/games/mvdsv/distinfo
index 98d5670be6b3..b4c94eb29e19 100644
--- a/games/mvdsv/distinfo
+++ b/games/mvdsv/distinfo
@@ -1 +1 @@
-MD5 (mvdsv-0.1722.tar.gz) = 141760e87b64508fc0a66fc2dc9776c7
+MD5 (mvdsv_0.1723b_source.tar.gz) = 846ba5222d8918bd9a3b5b950dcefb7e
diff --git a/games/mvdsv/files/patch-sv_demo.c b/games/mvdsv/files/patch-sv_demo.c
deleted file mode 100644
index 8456271e3281..000000000000
--- a/games/mvdsv/files/patch-sv_demo.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- sv_demo.c.orig Tue Jun 3 17:50:02 2003
-+++ sv_demo.c Tue Jun 3 17:53:09 2003
-@@ -610,12 +610,12 @@
- {
- if (!USACACHE)
- {
-- dwrite = &fwrite;
-+ dwrite = (void *)&fwrite;
- demo.dest = demo.file;
- demo.disk = true;
- } else
- {
-- dwrite = &memwrite;
-+ dwrite = (void *)&memwrite;
- demo.mfile = svs.demomem;
- demo.dest = &demo.mfile;
- }
diff --git a/games/mvdsv/pkg-descr b/games/mvdsv/pkg-descr
index be891d84e2b6..6a9c1d167a18 100644
--- a/games/mvdsv/pkg-descr
+++ b/games/mvdsv/pkg-descr
@@ -1,7 +1,7 @@
MVDSV is popular QuakeWorld server with new amazing possibilities, most
notably, of course, being multi-view demos. MVD demos are probably the
biggest step in QuakeWorld since Qizmo release. MVDSV is also the best
-server to use with KTeams Pro deathmatch mod, and in fact is requited
+server to use with KTeams Pro deathmatch mod, and in fact is required
for latter's full functionality.
-WWW: http://www.wsb.poznan.pl/~pawel/q/q/ktpro/develop/
+WWW: http://www.wsb.poznan.pl/~pawel/q/q/ktpro/