aboutsummaryrefslogtreecommitdiff
path: root/games/vavoom
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-06-21 21:56:21 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-06-21 21:56:21 +0000
commit7c4f427fb5e18e1f0a5462089f77f65f0d024979 (patch)
tree56dc3454102ae177fe104ea92bb0c812e8bb6fee /games/vavoom
parent5f3dff1f70ebb0c3417299a6bd6ca2c3c83cf7e3 (diff)
downloadports-7c4f427fb5e18e1f0a5462089f77f65f0d024979.tar.gz
ports-7c4f427fb5e18e1f0a5462089f77f65f0d024979.zip
Notes
Diffstat (limited to 'games/vavoom')
-rw-r--r--games/vavoom/Makefile5
-rw-r--r--games/vavoom/distinfo6
-rw-r--r--games/vavoom/files/patch-source__sys_bsd.cpp17
3 files changed, 5 insertions, 23 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile
index b68f565fe6a2..352d6a9cb3a9 100644
--- a/games/vavoom/Makefile
+++ b/games/vavoom/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= vavoom
-PORTVERSION= 1.27.1
-PORTREVISION= 1
+PORTVERSION= 1.28
CATEGORIES= games
MASTER_SITES= SF
@@ -124,7 +123,7 @@ CMAKE_ARGS+= -DWITH_SDL=N
post-patch:
@cd ${WRKSRC} && ${SH} fixunix.sh
- @${REINPLACE_CMD} -e 's|$$\* $${IWADDIR}|-iwaddir ${DMDIR} $$*|' \
+ @${REINPLACE_CMD} -e 's|$$\* ||; s|$${IWADDIR}|-iwaddir ${DMDIR} $$*|' \
${WRKSRC}/source/CMakeLists.txt
post-install:
diff --git a/games/vavoom/distinfo b/games/vavoom/distinfo
index be6da23c6943..5ed64c336b94 100644
--- a/games/vavoom/distinfo
+++ b/games/vavoom/distinfo
@@ -1,3 +1,3 @@
-MD5 (vavoom-1.27.1.tar.bz2) = 0a0d3781cfeb5625d54abf6a1f4da4bc
-SHA256 (vavoom-1.27.1.tar.bz2) = 33d3a3012927690a921ca52388850cb007e4a166623cfdb8dc2badddbaad8e54
-SIZE (vavoom-1.27.1.tar.bz2) = 1569598
+MD5 (vavoom-1.28.tar.bz2) = df12818579f50cb0777b4280b694cc91
+SHA256 (vavoom-1.28.tar.bz2) = 3553393f20d2da0d2a2ba23008f56b10aee12b8034d71dcc53cce9bc40ae1172
+SIZE (vavoom-1.28.tar.bz2) = 1608334
diff --git a/games/vavoom/files/patch-source__sys_bsd.cpp b/games/vavoom/files/patch-source__sys_bsd.cpp
deleted file mode 100644
index df30dc209b3c..000000000000
--- a/games/vavoom/files/patch-source__sys_bsd.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./source/sys_bsd.cpp.orig 2006-09-26 20:32:53.000000000 -0300
-+++ ./source/sys_bsd.cpp 2008-04-21 14:45:17.000000000 -0300
-@@ -29,13 +29,13 @@
-
- // HEADER FILES ------------------------------------------------------------
-
--#include "gamedefs.h"
- #include <signal.h>
- #include <fcntl.h>
- #include <unistd.h>
- #include <dirent.h>
- #include <sys/stat.h>
- #include <sys/time.h>
-+#include "gamedefs.h"
-
- #ifdef DJGPP
- #include <dpmi.h>