Date: Sun, 17 Aug 2014 20:11:46 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365242 - head/www/luakit Message-ID: <201408172011.s7HKBkGF009095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Aug 17 20:11:46 2014 New Revision: 365242 URL: http://svnweb.freebsd.org/changeset/ports/365242 QAT: https://qat.redports.org/buildarchive/r365242/ Log: www/luakit: FIx invalid dependency declaration Luakit is declared to use lua51, but has a run dependency on luafilesystem which depends on lua52. Switch to luafilesystem-51 to fix, and when in doubt, revbump. PR: 192738 Submitted by: maintainer (Serpent) Modified: head/www/luakit/Makefile Modified: head/www/luakit/Makefile ============================================================================== --- head/www/luakit/Makefile Sun Aug 17 20:11:21 2014 (r365241) +++ head/www/luakit/Makefile Sun Aug 17 20:11:46 2014 (r365242) @@ -3,7 +3,7 @@ PORTNAME= luakit PORTVERSION= 2012.09.13r1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique -RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:${PORTSDIR}/devel/luafilesystem +RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:${PORTSDIR}/devel/luafilesystem-51 USE_GITHUB= yes GH_ACCOUNT= mason-larobina
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408172011.s7HKBkGF009095>