Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 10:23:36 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378637 - head/games/manaplus
Message-ID:  <201502081023.t18ANaMF081266@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502081023.t18ANaMF081266>