Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2017 17:17:21 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447054 - head/games/manaplus
Message-ID:  <201708011717.v71HHLPW042196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Tue Aug  1 17:17:21 2017
New Revision: 447054
URL: https://svnweb.freebsd.org/changeset/ports/447054

Log:
  * Updated to 1.7.7.22
  * Moved BROKEN_*, BROKEN_* section block(13.1.5) comes before *_DEPENDS(13.1.6)[1]
  
  [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order
  
  PR:		220999
  Submitted by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
  Reviewed by:	lifanov (mentor)
  Approved by:	lifanov (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11798

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

Modified: head/games/manaplus/Makefile
==============================================================================
--- head/games/manaplus/Makefile	Tue Aug  1 17:11:22 2017	(r447053)
+++ head/games/manaplus/Makefile	Tue Aug  1 17:17:21 2017	(r447054)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	manaplus
-PORTVERSION=	1.7.7.8
+PORTVERSION=	1.7.7.22
 CATEGORIES=	games
 MASTER_SITES=	http://download.evolonline.org/manaplus/download/${PORTVERSION}/
 
@@ -12,11 +12,11 @@ COMMENT=	Free open source 2D MMORPG client for athena 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to install: zip.cpp: 'bswap_16' was not declared in this scope
+
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libpng.so:graphics/png \
 		libcurl.so:ftp/curl
-
-BROKEN_powerpc64=	fails to install: zip.cpp: 'bswap_16' was not declared in this scope
 
 USES=		autoreconf pkgconfig:build tar:xz
 USE_XORG=	x11

Modified: head/games/manaplus/distinfo
==============================================================================
--- head/games/manaplus/distinfo	Tue Aug  1 17:11:22 2017	(r447053)
+++ head/games/manaplus/distinfo	Tue Aug  1 17:17:21 2017	(r447054)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499616495
-SHA256 (manaplus-1.7.7.8.tar.xz) = 4c9473c5423076e9b7010e78dbb85d2c0aa63edcf7577fe4048adba6b6adbea5
-SIZE (manaplus-1.7.7.8.tar.xz) = 14860880
+TIMESTAMP = 1500963680
+SHA256 (manaplus-1.7.7.22.tar.xz) = b059067e7afba041b21a5cb266ed0ab9587da17b327c46952cccc691408f5515
+SIZE (manaplus-1.7.7.22.tar.xz) = 14894836

Modified: head/games/manaplus/pkg-plist
==============================================================================
--- head/games/manaplus/pkg-plist	Tue Aug  1 17:11:22 2017	(r447053)
+++ head/games/manaplus/pkg-plist	Tue Aug  1 17:17:21 2017	(r447054)
@@ -254,6 +254,7 @@ share/applications/manaplustest.desktop
 %%DATADIR%%/data/perserver/default/defaultcommands.xml
 %%DATADIR%%/data/perserver/default/features.xml
 %%DATADIR%%/data/perserver/default/gmcommands.txt
+%%DATADIR%%/data/perserver/default/groups.xml
 %%DATADIR%%/data/perserver/default/weapons.xml
 %%DATADIR%%/data/sfx/system/attention.ogg
 %%DATADIR%%/data/sfx/system/book.ogg



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