Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 09:34:16 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r475357 - branches/2018Q3/net-p2p/verlihub-plugins-luascript
Message-ID:  <201807260934.w6Q9YGxw002568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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