Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Nov 2006 15:13:45 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105006: [MAINTAINER] games/bitefusion: update to 1.0.1
Message-ID:  <20061101121345.2516B42B0@hades.panopticon>
Resent-Message-ID: <200611011220.kA1CKZ1Q092395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105006
>Category:       ports
>Synopsis:       [MAINTAINER] games/bitefusion: update to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 01 12:20:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #3: Wed Nov 1 14:20:50 MSK 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Update to 1.0.1
>How-To-Repeat:
>Fix:

--- bitefusion-1.0.1.patch begins here ---
diff -ruN bitefusion.orig/Makefile bitefusion/Makefile
--- bitefusion.orig/Makefile	Wed Nov  1 14:06:20 2006
+++ bitefusion/Makefile	Wed Nov  1 14:08:43 2006
@@ -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 -ruN bitefusion.orig/distinfo bitefusion/distinfo
--- bitefusion.orig/distinfo	Wed Nov  1 14:06:20 2006
+++ bitefusion/distinfo	Wed Nov  1 14:07:30 2006
@@ -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 -ruN bitefusion.orig/files/patch-main.c bitefusion/files/patch-main.c
--- bitefusion.orig/files/patch-main.c	Thu Jan  1 03:00:00 1970
+++ bitefusion/files/patch-main.c	Wed Nov  1 14:09:46 2006
@@ -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"
+ 
--- bitefusion-1.0.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061101121345.2516B42B0>