svn commit: r475345 - head/net-p2p/verlihub-plugins-luascript

Dima Panov fluffy at FreeBSD.org
Thu Jul 26 04:21:48 UTC 2018


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
 


More information about the svn-ports-all mailing list