Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  4 Oct 2006 20:04:07 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103981: [MAINTAINER] games/xmoto: update to 0.2.2
Message-ID:  <20061004160407.7F778411B@hades.panopticon>
Resent-Message-ID: <200610041610.k94GAINQ003734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103981
>Category:       ports
>Synopsis:       [MAINTAINER] games/xmoto: update to 0.2.2
>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:   Wed Oct 04 16:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #0: Fri Sep 1 14:24:31 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Please note the IMPORTANT below. Should it be added to ports/UPDATING?

X-Moto 0.2.2 2006-10-03
-----------------------
 
 * IMPORTANT: People with big-endian CPUs (PowerPC, etc) should clean their
   level cache when upgrading; that is, the first time you start the game,
   use the -cleancache command-line argument. Alternatively delete all files
   in your LCache/ directory.
 * Minimap now visible in -ugly mode again.
 * Entity colors in -ugly mode adjusted.
 * F9 to toggle -ugly mode from inside the game, F10 to toggle
   theme testing mode.
 * More in-game options.
 * German translation (for unix only).
 * New built-in level.
 * Bug about undisplayed entities on big-endian computers corrected.
 * Some other bugs fixed.
>How-To-Repeat:
>Fix:

--- xmoto-0.2.2.patch begins here ---
diff -ruN xmoto.orig/Makefile xmoto/Makefile
--- xmoto.orig/Makefile	Wed Oct  4 05:53:04 2006
+++ xmoto/Makefile	Wed Oct  4 19:16:02 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmoto
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -29,6 +29,7 @@
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS=	--mandir="${PREFIX}/man"
 CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR}
 LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR}
 MANCOMPRESSED=	yes
diff -ruN xmoto.orig/distinfo xmoto/distinfo
--- xmoto.orig/distinfo	Wed Oct  4 05:53:04 2006
+++ xmoto/distinfo	Wed Oct  4 05:54:18 2006
@@ -1,3 +1,3 @@
-MD5 (xmoto-0.2.1-src.tar.gz) = e5acce4c304db1cade31e6cc2d5abfde
-SHA256 (xmoto-0.2.1-src.tar.gz) = 9d7faa1a9196a6626f5edba7b590c0306eb16b35d5b3724fda7311ccb35de17c
-SIZE (xmoto-0.2.1-src.tar.gz) = 5755501
+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
diff -ruN xmoto.orig/pkg-plist xmoto/pkg-plist
--- xmoto.orig/pkg-plist	Wed Oct  4 05:53:04 2006
+++ xmoto/pkg-plist	Wed Oct  4 06:48:22 2006
@@ -1,10 +1,14 @@
 bin/xmoto
 bin/xmoto-edit
+%%NLS%%share/locale/de/LC_MESSAGES/xmoto.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/xmoto.mo
+%%DATADIR%%/credits.rpl
 %%DATADIR%%/editor.dat
 %%DATADIR%%/fonts.dat
 %%DATADIR%%/xmoto.bin
 %%DATADIR%%/xmoto.ogg
+%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/de
 %%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/fr
 @dirrm %%DATADIR%%
--- xmoto-0.2.2.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?20061004160407.7F778411B>