From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 26 13:50:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A5CC16A41A for ; Fri, 26 Oct 2007 13:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB03D13C481 for ; Fri, 26 Oct 2007 13:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9QDo1eY028075 for ; Fri, 26 Oct 2007 13:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9QDo11o028074; Fri, 26 Oct 2007 13:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 26 Oct 2007 13:50:01 GMT Resent-Message-Id: <200710261350.l9QDo11o028074@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 547EA16A50E for ; Fri, 26 Oct 2007 13:42:35 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id E47AE13C48E for ; Fri, 26 Oct 2007 13:42:18 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=nexii.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.44 (FreeBSD)) id 1IlPRx-000C6Q-BW for FreeBSD-gnats-submit@freebsd.org; Fri, 26 Oct 2007 17:42:09 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id D8B9217046 for ; Fri, 26 Oct 2007 17:42:57 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 662364072; Fri, 26 Oct 2007 17:43:44 +0400 (MSD) Message-Id: <20071026134344.662364072@hades.panopticon> Date: Fri, 26 Oct 2007 17:43:44 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117532: [MAINTAINER] games/xmoto: update to 0.3.4 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, 26 Oct 2007 13:50:02 -0000 >Number: 117532 >Category: ports >Synopsis: [MAINTAINER] games/xmoto: update to 0.3.4 >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 Oct 26 13:50:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE-p20 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE-p20 FreeBSD 6.1-RELEASE-p20 #1: Tue Oct 23 05:28:10 MSD 2007 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * update to 0.3.4 * some patches were merged to upstream >How-To-Repeat: >Fix: --- xmoto.patch begins here --- diff -ruN xmoto.orig/Makefile xmoto/Makefile --- xmoto.orig/Makefile Fri Oct 26 15:07:58 2007 +++ xmoto/Makefile Fri Oct 26 17:28:34 2007 @@ -6,7 +6,7 @@ # PORTNAME= xmoto -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \ http://www.amdmi3.ru/distfiles/ @@ -69,14 +69,7 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's|SDL/||; s|endian.h|sys/endian.h|' \ - ${WRKSRC}/src/VCommon.h - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ - ${WRKSRC}/src/image/tim_memory_crt.cpp - @${REINPLACE_CMD} -e \ - '/LIBS/ s|-lSDL_mixer|`${SDL_CONFIG} --libs` &|; \ - s|^function \([a-zA-Z]*\)|\1()|; \ - /Locales/ s|libc|libintl|; s|lua50|luaxx|g' \ + @${REINPLACE_CMD} -e '/LIBS/ s|-lSDL_mixer|`${SDL_CONFIG} --libs` &|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/mang|/man6|' ${WRKSRC}/Makefile.in diff -ruN xmoto.orig/distinfo xmoto/distinfo --- xmoto.orig/distinfo Fri Oct 26 15:07:58 2007 +++ xmoto/distinfo Fri Oct 26 15:12:18 2007 @@ -1,3 +1,3 @@ -MD5 (xmoto-0.3.3-src.tar.gz) = f1f7726a8856f9c9efa2ae8e3192bb7f -SHA256 (xmoto-0.3.3-src.tar.gz) = c5fa955733f4ea785a3bc78002082507d7e9f99eab5ba1dd28710761893be9b4 -SIZE (xmoto-0.3.3-src.tar.gz) = 16958347 +MD5 (xmoto-0.3.4-src.tar.gz) = cd2041652586119f68655c789c0ce7b3 +SHA256 (xmoto-0.3.4-src.tar.gz) = 79d80562e051cce58da357d9d31308aeda8bffb668c8d3ff49fe4d27e3c9b243 +SIZE (xmoto-0.3.4-src.tar.gz) = 17017466 diff -ruN xmoto.orig/pkg-plist xmoto/pkg-plist --- xmoto.orig/pkg-plist Fri Oct 26 15:07:58 2007 +++ xmoto/pkg-plist Fri Oct 26 16:52:16 2007 @@ -1,6 +1,7 @@ bin/xmoto %%NLS%%share/locale/ca_ES/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/cs_CZ/LC_MESSAGES/xmoto.mo +%%NLS%%share/locale/da_DK/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/es_ES/LC_MESSAGES/xmoto.mo %%NLS%%share/locale/fi_FI/LC_MESSAGES/xmoto.mo @@ -27,6 +28,8 @@ %%NLS%%@dirrmtry share/locale/ca_ES %%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES %%NLS%%@dirrmtry share/locale/cs_CZ +%%NLS%%@dirrmtry share/locale/da_DK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/da_DK %%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES %%NLS%%@dirrmtry share/locale/de_DE %%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES --- xmoto.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: