diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-06-22 05:56:21 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-06-22 05:56:21 +0800 |
commit | ea7f0c078dd8af79125668e00fba8db458c35af5 (patch) | |
tree | e3504d9643054154b9db5167d4fd2125377657dc /games/vavoom | |
parent | 9c7371662d53b533d245da46421e95dcfd801c1c (diff) | |
download | freebsd-ports-gnome-ea7f0c078dd8af79125668e00fba8db458c35af5.tar.gz freebsd-ports-gnome-ea7f0c078dd8af79125668e00fba8db458c35af5.tar.zst freebsd-ports-gnome-ea7f0c078dd8af79125668e00fba8db458c35af5.zip |
- Update to version 1.28.
- Remove patch (integrated upstream).
Diffstat (limited to 'games/vavoom')
-rw-r--r-- | games/vavoom/Makefile | 5 | ||||
-rw-r--r-- | games/vavoom/distinfo | 6 | ||||
-rw-r--r-- | games/vavoom/files/patch-source__sys_bsd.cpp | 17 |
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> |