aboutsummaryrefslogtreecommitdiffstats
path: root/games/tome4
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2016-11-13 05:37:26 +0800
committermatthew <matthew@FreeBSD.org>2016-11-13 05:37:26 +0800
commitc4625d2c58b0cf7b25037eb661602cab50c43ef0 (patch)
treefaa126c5f9959c2bda963c3bc6fd181b553655ae /games/tome4
parent60720eb771aa3f49c25543e2c40652e1c77e978a (diff)
downloadfreebsd-ports-gnome-c4625d2c58b0cf7b25037eb661602cab50c43ef0.tar.gz
freebsd-ports-gnome-c4625d2c58b0cf7b25037eb661602cab50c43ef0.tar.zst
freebsd-ports-gnome-c4625d2c58b0cf7b25037eb661602cab50c43ef0.zip
Update to 1.4.9
PR: 213771 Submitted by: lifanov@mail.lifanov.com (maintainer)
Diffstat (limited to 'games/tome4')
-rw-r--r--games/tome4/Makefile4
-rw-r--r--games/tome4/distinfo6
-rw-r--r--games/tome4/files/patch-src_physfs.c10
3 files changed, 14 insertions, 6 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile
index 97e82887db2e..3df2cf3a9802 100644
--- a/games/tome4/Makefile
+++ b/games/tome4/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tome4
-PORTVERSION= 1.4.8
+PORTVERSION= 1.4.9
CATEGORIES= games
MASTER_SITES= http://te4.org/dl/t-engine/ \
SF/lifanov-ports-distfiles/${PORTNAME}/:icons
@@ -33,8 +33,6 @@ USE_CSTD= gnu89
SUB_FILES= tome4
MAKE_JOBS_UNSAFE=yes
-LUA_TYPE=
-
.include <bsd.port.pre.mk>
pre-build:
diff --git a/games/tome4/distinfo b/games/tome4/distinfo
index 1fa1f63f9e6b..c1050bf9b657 100644
--- a/games/tome4/distinfo
+++ b/games/tome4/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1465927888
-SHA256 (t-engine4-src-1.4.8.tar.bz2) = 86d5f414c425dbefc7d1fbdf60a3afc80221b93f4bf2fb75878049977ffd4048
-SIZE (t-engine4-src-1.4.8.tar.bz2) = 354433201
+TIMESTAMP = 1478955170
+SHA256 (t-engine4-src-1.4.9.tar.bz2) = 4ae02c8dee8aaef2b7f0d3a95240096df248a8421d73dc4cea1878b4015faff7
+SIZE (t-engine4-src-1.4.9.tar.bz2) = 354444890
SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
SIZE (tome4.png) = 37143
diff --git a/games/tome4/files/patch-src_physfs.c b/games/tome4/files/patch-src_physfs.c
new file mode 100644
index 000000000000..c0df00c39483
--- /dev/null
+++ b/games/tome4/files/patch-src_physfs.c
@@ -0,0 +1,10 @@
+--- src/physfs.c.orig 2016-10-25 15:49:32 UTC
++++ src/physfs.c
+@@ -331,7 +331,6 @@ void physfs_reset_dir_allowed(lua_State
+ }
+ nb_allowed_dirs = 0;
+ can_set_allowed_dirs = TRUE;
+- return 0;
+ }
+
+ static int lua_fs_done_dir_allowed(lua_State *L) {