Date: Wed, 5 Nov 2014 19:44:03 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372205 - in head/games/tome4: . files Message-ID: <201411051944.sA5Ji3P5054612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Nov 5 19:44:02 2014 New Revision: 372205 URL: https://svnweb.freebsd.org/changeset/ports/372205 QAT: https://qat.redports.org/buildarchive/r372205/ Log: - Update to version 1.2.5 - Clarify how to install per-user addons in pkg-message This is a bugfix release with highlights: game boots faster offline and addons can now be auto-updated. Changelog: http://te4.org/blogs/darkgod/2014/11/tales-majeyal-125-aka-back-and-back-and-back-future-released PR: 194803 Submitted by: maintainer Modified: head/games/tome4/Makefile head/games/tome4/distinfo head/games/tome4/files/pkg-message.in Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Wed Nov 5 19:26:33 2014 (r372204) +++ head/games/tome4/Makefile Wed Nov 5 19:44:02 2014 (r372205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 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 Wed Nov 5 19:26:33 2014 (r372204) +++ head/games/tome4/distinfo Wed Nov 5 19:44:02 2014 (r372205) @@ -1,4 +1,4 @@ -SHA256 (t-engine4-src-1.2.4.tar.bz2) = 006abebfd2585cab451824fd5295c1bfc1525063e3b93675e94f5436ce03f4c6 -SIZE (t-engine4-src-1.2.4.tar.bz2) = 283378424 +SHA256 (t-engine4-src-1.2.5.tar.bz2) = 71d8129fcae5d2c0f0404a6aa9bc64954838518a36f5e6ad564883f9bddbd716 +SIZE (t-engine4-src-1.2.5.tar.bz2) = 283390253 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 Modified: head/games/tome4/files/pkg-message.in ============================================================================== --- head/games/tome4/files/pkg-message.in Wed Nov 5 19:26:33 2014 (r372204) +++ head/games/tome4/files/pkg-message.in Wed Nov 5 19:44:02 2014 (r372205) @@ -1,2 +1,6 @@ The game files for ToME can be found in %%DATADIR%%. Launch the game with a wrapper in %%PREFIX%%/tome4 + +Addons and expansions can be installed per user: + $ mkdir -p ~/.t-engine/4.0/addons + $ cp my-addon.teaac ~/.t-engine/4.0/addons/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411051944.sA5Ji3P5054612>