diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-17 03:08:37 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-17 03:08:37 +0000 |
commit | 9735aebdacc6832306430912b8ac05b5ef0f82a1 (patch) | |
tree | fa4d50caaa778f760b503e5bc71e4e848c8d0131 /games | |
parent | df713040b004db40183a751267578835bbd59bd7 (diff) |
Notes
Diffstat (limited to 'games')
-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 |