diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-11-06 03:44:02 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-11-06 03:44:02 +0800 |
commit | 8ae7cd3a7a78fbdf2473ece8fe17b14e53d6b155 (patch) | |
tree | a475d57b33899d3cd84e08189ed662b4846ae8c4 /games | |
parent | 1f7348fcc9a3952ae6cf2a34aa44aa2442bfcbb5 (diff) | |
download | freebsd-ports-gnome-8ae7cd3a7a78fbdf2473ece8fe17b14e53d6b155.tar.gz freebsd-ports-gnome-8ae7cd3a7a78fbdf2473ece8fe17b14e53d6b155.tar.zst freebsd-ports-gnome-8ae7cd3a7a78fbdf2473ece8fe17b14e53d6b155.zip |
- 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
Diffstat (limited to 'games')
-rw-r--r-- | games/tome4/Makefile | 2 | ||||
-rw-r--r-- | games/tome4/distinfo | 4 | ||||
-rw-r--r-- | games/tome4/files/pkg-message.in | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index a17ec539c487..1d579b7d5ee5 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -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 diff --git a/games/tome4/distinfo b/games/tome4/distinfo index 66f690bc5a01..e3cb7e65326b 100644 --- a/games/tome4/distinfo +++ b/games/tome4/distinfo @@ -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 diff --git a/games/tome4/files/pkg-message.in b/games/tome4/files/pkg-message.in index 22a942465e8e..9dcf1b20f7d7 100644 --- a/games/tome4/files/pkg-message.in +++ b/games/tome4/files/pkg-message.in @@ -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/ |