1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Update to version 1.28.

- Remove patch (integrated upstream).
This commit is contained in:
Alejandro Pulver 2008-06-21 21:56:21 +00:00
parent 5f3dff1f70
commit 7c4f427fb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215492
3 changed files with 5 additions and 23 deletions

View File

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

View File

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

View File

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