Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:50:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543742 - head/devel/lua-luarocks
Message-ID:  <202007300950.06U9o785073973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:50:07 2020
New Revision: 543742
URL: https://svnweb.freebsd.org/changeset/ports/543742

Log:
  Add flavors
  
  Differential Revision:	https://reviews.freebsd.org/D25784
  Submitted by:	Russell Haley <russ.haley@gmail.com>

Modified:
  head/devel/lua-luarocks/Makefile
  head/devel/lua-luarocks/pkg-descr

Modified: head/devel/lua-luarocks/Makefile
==============================================================================
--- head/devel/lua-luarocks/Makefile	Thu Jul 30 09:50:00 2020	(r543741)
+++ head/devel/lua-luarocks/Makefile	Thu Jul 30 09:50:07 2020	(r543742)
@@ -36,7 +36,7 @@ LUAJIT_PLIST_SUB=	LUA_VER=${LUA_VER} \
 LUAJIT_VARS=		LUA_INCDIR=${LOCALBASE}/include/luajit-2.0 \
 			LUA_PKGNAMEPREFIX=lua51- \
 			LUA_VER=5.1
-LUAJIT_USES_OFF=	lua
+LUAJIT_USES_OFF=	lua:flavors
 
 post-patch:
 # /usr/local is a mix of site-local data and packages installs.

Modified: head/devel/lua-luarocks/pkg-descr
==============================================================================
--- head/devel/lua-luarocks/pkg-descr	Thu Jul 30 09:50:00 2020	(r543741)
+++ head/devel/lua-luarocks/pkg-descr	Thu Jul 30 09:50:07 2020	(r543742)
@@ -6,4 +6,4 @@ also optionally at run time, so that when a module is 
 correct version is loaded. LuaRocks supports both local and remote
 repositories, and multiple local rocks trees.
 
-WWW: https://luarocks.org
+WWW: https://luarocks.org/



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