diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-05 09:09:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-05 09:09:02 +0800 |
commit | 808fae251eb320ff64455901b68fe15b7c58e8e0 (patch) | |
tree | d093e30a85b8211768650ce12eaca3d0a2815e93 | |
parent | a1a91b23e9c3572713315978d67e0711e8dcc23b (diff) | |
download | freebsd-ports-gnome-808fae251eb320ff64455901b68fe15b7c58e8e0.tar.gz freebsd-ports-gnome-808fae251eb320ff64455901b68fe15b7c58e8e0.tar.zst freebsd-ports-gnome-808fae251eb320ff64455901b68fe15b7c58e8e0.zip |
- Update to 1.0.1
PR: ports/105006
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (Maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
-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" + |