From owner-svn-ports-head@FreeBSD.ORG Sun Nov 2 11:38:19 2014 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 95B83562; Sun, 2 Nov 2014 11:38:19 +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 6879CAD0; Sun, 2 Nov 2014 11:38:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA2BcJpu058586; Sun, 2 Nov 2014 11:38:19 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA2BcIHb058583; Sun, 2 Nov 2014 11:38:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201411021138.sA2BcIHb058583@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 2 Nov 2014 11:38:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372063 - head/games/tome4 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, 02 Nov 2014 11:38:19 -0000 Author: pawel Date: Sun Nov 2 11:38:18 2014 New Revision: 372063 URL: https://svnweb.freebsd.org/changeset/ports/372063 QAT: https://qat.redports.org/buildarchive/r372063/ Log: Update to version 1.2.4 Changelog: http://te4.org/blogs/darkgod/2014/10/news/tales-majeyal-124-aka-where-there-was-fire-released Not obvious from changelog, but this includes oodles of fixes, graphical updates, paperdolls, etc. including a complete rework of celestials, chronomancers (Paradox Mage, Temporal Warden), Mindslayers, and more! This version will also allow installation of the upcoming expansion pack. PR: 194436 Submitted by: maintainer Modified: head/games/tome4/Makefile head/games/tome4/distinfo (contents, props changed) head/games/tome4/pkg-plist (contents, props changed) Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Sun Nov 2 11:08:19 2014 (r372062) +++ head/games/tome4/Makefile Sun Nov 2 11:38:18 2014 (r372063) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.4 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons Modified: head/games/tome4/distinfo ============================================================================== --- head/games/tome4/distinfo Sun Nov 2 11:08:19 2014 (r372062) +++ head/games/tome4/distinfo Sun Nov 2 11:38:18 2014 (r372063) @@ -1,4 +1,4 @@ -SHA256 (t-engine4-src-1.2.3.tar.bz2) = 677b51cf7fce4af2baf0fd55dc3aa201a31a6247f4a5cb13a5833dad2db2691d -SIZE (t-engine4-src-1.2.3.tar.bz2) = 278796007 +SHA256 (t-engine4-src-1.2.4.tar.bz2) = 006abebfd2585cab451824fd5295c1bfc1525063e3b93675e94f5436ce03f4c6 +SIZE (t-engine4-src-1.2.4.tar.bz2) = 283378424 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 Modified: head/games/tome4/pkg-plist ============================================================================== --- head/games/tome4/pkg-plist Sun Nov 2 11:08:19 2014 (r372062) +++ head/games/tome4/pkg-plist Sun Nov 2 11:38:18 2014 (r372063) @@ -129,6 +129,7 @@ share/pixmaps/tome4.png %%DATADIR%%/game/thirdparty/jit/dump.lua %%DATADIR%%/game/thirdparty/jit/v.lua %%DATADIR%%/game/thirdparty/licenses/CEF3.txt +%%DATADIR%%/game/thirdparty/licenses/Font-Salsa-OFL.txt %%DATADIR%%/game/thirdparty/licenses/LuaJIT.txt %%DATADIR%%/game/thirdparty/licenses/SDL.txt %%DATADIR%%/game/thirdparty/licenses/SDL_image.txt