diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 01:09:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 01:09:02 +0000 |
commit | f97f2e7a92aa40a923e139d8428d2090fe9e38a6 (patch) | |
tree | 3e7582cc3a1a0f7e114e25093cea82cfa3d38178 /games/bitefusion | |
parent | 4094cd0743af79bb5acc6cb5a64701792cf35b2e (diff) | |
download | ports-f97f2e7a92aa40a923e139d8428d2090fe9e38a6.tar.gz ports-f97f2e7a92aa40a923e139d8428d2090fe9e38a6.zip |
Notes
Diffstat (limited to 'games/bitefusion')
-rw-r--r-- | games/bitefusion/Makefile | 3 | ||||
-rw-r--r-- | games/bitefusion/distinfo | 6 | ||||
-rw-r--r-- | games/bitefusion/files/patch-main.c | 19 |
3 files changed, 23 insertions, 5 deletions
diff --git a/games/bitefusion/Makefile b/games/bitefusion/Makefile index 86d76e9e34af..91cc0f273a62 100644 --- a/games/bitefusion/Makefile +++ b/games/bitefusion/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bitefusion -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://www.junoplay.com/files/ diff --git a/games/bitefusion/distinfo b/games/bitefusion/distinfo index 9159dd7e90d6..ce40b9b56973 100644 --- a/games/bitefusion/distinfo +++ b/games/bitefusion/distinfo @@ -1,3 +1,3 @@ -MD5 (bitefusion-1.0.0.tar.gz) = ddbbab99db5b26623842a202f6a18fa0 -SHA256 (bitefusion-1.0.0.tar.gz) = 6dd60f43bf7f0ce8d47a5854dac079ff9ba1b6f763210a91fb1d0641241f8399 -SIZE (bitefusion-1.0.0.tar.gz) = 279538 +MD5 (bitefusion-1.0.1.tar.gz) = d7bc933c3363a76b4cb3eeb2a4f33b40 +SHA256 (bitefusion-1.0.1.tar.gz) = 8977ec4b04bec4b795188c68686802b7bf540b2ea0719ab95197da20b7191665 +SIZE (bitefusion-1.0.1.tar.gz) = 280347 diff --git a/games/bitefusion/files/patch-main.c b/games/bitefusion/files/patch-main.c new file mode 100644 index 000000000000..6c65b83b2d37 --- /dev/null +++ b/games/bitefusion/files/patch-main.c @@ -0,0 +1,19 @@ +--- main.c.orig Thu Oct 5 18:49:20 2006 ++++ main.c Wed Nov 1 14:09:15 2006 +@@ -5,7 +5,7 @@ + #define __BIT_ENDIAN 1234 + #define __BYTE_ORDER __LITTLE_ENDIAN + #else +-#include <endian.h> ++//#include <endian.h> + #endif + + #include <SDL/SDL.h> +@@ -17,6 +17,7 @@ + #include <math.h> + #include <stdlib.h> + #include <string.h> ++#include <unistd.h> + + #include "error.h" + |