svn commit: r365242 - head/www/luakit
John Marino
marino at FreeBSD.org
Sun Aug 17 20:11:47 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list