Date: Fri, 28 Jul 2006 16:41:36 +0400 (MSD) From: Dmitry Marakasov <amdmi3@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100979: [MAINTAINER] games/xmoto: update to 0.2.0 Message-ID: <20060728124136.B81864A@hades.panopticon> Resent-Message-ID: <200607281240.k6SCeT5q064256@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100979 >Category: ports >Synopsis: [MAINTAINER] games/xmoto: update to 0.2.0 >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: Fri Jul 28 12:40:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Update to 0.2.0 Changes: X-Moto 0.2.0 (alpha) 2006-07-28 ------------------------------- * Yet a new version numbering policy: Last number incremented for bug-fix releases, middle one is even for official releases and uneven for development (CVS) versions. * No longer fancy ghost graphics in -ugly mode. * Ghost now visible on minimap. * New optional "rversion" <level> attribute, which allows level designers to specify the X-Moto version required to play a level. * Bug with in-game ghost information display fixed. * Player statistics. * New textures, sprites, and edge effects (RedBricks, GrayBricks, and BlueBricks). * You can now keep the up and down arrows of lists pressed to list the levels. * Various new script functions (see MotoGameL.cpp for details). * Added dependency for libbz2 (for web transfer compression). * Menu music and new sound effects by Jens Erler. * More graphics. * Better collision detection. Bike behaviour is affected slightly. * Custom themes (replacable graphics). * Press character keys to quickly navigate through level lists. * Several minor improvements and some bugs fixed. * Joystick patch by Christoph Sommer applied. >How-To-Repeat: >Fix: --- xmoto-0.2.0.patch begins here --- diff -ruN xmoto.orig/Makefile xmoto/Makefile --- xmoto.orig/Makefile Fri Jul 28 15:52:20 2006 +++ xmoto/Makefile Fri Jul 28 15:53:08 2006 @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.1.16 +PORTVERSION= 0.2.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN xmoto.orig/distinfo xmoto/distinfo --- xmoto.orig/distinfo Fri Jul 28 15:52:20 2006 +++ xmoto/distinfo Fri Jul 28 15:58:05 2006 @@ -1,3 +1,3 @@ -MD5 (xmoto-0.1.16-src.tar.gz) = 7669840af24aae6d5ae65b4171ba195d -SHA256 (xmoto-0.1.16-src.tar.gz) = b13731fb4760dbaf025929f194a44c5a62c95c39d730c43007b2515bda34f9b4 -SIZE (xmoto-0.1.16-src.tar.gz) = 3304147 +MD5 (xmoto-0.2.0-src.tar.gz) = 0404467792034dd221b92303f2750ac7 +SHA256 (xmoto-0.2.0-src.tar.gz) = ee742446d0e37ca59d8157f857874b97b59fe23115001223fa56e7ee529754f9 +SIZE (xmoto-0.2.0-src.tar.gz) = 5607598 diff -ruN xmoto.orig/files/patch-src-VCommon.h xmoto/files/patch-src-VCommon.h --- xmoto.orig/files/patch-src-VCommon.h Fri Jul 28 15:52:20 2006 +++ xmoto/files/patch-src-VCommon.h Fri Jul 28 15:59:49 2006 @@ -1,9 +1,9 @@ ---- src/VCommon.h.orig Sun Dec 4 01:53:03 2005 -+++ src/VCommon.h Sun Dec 4 01:53:35 2005 -@@ -69,8 +69,7 @@ - +--- src/VCommon.h.orig Thu Jul 20 21:51:42 2006 ++++ src/VCommon.h Fri Jul 28 15:59:16 2006 +@@ -62,8 +62,7 @@ #include <string> #include <vector> + #include <queue> -#include <ostream> -#include <istream> +#include <iostream> diff -ruN xmoto.orig/pkg-plist xmoto/pkg-plist --- xmoto.orig/pkg-plist Fri Jul 28 15:52:20 2006 +++ xmoto/pkg-plist Fri Jul 28 16:07:01 2006 @@ -1,8 +1,7 @@ bin/xmoto bin/xmoto-edit -%%DATADIR%%/anims.dat -%%DATADIR%%/sprites.dat %%DATADIR%%/editor.dat %%DATADIR%%/fonts.dat %%DATADIR%%/xmoto.bin +%%DATADIR%%/xmoto.ogg @dirrm %%DATADIR%% --- xmoto-0.2.0.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?20060728124136.B81864A>