Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2017 00:43:30 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434148 - head/net-im/prosody
Message-ID:  <201702150043.v1F0hUCx038462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Wed Feb 15 00:43:30 2017
New Revision: 434148
URL: https://svnweb.freebsd.org/changeset/ports/434148

Log:
  Use new Lua 5.1-specific ports.
  
  PR:		200336

Modified:
  head/net-im/prosody/Makefile

Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile	Wed Feb 15 00:12:17 2017	(r434147)
+++ head/net-im/prosody/Makefile	Wed Feb 15 00:43:30 2017	(r434148)
@@ -13,8 +13,8 @@ COMMENT=	Simple extensible XMPP server w
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket \
-		${LUA_MODLIBDIR}/ssl.so:security/luasec \
+RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \
+		${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \
 		${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \
 		${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702150043.v1F0hUCx038462>