Date: Mon, 26 May 2014 17:31:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355419 - in head: games/avoision games/cretan-hubris games/fbg2 games/solarus games/thegrind graphics/radius-engine lang/fpc-lua Message-ID: <201405261731.s4QHVhJN071283@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon May 26 17:31:43 2014 New Revision: 355419 URL: http://svnweb.freebsd.org/changeset/ports/355419 QAT: https://qat.redports.org/buildarchive/r355419/ Log: Attempt to fix INDEX With hat: portmgr Modified: head/games/avoision/Makefile head/games/cretan-hubris/Makefile head/games/fbg2/Makefile head/games/solarus/Makefile head/games/thegrind/Makefile head/graphics/radius-engine/Makefile head/lang/fpc-lua/Makefile Modified: head/games/avoision/Makefile ============================================================================== --- head/games/avoision/Makefile Mon May 26 16:56:07 2014 (r355418) +++ head/games/avoision/Makefile Mon May 26 17:31:43 2014 (r355419) @@ -18,7 +18,7 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip Modified: head/games/cretan-hubris/Makefile ============================================================================== --- head/games/cretan-hubris/Makefile Mon May 26 16:56:07 2014 (r355418) +++ head/games/cretan-hubris/Makefile Mon May 26 17:31:43 2014 (r355419) @@ -18,7 +18,7 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip Modified: head/games/fbg2/Makefile ============================================================================== --- head/games/fbg2/Makefile Mon May 26 16:56:07 2014 (r355418) +++ head/games/fbg2/Makefile Mon May 26 17:31:43 2014 (r355419) @@ -18,7 +18,7 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip Modified: head/games/solarus/Makefile ============================================================================== --- head/games/solarus/Makefile Mon May 26 16:56:07 2014 (r355418) +++ head/games/solarus/Makefile Mon May 26 17:31:43 2014 (r355419) @@ -11,7 +11,7 @@ COMMENT= Zelda-like 2D game engine LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libmodplug.so:${PORTSDIR}/audio/libmodplug \ - liblua-5.1.so:${PORTSDIR}/lang/lua \ + liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libogg.so:${PORTSDIR}/audio/libogg Modified: head/games/thegrind/Makefile ============================================================================== --- head/games/thegrind/Makefile Mon May 26 16:56:07 2014 (r355418) +++ head/games/thegrind/Makefile Mon May 26 17:31:43 2014 (r355419) @@ -13,7 +13,7 @@ COMMENT= Simple game about escaping from LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip Modified: head/graphics/radius-engine/Makefile ============================================================================== --- head/graphics/radius-engine/Makefile Mon May 26 16:56:07 2014 (r355418) +++ head/graphics/radius-engine/Makefile Mon May 26 17:31:43 2014 (r355419) @@ -12,7 +12,7 @@ COMMENT= Lua script-based 2D engine buil LICENSE= MIT -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs Modified: head/lang/fpc-lua/Makefile ============================================================================== --- head/lang/fpc-lua/Makefile Mon May 26 16:56:07 2014 (r355418) +++ head/lang/fpc-lua/Makefile Mon May 26 17:31:43 2014 (r355419) @@ -18,6 +18,6 @@ OPTIONS_DEFINE= LUA LUA_DESC= Install lua library OPTIONS_DEFAULT= LUA -LUA_LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua +LUA_LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261731.s4QHVhJN071283>