diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-03-17 11:08:37 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2017-03-17 11:08:37 +0800 |
commit | 43ea7017277f528bb03489d865e5f914fcdaf418 (patch) | |
tree | fa4d50caaa778f760b503e5bc71e4e848c8d0131 /games/tome4 | |
parent | 516899d8b4b75bc6e8b88e36a37c879bcdc87125 (diff) | |
download | freebsd-ports-gnome-43ea7017277f528bb03489d865e5f914fcdaf418.tar.gz freebsd-ports-gnome-43ea7017277f528bb03489d865e5f914fcdaf418.tar.zst freebsd-ports-gnome-43ea7017277f528bb03489d865e5f914fcdaf418.zip |
update games/tome4 to 1.5.1
This is primarily a bugfix and balance update.
The port now enables a parallel build by being more granular
with components that don't build in parallel.
http://te4.org/blogs/darkgod/2017/03/news/tales-majeyal-151-forever-and-some-out
Diffstat (limited to 'games/tome4')
-rw-r--r-- | games/tome4/Makefile | 5 | ||||
-rw-r--r-- | games/tome4/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index ddd2e015d581..a81a722dfe38 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons @@ -31,7 +31,6 @@ USE_SDL= image2 sdl2 ttf2 USE_GL= gl glu USE_CSTD= gnu89 SUB_FILES= tome4 -MAKE_JOBS_UNSAFE=yes .include <bsd.port.pre.mk> @@ -41,6 +40,8 @@ pre-build: (cd ${WRKSRC} && premake4 --lua=default gmake) .else (cd ${WRKSRC} && premake4 gmake) + @${ECHO} '.NOTPARALLEL:' >> ${WRKSRC}/build/buildvm.make + @${ECHO} '.NOTPARALLEL:' >> ${WRKSRC}/build/luajit2.make .endif @${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make diff --git a/games/tome4/distinfo b/games/tome4/distinfo index c3e7c2cf0129..070cd10e71d3 100644 --- a/games/tome4/distinfo +++ b/games/tome4/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1489238155 -SHA256 (t-engine4-src-1.5.0.tar.bz2) = 076791c76f15f0f2995dd71bb3f1ca344821574b41d1c063fa8e12972dde45cc -SIZE (t-engine4-src-1.5.0.tar.bz2) = 421341953 +TIMESTAMP = 1489719528 +SHA256 (t-engine4-src-1.5.1.tar.bz2) = 7abe556d1ef6890d16ae53b8292c10592543a2947a4024bb9a3b67011a74d0b8 +SIZE (t-engine4-src-1.5.1.tar.bz2) = 421336208 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 |