Index: head/games/tome4/Makefile =================================================================== --- head/games/tome4/Makefile (revision 381581) +++ head/games/tome4/Makefile (revision 381582) @@ -1,48 +1,48 @@ # Created by: Nikolai Lifanov # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.2.5 +PORTVERSION= 1.3.0 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons DISTFILES= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= t-engine4-src-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= lifanov@mail.lifanov.com COMMENT= Epic tactical turn-based roguelike adventure LICENSE= GPLv3 BUILD_DEPENDS= premake4:${PORTSDIR}/devel/premake4 LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" "" PLIST_SUB= PORTVERSION=${PORTVERSION} WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION} MAKE_ARGS+= config=release verbose=yes ARCH="" USES= gmake openal:al tar:bzip2 USE_SDL= image2 sdl2 ttf2 USE_GL= gl glu USE_CSTD= gnu89 SUB_FILES= tome4 MAKE_JOBS_UNSAFE=yes pre-build: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua (cd ${WRKSRC} && premake4 gmake) @${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/build/*.make @${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/t-engine ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/tome4 ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}; ${COPYTREE_SHARE} "bootstrap game" ${STAGEDIR}${DATADIR}) ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps .include Index: head/games/tome4/distinfo =================================================================== --- head/games/tome4/distinfo (revision 381581) +++ head/games/tome4/distinfo (revision 381582) @@ -1,4 +1,4 @@ -SHA256 (t-engine4-src-1.2.5.tar.bz2) = 71d8129fcae5d2c0f0404a6aa9bc64954838518a36f5e6ad564883f9bddbd716 -SIZE (t-engine4-src-1.2.5.tar.bz2) = 283390253 +SHA256 (t-engine4-src-1.3.0.tar.bz2) = 43419d4f225daecb070213a5b45ce0eec698b207d47a2de476aa8f88ad672308 +SIZE (t-engine4-src-1.3.0.tar.bz2) = 351687083 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 Index: head/games/tome4/pkg-plist =================================================================== --- head/games/tome4/pkg-plist (revision 381581) +++ head/games/tome4/pkg-plist (revision 381582) @@ -1,180 +1,182 @@ @(,,0755) bin/tome4 share/pixmaps/tome4.png %%DATADIR%%/bootstrap/boot.lua %%DATADIR%%/game/addons/tome-addon-dev.teaa %%DATADIR%%/game/addons/tome-items-vault.teaa %%DATADIR%%/game/addons/tome-stone-wardens.teaa %%DATADIR%%/game/engines/te4-%%PORTVERSION%%.teae %%DATADIR%%/game/loader/init.lua %%DATADIR%%/game/loader/pre-init.lua %%DATADIR%%/game/modules/boot-te4-%%PORTVERSION%%.team %%DATADIR%%/game/modules/example/class/Actor.lua %%DATADIR%%/game/modules/example/class/Game.lua %%DATADIR%%/game/modules/example/class/Grid.lua %%DATADIR%%/game/modules/example/class/NPC.lua %%DATADIR%%/game/modules/example/class/Player.lua %%DATADIR%%/game/modules/example/class/interface/Combat.lua %%DATADIR%%/game/modules/example/data/birth/descriptors.lua %%DATADIR%%/game/modules/example/data/damage_types.lua %%DATADIR%%/game/modules/example/data/general/grids/basic.lua %%DATADIR%%/game/modules/example/data/general/npcs/kobold.lua %%DATADIR%%/game/modules/example/data/gfx/particles/acid.lua %%DATADIR%%/game/modules/example/data/rooms/pilar.lua %%DATADIR%%/game/modules/example/data/rooms/simple.lua %%DATADIR%%/game/modules/example/data/talents.lua %%DATADIR%%/game/modules/example/data/timed_effects.lua %%DATADIR%%/game/modules/example/data/zones/dungeon/grids.lua %%DATADIR%%/game/modules/example/data/zones/dungeon/npcs.lua %%DATADIR%%/game/modules/example/data/zones/dungeon/objects.lua %%DATADIR%%/game/modules/example/data/zones/dungeon/traps.lua %%DATADIR%%/game/modules/example/data/zones/dungeon/zone.lua %%DATADIR%%/game/modules/example/dialogs/DeathDialog.lua %%DATADIR%%/game/modules/example/dialogs/Quit.lua %%DATADIR%%/game/modules/example/init.lua %%DATADIR%%/game/modules/example/load.lua %%DATADIR%%/game/modules/example_realtime/class/Actor.lua %%DATADIR%%/game/modules/example_realtime/class/Game.lua %%DATADIR%%/game/modules/example_realtime/class/Grid.lua %%DATADIR%%/game/modules/example_realtime/class/NPC.lua %%DATADIR%%/game/modules/example_realtime/class/Player.lua %%DATADIR%%/game/modules/example_realtime/class/interface/Combat.lua %%DATADIR%%/game/modules/example_realtime/data/birth/descriptors.lua %%DATADIR%%/game/modules/example_realtime/data/damage_types.lua %%DATADIR%%/game/modules/example_realtime/data/general/grids/basic.lua %%DATADIR%%/game/modules/example_realtime/data/general/npcs/kobold.lua %%DATADIR%%/game/modules/example_realtime/data/gfx/particles/acid.lua %%DATADIR%%/game/modules/example_realtime/data/rooms/pilar.lua %%DATADIR%%/game/modules/example_realtime/data/rooms/simple.lua %%DATADIR%%/game/modules/example_realtime/data/talents.lua %%DATADIR%%/game/modules/example_realtime/data/timed_effects.lua %%DATADIR%%/game/modules/example_realtime/data/zones/dungeon/grids.lua %%DATADIR%%/game/modules/example_realtime/data/zones/dungeon/npcs.lua %%DATADIR%%/game/modules/example_realtime/data/zones/dungeon/objects.lua %%DATADIR%%/game/modules/example_realtime/data/zones/dungeon/traps.lua %%DATADIR%%/game/modules/example_realtime/data/zones/dungeon/zone.lua %%DATADIR%%/game/modules/example_realtime/dialogs/DeathDialog.lua %%DATADIR%%/game/modules/example_realtime/dialogs/Quit.lua %%DATADIR%%/game/modules/example_realtime/init.lua %%DATADIR%%/game/modules/example_realtime/load.lua %%DATADIR%%/game/modules/tome-%%PORTVERSION%%-gfx.team %%DATADIR%%/game/modules/tome-%%PORTVERSION%%-music.team %%DATADIR%%/game/modules/tome-%%PORTVERSION%%.team %%DATADIR%%/game/profile-thread/Client.lua %%DATADIR%%/game/profile-thread/UserChat.lua %%DATADIR%%/game/profile-thread/init.lua %%DATADIR%%/game/thirdparty/Json2.lua %%DATADIR%%/game/thirdparty/cef3/cef.pak +%%DATADIR%%/game/thirdparty/jit/bcname.lua +%%DATADIR%%/game/thirdparty/jit/vmdef.lua %%DATADIR%%/game/thirdparty/cef3/locales/am.pak %%DATADIR%%/game/thirdparty/cef3/locales/ar.pak %%DATADIR%%/game/thirdparty/cef3/locales/bg.pak %%DATADIR%%/game/thirdparty/cef3/locales/bn.pak %%DATADIR%%/game/thirdparty/cef3/locales/ca.pak %%DATADIR%%/game/thirdparty/cef3/locales/cs.pak %%DATADIR%%/game/thirdparty/cef3/locales/da.pak %%DATADIR%%/game/thirdparty/cef3/locales/de.pak %%DATADIR%%/game/thirdparty/cef3/locales/el.pak %%DATADIR%%/game/thirdparty/cef3/locales/en-GB.pak %%DATADIR%%/game/thirdparty/cef3/locales/en-US.pak %%DATADIR%%/game/thirdparty/cef3/locales/es-419.pak %%DATADIR%%/game/thirdparty/cef3/locales/es.pak %%DATADIR%%/game/thirdparty/cef3/locales/et.pak %%DATADIR%%/game/thirdparty/cef3/locales/fa.pak %%DATADIR%%/game/thirdparty/cef3/locales/fi.pak %%DATADIR%%/game/thirdparty/cef3/locales/fil.pak %%DATADIR%%/game/thirdparty/cef3/locales/fr.pak %%DATADIR%%/game/thirdparty/cef3/locales/gu.pak %%DATADIR%%/game/thirdparty/cef3/locales/he.pak %%DATADIR%%/game/thirdparty/cef3/locales/hi.pak %%DATADIR%%/game/thirdparty/cef3/locales/hr.pak %%DATADIR%%/game/thirdparty/cef3/locales/hu.pak %%DATADIR%%/game/thirdparty/cef3/locales/id.pak %%DATADIR%%/game/thirdparty/cef3/locales/it.pak %%DATADIR%%/game/thirdparty/cef3/locales/ja.pak %%DATADIR%%/game/thirdparty/cef3/locales/kn.pak %%DATADIR%%/game/thirdparty/cef3/locales/ko.pak %%DATADIR%%/game/thirdparty/cef3/locales/lt.pak %%DATADIR%%/game/thirdparty/cef3/locales/lv.pak %%DATADIR%%/game/thirdparty/cef3/locales/ml.pak %%DATADIR%%/game/thirdparty/cef3/locales/mr.pak %%DATADIR%%/game/thirdparty/cef3/locales/ms.pak %%DATADIR%%/game/thirdparty/cef3/locales/nb.pak %%DATADIR%%/game/thirdparty/cef3/locales/nl.pak %%DATADIR%%/game/thirdparty/cef3/locales/pl.pak %%DATADIR%%/game/thirdparty/cef3/locales/pt-BR.pak %%DATADIR%%/game/thirdparty/cef3/locales/pt-PT.pak %%DATADIR%%/game/thirdparty/cef3/locales/ro.pak %%DATADIR%%/game/thirdparty/cef3/locales/ru.pak %%DATADIR%%/game/thirdparty/cef3/locales/sk.pak %%DATADIR%%/game/thirdparty/cef3/locales/sl.pak %%DATADIR%%/game/thirdparty/cef3/locales/sr.pak %%DATADIR%%/game/thirdparty/cef3/locales/sv.pak %%DATADIR%%/game/thirdparty/cef3/locales/sw.pak %%DATADIR%%/game/thirdparty/cef3/locales/ta.pak %%DATADIR%%/game/thirdparty/cef3/locales/te.pak %%DATADIR%%/game/thirdparty/cef3/locales/th.pak %%DATADIR%%/game/thirdparty/cef3/locales/tr.pak %%DATADIR%%/game/thirdparty/cef3/locales/uk.pak %%DATADIR%%/game/thirdparty/cef3/locales/vi.pak %%DATADIR%%/game/thirdparty/cef3/locales/zh-CN.pak %%DATADIR%%/game/thirdparty/cef3/locales/zh-TW.pak %%DATADIR%%/game/thirdparty/config.lua %%DATADIR%%/game/thirdparty/jit/bc.lua %%DATADIR%%/game/thirdparty/jit/bcsave.lua %%DATADIR%%/game/thirdparty/jit/dis_arm.lua %%DATADIR%%/game/thirdparty/jit/dis_mips.lua %%DATADIR%%/game/thirdparty/jit/dis_mipsel.lua %%DATADIR%%/game/thirdparty/jit/dis_ppc.lua %%DATADIR%%/game/thirdparty/jit/dis_x64.lua %%DATADIR%%/game/thirdparty/jit/dis_x86.lua %%DATADIR%%/game/thirdparty/jit/dump.lua %%DATADIR%%/game/thirdparty/jit/v.lua %%DATADIR%%/game/thirdparty/licenses/CEF3.txt %%DATADIR%%/game/thirdparty/licenses/Font-Salsa-OFL.txt %%DATADIR%%/game/thirdparty/licenses/LuaJIT.txt %%DATADIR%%/game/thirdparty/licenses/SDL.txt %%DATADIR%%/game/thirdparty/licenses/SDL_image.txt %%DATADIR%%/game/thirdparty/licenses/SDL_ttf.txt %%DATADIR%%/game/thirdparty/licenses/expat.txt %%DATADIR%%/game/thirdparty/licenses/freetype.txt %%DATADIR%%/game/thirdparty/licenses/libogg.txt %%DATADIR%%/game/thirdparty/licenses/libpng.txt %%DATADIR%%/game/thirdparty/licenses/libvorbis.txt %%DATADIR%%/game/thirdparty/licenses/lpeg.txt %%DATADIR%%/game/thirdparty/licenses/luabitop.txt %%DATADIR%%/game/thirdparty/licenses/luamd5.txt %%DATADIR%%/game/thirdparty/licenses/luaprofiler.txt %%DATADIR%%/game/thirdparty/licenses/luasocket.txt %%DATADIR%%/game/thirdparty/licenses/luazlib.txt %%DATADIR%%/game/thirdparty/licenses/lxp.txt %%DATADIR%%/game/thirdparty/licenses/physfs.txt %%DATADIR%%/game/thirdparty/licenses/tcod.txt %%DATADIR%%/game/thirdparty/licenses/tween.txt %%DATADIR%%/game/thirdparty/licenses/zlib.txt %%DATADIR%%/game/thirdparty/lpeg/re.lua %%DATADIR%%/game/thirdparty/ltn12.lua %%DATADIR%%/game/thirdparty/lxp/lom.lua %%DATADIR%%/game/thirdparty/md5.lua %%DATADIR%%/game/thirdparty/mime.lua %%DATADIR%%/game/thirdparty/moonscript.lua %%DATADIR%%/game/thirdparty/moonscript/compile.lua %%DATADIR%%/game/thirdparty/moonscript/compile/format.lua %%DATADIR%%/game/thirdparty/moonscript/compile/line.lua %%DATADIR%%/game/thirdparty/moonscript/compile/types.lua %%DATADIR%%/game/thirdparty/moonscript/compile/value.lua %%DATADIR%%/game/thirdparty/moonscript/data.lua %%DATADIR%%/game/thirdparty/moonscript/dump.lua %%DATADIR%%/game/thirdparty/moonscript/errors.lua %%DATADIR%%/game/thirdparty/moonscript/init.lua %%DATADIR%%/game/thirdparty/moonscript/parse.lua %%DATADIR%%/game/thirdparty/moonscript/util.lua %%DATADIR%%/game/thirdparty/moonscript/version.lua %%DATADIR%%/game/thirdparty/remdebug/engine.lua %%DATADIR%%/game/thirdparty/slt2.lua %%DATADIR%%/game/thirdparty/socket.lua %%DATADIR%%/game/thirdparty/socket/ftp.lua %%DATADIR%%/game/thirdparty/socket/http.lua %%DATADIR%%/game/thirdparty/socket/smtp.lua %%DATADIR%%/game/thirdparty/socket/tp.lua %%DATADIR%%/game/thirdparty/socket/url.lua %%DATADIR%%/game/thirdparty/tween.lua %%DATADIR%%/t-engine