svn commit: r568782 - head/games/manaplus

Rainer Hurling rhurlin at FreeBSD.org
Fri Mar 19 08:40:37 UTC 2021


Author: rhurlin
Date: Fri Mar 19 08:40:36 2021
New Revision: 568782
URL: https://svnweb.freebsd.org/changeset/ports/568782

Log:
  games/manaplus : Update to 2.1.3.17
  
  Changelog: https://gitlab.com/manaplus/manaplus/-/blob/master/ChangeLog
  
  PR:		254391
  Submitted by:	Thibault Payet <monwarez at mailoo.org> (maintainer)

Modified:
  head/games/manaplus/Makefile
  head/games/manaplus/distinfo
  head/games/manaplus/pkg-descr
  head/games/manaplus/pkg-plist

Modified: head/games/manaplus/Makefile
==============================================================================
--- head/games/manaplus/Makefile	Fri Mar 19 08:27:14 2021	(r568781)
+++ head/games/manaplus/Makefile	Fri Mar 19 08:40:36 2021	(r568782)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	manaplus
-DISTVERSION=	1.9.3.23
-PORTREVISION=	1
+DISTVERSION=	2.1.3.17
 CATEGORIES=	games
 MASTER_SITES=	http://download.evolonline.org/manaplus/download/${PORTVERSION}/
 
@@ -18,8 +17,8 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libcurl.so:ftp/curl
 
 USES=		autoreconf compiler:c++11-lang pkgconfig:build sdl tar:xz xorg
-USE_XORG=	x11
 USE_SDL=	sdl2 gfx2 image2 mixer2 net2 ttf2
+USE_XORG=	x11
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sdl2 \
@@ -29,14 +28,13 @@ OPTIONS_DEFINE=		OPENGL NLS
 OPTIONS_DEFAULT=	OPENGL
 OPTIONS_SUB=		yes
 
-OPENGL_CONFIGURE_WITH=	opengl
-OPENGL_USES=		gl
-OPENGL_USE=		GL=gl
-
 NLS_USES=		gettext
 NLS_USES_OFF=		gettext-tools
 NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
-NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
 NLS_CONFIGURE_ENABLE=	nls
+NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
+OPENGL_USES=		gl
+OPENGL_USE=		GL=gl
+OPENGL_CONFIGURE_WITH=	opengl
 
 .include <bsd.port.mk>

Modified: head/games/manaplus/distinfo
==============================================================================
--- head/games/manaplus/distinfo	Fri Mar 19 08:27:14 2021	(r568781)
+++ head/games/manaplus/distinfo	Fri Mar 19 08:40:36 2021	(r568782)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554573253
-SHA256 (manaplus-1.9.3.23.tar.xz) = 5fbaabe8042ea0718566276882e184b3455890b64b1ec74cc58d6f4dae40c1cf
-SIZE (manaplus-1.9.3.23.tar.xz) = 15051860
+TIMESTAMP = 1616056737
+SHA256 (manaplus-2.1.3.17.tar.xz) = e8d16ac548c4029eda88849cc93385876b53ecf7ee4c2287d6f4e03e94e6fa3d
+SIZE (manaplus-2.1.3.17.tar.xz) = 14132800

Modified: head/games/manaplus/pkg-descr
==============================================================================
--- head/games/manaplus/pkg-descr	Fri Mar 19 08:27:14 2021	(r568781)
+++ head/games/manaplus/pkg-descr	Fri Mar 19 08:40:36 2021	(r568782)
@@ -2,4 +2,4 @@ ManaPlus is a 2D MMORPG client for games running on tm
 eathena servers. It fully supports Evol Online, The Mana World and Land Of
 Fire.
 
-WWW: http://www.manaplus.org/
+WWW: https://www.manaplus.org/

Modified: head/games/manaplus/pkg-plist
==============================================================================
--- head/games/manaplus/pkg-plist	Fri Mar 19 08:27:14 2021	(r568781)
+++ head/games/manaplus/pkg-plist	Fri Mar 19 08:40:36 2021	(r568782)
@@ -2,9 +2,9 @@ bin/dyecmd
 bin/manaplus
 man/man6/manaplus.6.gz
 man/man6/manaplustest.6.gz
-share/appdata/manaplus.appdata.xml
 share/applications/manaplus.desktop
 share/applications/manaplustest.desktop
+share/icons/hicolor/scalable/apps/manaplus.svg
 %%NLS%%share/locale/ca/LC_MESSAGES/manaplus.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/manaplus.mo
 %%NLS%%share/locale/de/LC_MESSAGES/manaplus.mo
@@ -201,7 +201,6 @@ share/applications/manaplustest.desktop
 %%DATADIR%%/data/graphics/sprites/manaplus_emotes.xml
 %%DATADIR%%/data/graphics/sprites/manaplus_emotions.png
 %%DATADIR%%/data/graphics/sprites/test.xml
-%%DATADIR%%/data/help/about-tmw.txt
 %%DATADIR%%/data/help/about.txt
 %%DATADIR%%/data/help/chatcommands.txt
 %%DATADIR%%/data/help/chatguild.txt
@@ -210,7 +209,6 @@ share/applications/manaplustest.desktop
 %%DATADIR%%/data/help/download.txt
 %%DATADIR%%/data/help/footer.txt
 %%DATADIR%%/data/help/header.txt
-%%DATADIR%%/data/help/idx/about-tmw.idx
 %%DATADIR%%/data/help/idx/about.idx
 %%DATADIR%%/data/help/idx/chatcommands.idx
 %%DATADIR%%/data/help/idx/chatguild.idx
@@ -818,4 +816,4 @@ share/applications/manaplustest.desktop
 %%DATADIR%%/data/translations/help/ru.po
 %%DATADIR%%/data/translations/help/zh_CN.po
 %%DATADIR%%/data/translations/test/test1.po
-share/pixmaps/manaplus.png
+share/metainfo/manaplus.metainfo.xml


More information about the svn-ports-head mailing list