From owner-svn-ports-head@FreeBSD.ORG Sun Feb 8 10:23:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFB4A7A5; Sun, 8 Feb 2015 10:23:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D02EB826; Sun, 8 Feb 2015 10:23:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t18ANaj5081269; Sun, 8 Feb 2015 10:23:36 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t18ANaMF081266; Sun, 8 Feb 2015 10:23:36 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201502081023.t18ANaMF081266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 8 Feb 2015 10:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378637 - head/games/manaplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2015 10:23:37 -0000 Author: mva Date: Sun Feb 8 10:23:35 2015 New Revision: 378637 URL: https://svnweb.freebsd.org/changeset/ports/378637 QAT: https://qat.redports.org/buildarchive/r378637/ Log: - Update to version 1.5.1.31 - Change graphics, input and sound back-end to use SDL2 instead of SDL Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo head/games/manaplus/pkg-plist Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Sun Feb 8 10:20:57 2015 (r378636) +++ head/games/manaplus/Makefile Sun Feb 8 10:23:35 2015 (r378637) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.4.12.20 -PORTREVISION= 1 +PORTVERSION= 1.5.1.31 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ @@ -18,9 +17,10 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/text libphysfs.so:${PORTSDIR}/devel/physfs USES= gettext pkgconfig:build tar:xz -USE_SDL= sdl gfx image mixer net ttf +USE_SDL= sdl2 gfx2 image2 mixer2 net2 ttf2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-sdl2 \ + --without-internalsdlgfx LDFLAGS+= -L${LOCALBASE}/lib -lintl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Sun Feb 8 10:20:57 2015 (r378636) +++ head/games/manaplus/distinfo Sun Feb 8 10:23:35 2015 (r378637) @@ -1,2 +1,2 @@ -SHA256 (manaplus-1.4.12.20.tar.xz) = a0e982b633b480cba160456a8c285bc127fc21188755056614696dc4e4ef5dba -SIZE (manaplus-1.4.12.20.tar.xz) = 9129932 +SHA256 (manaplus-1.5.1.31.tar.xz) = 28a5f8ef690e814597be0b6ba4f7621ed2539565dc730910c3ca37a424b36f78 +SIZE (manaplus-1.5.1.31.tar.xz) = 9194940 Modified: head/games/manaplus/pkg-plist ============================================================================== --- head/games/manaplus/pkg-plist Sun Feb 8 10:20:57 2015 (r378636) +++ head/games/manaplus/pkg-plist Sun Feb 8 10:23:35 2015 (r378637) @@ -4,6 +4,7 @@ man/man6/manaplus.6.gz man/man6/manaplustest.6.gz share/applications/manaplus.desktop share/applications/manaplustest.desktop +share/locale/ca/LC_MESSAGES/manaplus.mo share/locale/cs/LC_MESSAGES/manaplus.mo share/locale/de/LC_MESSAGES/manaplus.mo share/locale/es/LC_MESSAGES/manaplus.mo @@ -12,13 +13,16 @@ share/locale/fr/LC_MESSAGES/manaplus.mo share/locale/id/LC_MESSAGES/manaplus.mo share/locale/it/LC_MESSAGES/manaplus.mo share/locale/ja/LC_MESSAGES/manaplus.mo +share/locale/nl/LC_MESSAGES/manaplus.mo share/locale/nl_BE/LC_MESSAGES/manaplus.mo share/locale/pl/LC_MESSAGES/manaplus.mo share/locale/pt/LC_MESSAGES/manaplus.mo share/locale/pt_BR/LC_MESSAGES/manaplus.mo share/locale/ru/LC_MESSAGES/manaplus.mo +share/locale/sv/LC_MESSAGES/manaplus.mo share/locale/sv_SE/LC_MESSAGES/manaplus.mo share/locale/tr/LC_MESSAGES/manaplus.mo +share/locale/uk/LC_MESSAGES/manaplus.mo share/locale/zh_CN/LC_MESSAGES/manaplus.mo %%DATADIR%%/data/fonts/dejavusans-bold.ttf %%DATADIR%%/data/fonts/dejavusans.ttf