Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 04:21:47 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475345 - head/net-p2p/verlihub-plugins-luascript
Message-ID:  <201807260421.w6Q4LlKa042916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Thu Jul 26 04:21:47 2018
New Revision: 475345
URL: https://svnweb.freebsd.org/changeset/ports/475345

Log:
  - Use corresponded luasocket while SOCKET option enabled
  
  No PORTREVISION bump 'cause option was always broken due to lua52 is default
  
  PR:		229685
  Submitted by:	fluffy
  Approved by:	maintainer timeout (2 weeks)
  MFH:		2018Q3

Modified:
  head/net-p2p/verlihub-plugins-luascript/Makefile

Modified: head/net-p2p/verlihub-plugins-luascript/Makefile
==============================================================================
--- head/net-p2p/verlihub-plugins-luascript/Makefile	Thu Jul 26 03:12:23 2018	(r475344)
+++ head/net-p2p/verlihub-plugins-luascript/Makefile	Thu Jul 26 04:21:47 2018	(r475345)
@@ -31,8 +31,8 @@ SOCKET_DESC=	Build with LuaSocket support
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSOCKET}
-BUILD_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket
-RUN_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket
+BUILD_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
+RUN_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
 CONFIGURE_ARGS+=	--with-luasocket
 .endif
 



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