ports/107198: [MAINTAINER] games/xmoto: update to 0.2.4

Dmitry Marakasov amdmi3 at mail.ru
Mon Dec 25 21:20:10 UTC 2006


>Number:         107198
>Category:       ports
>Synopsis:       [MAINTAINER] games/xmoto: update to 0.2.4
>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:   Mon Dec 25 21:20:09 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 at hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
- Update to 0.2.4 (http://xmoto.tuxfamily.org/dev/ChangeLog)
- Remove some patches (were merged to upstream)
- Remove my signature from pkg-descr (didn't belong there)
>How-To-Repeat:
>Fix:

--- xmoto-0.2.4.patch begins here ---
diff -ruN xmoto.orig/Makefile xmoto/Makefile
--- xmoto.orig/Makefile	Mon Dec 25 15:59:02 2006
+++ xmoto/Makefile	Tue Dec 26 00:13:56 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	xmoto
-PORTVERSION=	0.2.2
-PORTREVISION=	2
+PORTVERSION=	0.2.4
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -27,6 +26,7 @@
 USE_LUA=	5.1
 USE_SDL=	sdl mixer
 USE_DOS2UNIX=	src/*.cpp src/*.h
+USE_GCC=	3.4+
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -42,7 +42,7 @@
 OPTIONS=	WWW	"Online high-scores and new levels download support"	on \
 		ZOOM	"Enable zooming"	off
 
-MAN6=		xmoto.6 xmoto-edit.6
+MAN6=		xmoto.6
 
 .include <bsd.port.pre.mk>
 
diff -ruN xmoto.orig/distinfo xmoto/distinfo
--- xmoto.orig/distinfo	Mon Dec 25 15:59:02 2006
+++ xmoto/distinfo	Mon Dec 25 16:00:27 2006
@@ -1,3 +1,3 @@
-MD5 (xmoto-0.2.2-src.tar.gz) = bbf2f0c02ba2ffe1f65e4ca78b0a0bd3
-SHA256 (xmoto-0.2.2-src.tar.gz) = 478b9f54c79878f3ff384298b8679f6aece1069b8d41bcdd66dc1951fe803648
-SIZE (xmoto-0.2.2-src.tar.gz) = 5938064
+MD5 (xmoto-0.2.4-src.tar.gz) = 78f776695a664b855e3659df25cc6d82
+SHA256 (xmoto-0.2.4-src.tar.gz) = 67bd0dfb5442a290c1290b34461e1f7924e53c8282b7360c29d3f6c425457605
+SIZE (xmoto-0.2.4-src.tar.gz) = 5972103
diff -ruN xmoto.orig/files/patch-src-Locales.h xmoto/files/patch-src-Locales.h
--- xmoto.orig/files/patch-src-Locales.h	Mon Dec 25 15:59:02 2006
+++ xmoto/files/patch-src-Locales.h	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- src/Locales.h.orig	Tue Sep 19 05:51:55 2006
-+++ src/Locales.h	Tue Sep 19 05:55:02 2006
-@@ -22,6 +22,8 @@
- #ifndef __LOCALES_H__
- #define __LOCALES_H__
- 
-+#include "BuildConfig.h"
-+
- #ifndef USE_GETTEXT
- #define _(a) a
- #else
diff -ruN xmoto.orig/files/patch-src-Replay.cpp xmoto/files/patch-src-Replay.cpp
--- xmoto.orig/files/patch-src-Replay.cpp	Mon Dec 25 15:59:02 2006
+++ xmoto/files/patch-src-Replay.cpp	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- src/Replay.cpp.orig	Sun May 21 17:46:59 2006
-+++ src/Replay.cpp	Sun May 21 17:47:11 2006
-@@ -32,7 +32,6 @@
- #include <time.h> 
- #include <ctime>
- #include <iostream>
--#include <locale>
- 
- namespace vapp {
- 
diff -ruN xmoto.orig/files/patch-src-VCommon.h xmoto/files/patch-src-VCommon.h
--- xmoto.orig/files/patch-src-VCommon.h	Mon Dec 25 15:59:02 2006
+++ xmoto/files/patch-src-VCommon.h	Thu Jan  1 03:00:00 1970
@@ -1,12 +0,0 @@
---- src/VCommon.h.orig	Tue Sep 12 22:29:01 2006
-+++ src/VCommon.h	Sat Sep 16 17:45:59 2006
-@@ -70,8 +70,7 @@
- #include <string>
- #include <vector>
- #include <queue>
--#include <ostream>
--#include <istream>
-+#include <iostream>
- #include <sstream>
- 
- #include <stdio.h>
diff -ruN xmoto.orig/files/patch-src-WWW.h xmoto/files/patch-src-WWW.h
--- xmoto.orig/files/patch-src-WWW.h	Mon Dec 25 15:59:02 2006
+++ xmoto/files/patch-src-WWW.h	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- src/WWW.h.orig	Sun May 21 17:47:25 2006
-+++ src/WWW.h	Sun May 21 17:47:49 2006
-@@ -8,6 +8,7 @@
- 
- #include <string>
- #include <vector>
-+#include <stdio.h>
- 
- #if !defined(_MSC_VER)
-   #define USE_HASH_MAP
diff -ruN xmoto.orig/files/patch-src-md5sum-md5file.h xmoto/files/patch-src-md5sum-md5file.h
--- xmoto.orig/files/patch-src-md5sum-md5file.h	Mon Dec 25 15:59:02 2006
+++ xmoto/files/patch-src-md5sum-md5file.h	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- src/md5sum/md5file.h.orig	Sun May 21 17:45:47 2006
-+++ src/md5sum/md5file.h	Sun May 21 17:46:02 2006
-@@ -2,6 +2,7 @@
- #define MD5FILE
- 
- #include <string>
-+#include <stdio.h>
- 
- std::string md5file(std::string p_filename);
- 
diff -ruN xmoto.orig/pkg-descr xmoto/pkg-descr
--- xmoto.orig/pkg-descr	Mon Dec 25 15:59:02 2006
+++ xmoto/pkg-descr	Mon Dec 25 18:46:26 2006
@@ -3,5 +3,3 @@
 you want to have a chance finishing the more difficult of the challenges.
 
 WWW: http://xmoto.sourceforge.net/
-
-- Dmitry Marakasov <amdmi3 at mail.ru>
diff -ruN xmoto.orig/pkg-plist xmoto/pkg-plist
--- xmoto.orig/pkg-plist	Mon Dec 25 15:59:02 2006
+++ xmoto/pkg-plist	Mon Dec 25 18:47:07 2006
@@ -1,5 +1,4 @@
 bin/xmoto
-bin/xmoto-edit
 %%NLS%%share/locale/de/LC_MESSAGES/xmoto.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/xmoto.mo
 %%DATADIR%%/credits.rpl
--- xmoto-0.2.4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list