svn commit: r372205 - in head/games/tome4: . files

Pawel Pekala pawel at FreeBSD.org
Wed Nov 5 19:44:04 UTC 2014


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/


More information about the svn-ports-head mailing list