From amdmi3@mail.ru  Fri Jul 28 12:39:55 2006
Return-Path: <amdmi3@mail.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4FFCB16A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Jul 2006 12:39:55 +0000 (UTC)
	(envelope-from amdmi3@mail.ru)
Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A803643D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Jul 2006 12:39:54 +0000 (GMT)
	(envelope-from amdmi3@mail.ru)
Received: from [213.148.29.33] (port=1181 helo=nexii.panopticon)
	by mx2.mail.ru with esmtp 
	id 1G6RdA-000PcI-00
	for FreeBSD-gnats-submit@freebsd.org; Fri, 28 Jul 2006 16:39:52 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.2])
	by nexii.panopticon (Postfix) with ESMTP id 20D2E11411
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Jul 2006 16:45:37 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id B81864A; Fri, 28 Jul 2006 16:41:36 +0400 (MSD)
Message-Id: <20060728124136.B81864A@hades.panopticon>
Date: Fri, 28 Jul 2006 16:41:36 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@mail.ru>
Reply-To: Dmitry Marakasov <amdmi3@mail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] games/xmoto: update to 0.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100979
>Category:       ports
>Synopsis:       [MAINTAINER] games/xmoto: update to 0.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 28 12:40:29 GMT 2006
>Closed-Date:    Fri Jul 28 17:11:09 CEST 2006
>Last-Modified:  Fri Jul 28 17:11:09 CEST 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Fri Jul 28 15:26:15 CEST 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100979 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Fri Jul 28 17:11:07 CEST 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100979 
>Unformatted:
