From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 16 03:40:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC8616A47B for ; Fri, 16 Jun 2006 03:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADAF43D46 for ; Fri, 16 Jun 2006 03:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5G3eHpx058412 for ; Fri, 16 Jun 2006 03:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5G3eH08058409; Fri, 16 Jun 2006 03:40:17 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jun 2006 03:40:17 GMT Resent-Message-Id: <200606160340.k5G3eH08058409@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8933216A47C for ; Fri, 16 Jun 2006 03:32:23 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx5.mail.ru (mx5.mail.ru [194.67.23.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2568443D48 for ; Fri, 16 Jun 2006 03:32:23 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=18473 helo=nexii.panopticon) by mx5.mail.ru with esmtp id 1Fr54H-0003v4-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 16 Jun 2006 07:32:21 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 8436011418 for ; Fri, 16 Jun 2006 07:37:42 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 1F5E3488; Fri, 16 Jun 2006 07:33:49 +0400 (MSD) Message-Id: <20060616033349.1F5E3488@hades.panopticon> Date: Fri, 16 Jun 2006 07:33:49 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99000: [MAINTAINER] games/xmoto: Update to 0.1.16, lua 5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 03:40:18 -0000 >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: