diff options
Diffstat (limited to 'games/openjazz')
-rw-r--r-- | games/openjazz/Makefile | 4 | ||||
-rw-r--r-- | games/openjazz/distinfo | 4 | ||||
-rw-r--r-- | games/openjazz/files/patch-src-io-gfx-video.cpp | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile index 403b16daf885..77c6484c79ea 100644 --- a/games/openjazz/Makefile +++ b/games/openjazz/Makefile @@ -6,11 +6,11 @@ # PORTNAME= openjazz -PORTVERSION= 20100926 +PORTVERSION= 20110703 CATEGORIES= games MASTER_SITES= http://alister.eu/jazz/oj/ \ LOCAL/martymac -DISTNAME= OpenJazz-src-260910 +DISTNAME= OpenJazz-src-030711 MAINTAINER= martymac@FreeBSD.org COMMENT= Free re-implementation of the Jazz Jackrabbit(tm) game engine diff --git a/games/openjazz/distinfo b/games/openjazz/distinfo index 51ab3fbe3716..9d19fcb774f2 100644 --- a/games/openjazz/distinfo +++ b/games/openjazz/distinfo @@ -1,2 +1,2 @@ -SHA256 (OpenJazz-src-260910.zip) = d4c18cab4717344b7adfe6b2840ae13b17590bc72ffc4b76e46bb627e6549129 -SIZE (OpenJazz-src-260910.zip) = 195047 +SHA256 (OpenJazz-src-030711.zip) = 09b169b345d94d5eb1d38e479f3900eb265162c581695cef331a57e14e914347 +SIZE (OpenJazz-src-030711.zip) = 213947 diff --git a/games/openjazz/files/patch-src-io-gfx-video.cpp b/games/openjazz/files/patch-src-io-gfx-video.cpp deleted file mode 100644 index 64828b2acee9..000000000000 --- a/games/openjazz/files/patch-src-io-gfx-video.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/io/gfx/video.cpp.orig 2010-10-06 18:26:54.742621897 +0000 -+++ src/io/gfx/video.cpp 2010-10-06 18:27:27.564666319 +0000 -@@ -139,7 +139,7 @@ - } - #endif - --#if !defined(WIZ) && (defined(CAANOO) || defined(GP2X)) -+#if !defined(WIZ) - expose(); - #endif - |