Date: Fri, 16 Jun 2006 07:33:49 +0400 (MSD) From: Dmitry Marakasov <amdmi3@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99000: [MAINTAINER] games/xmoto: Update to 0.1.16, lua 5.1 Message-ID: <20060616033349.1F5E3488@hades.panopticon> Resent-Message-ID: <200606160340.k5G3eH08058409@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99000 >Category: ports >Synopsis: [MAINTAINER] games/xmoto: Update to 0.1.16, lua 5.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: Fri Jun 16 03:40:16 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.1.16 Changes: - Ghost replays while playing. - Game should work with AMD64 again now. The long standing corrupted fonts in editor-bug on AMD64 has also been fixed. - Automatic list of screen resolutions (patch by Emmanuel Gorse). - Scripted levels are now recordable. - PreDraw() in script is not good because it depends on framerate, use Tick() instead. - Hitting "return" while playing now restarts the level immediately. - A sound is played when you make a new highscore. - Optional automatic saving of replays if it's a highscore. - Mouse buttons can now be used to control the bike. - A button to view a highscore's replay easily, and downloads it if it is missing. - Updated to support the new Lua 5.1. - Faster scanning of replays. - Game no longer crashes if a level is using an unknown texture. - Some bugs fixed. - Editor: Supports use of < and > instead of < and > in embedded scripts. * Move from lua 5.0 (lang/lua50) to lua 5.1 (lang/lua) >How-To-Repeat: >Fix: --- xmoto-0.1.16.patch begins here --- diff -ruN xmoto.orig/Makefile xmoto/Makefile --- xmoto.orig/Makefile Fri Jun 16 06:25:45 2006 +++ xmoto/Makefile Fri Jun 16 06:10:43 2006 @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.1.14 +PORTVERSION= 0.1.16 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - lua.5:${PORTSDIR}/lang/lua50 -BUILD_DEPENDS= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode + jpeg.9:${PORTSDIR}/graphics/jpeg +BUILD_DEPENDS= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode \ + ${LOCALBASE}/include/lua.hpp:${PORTSDIR}/lang/lua GNU_CONFIGURE= yes USE_GMAKE= yes diff -ruN xmoto.orig/distinfo xmoto/distinfo --- xmoto.orig/distinfo Fri Jun 16 06:25:45 2006 +++ xmoto/distinfo Fri Jun 16 05:54:26 2006 @@ -1,3 +1,3 @@ -MD5 (xmoto-0.1.14-src.tar.gz) = f2826bd3cc19daba25a6bdf92b1d6461 -SHA256 (xmoto-0.1.14-src.tar.gz) = cf796c32a8e22546798c00575201d552b59c7b4050275794fff2f5860db9008c -SIZE (xmoto-0.1.14-src.tar.gz) = 2920614 +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 --- xmoto-0.1.16.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?20060616033349.1F5E3488>