svn commit: r475357 - branches/2018Q3/net-p2p/verlihub-plugins-luascript

Dima Panov fluffy at FreeBSD.org
Thu Jul 26 09:34:17 UTC 2018


Author: fluffy
Date: Thu Jul 26 09:34:16 2018
New Revision: 475357
URL: https://svnweb.freebsd.org/changeset/ports/475357

Log:
  MFH: r475345
  
  - 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)
  
  Approved by:	portmgr (miwi)

Modified:
  branches/2018Q3/net-p2p/verlihub-plugins-luascript/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/net-p2p/verlihub-plugins-luascript/Makefile
==============================================================================
--- branches/2018Q3/net-p2p/verlihub-plugins-luascript/Makefile	Thu Jul 26 09:31:36 2018	(r475356)
+++ branches/2018Q3/net-p2p/verlihub-plugins-luascript/Makefile	Thu Jul 26 09:34:16 2018	(r475357)
@@ -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