aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Wagin <dmitry.wagin@ya.ru>2022-05-17 04:52:32 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-05-17 04:52:32 +0000
commit72eb8ee73f3518581776bef8c1bbdc0aa7663f9f (patch)
tree037e690289aba613e5b9b444ef8793f01ec400f8
parent31b425912357a97e6c54f2531cc84b1f394a2e90 (diff)
downloadports-72eb8ee73f3518581776bef8c1bbdc0aa7663f9f.tar.gz
ports-72eb8ee73f3518581776bef8c1bbdc0aa7663f9f.zip
www/lua-resty-core: Makefile and pkg-plist corrections
PR: 263989
-rw-r--r--www/lua-resty-core/Makefile8
-rw-r--r--www/lua-resty-core/pkg-plist1
2 files changed, 5 insertions, 4 deletions
diff --git a/www/lua-resty-core/Makefile b/www/lua-resty-core/Makefile
index cd713954bb8d..7c3228f473fc 100644
--- a/www/lua-resty-core/Makefile
+++ b/www/lua-resty-core/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lua-resty-core
-PORTVERSION= 0.1.23
+DISTVERSION= 0.1.23
DISTVERSIONPREFIX= v
CATEGORIES= www
@@ -8,8 +8,8 @@ COMMENT= New FFI-based Lua API for OpenResty NGINX Lua modules
LICENSE= BSD2CLAUSE
-RUN_DEPENDS= luajit-openresty>=2.1:lang/luajit-openresty \
- lua-resty-lrucache>=0.10:www/lua-resty-lrucache
+RUN_DEPENDS= lua-resty-lrucache>=0.10:www/lua-resty-lrucache \
+ luajit-openresty>=2.1:lang/luajit-openresty
USE_GITHUB= yes
GH_ACCOUNT= openresty
@@ -17,7 +17,7 @@ GH_ACCOUNT= openresty
NO_ARCH= yes
NO_BUILD= yes
-LUA_MODSHAREDIR=${LOCALBASE}/share/lua/5.1
+LUA_MODSHAREDIR= ${LOCALBASE}/share/lua/5.1
PLIST_SUB= LUA_MODSHAREDIR=${LUA_MODSHAREDIR}
diff --git a/www/lua-resty-core/pkg-plist b/www/lua-resty-core/pkg-plist
index 1770b3eec6e6..5312195a4b03 100644
--- a/www/lua-resty-core/pkg-plist
+++ b/www/lua-resty-core/pkg-plist
@@ -9,6 +9,7 @@
%%LUA_MODSHAREDIR%%/ngx/resp.lua
%%LUA_MODSHAREDIR%%/ngx/semaphore.lua
%%LUA_MODSHAREDIR%%/ngx/ssl.lua
+%%LUA_MODSHAREDIR%%/ngx/ssl/clienthello.lua
%%LUA_MODSHAREDIR%%/ngx/ssl/session.lua
%%LUA_MODSHAREDIR%%/resty/core.lua
%%LUA_MODSHAREDIR%%/resty/core/base.lua