Created attachment 233926 [details] lua-resty-core.diff Update to 0.1.23 https://github.com/openresty/lua-resty-core/releases/tag/v0.1.23
Hi, 1. --- ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: share/lua/5.1/ngx/ssl/clienthello.lua ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. --- 2. Use DISTVERSION instead of PORTVERSION https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming 3. Use portlint, portclippy and portfmt to a better Makefile format Thanks, Nuno Teixeira
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=31b425912357a97e6c54f2531cc84b1f394a2e90 commit 31b425912357a97e6c54f2531cc84b1f394a2e90 Author: Dmitry Wagin <dmitry.wagin@ya.ru> AuthorDate: 2022-05-17 04:50:26 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-05-17 04:50:26 +0000 www/lua-resty-core: Update to 0.1.23 Changes: https://github.com/openresty/lua-resty-core/releases/tag/v0.1.23 PR: 263989 www/lua-resty-core/Makefile | 2 +- www/lua-resty-core/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed with corrections
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=72eb8ee73f3518581776bef8c1bbdc0aa7663f9f commit 72eb8ee73f3518581776bef8c1bbdc0aa7663f9f Author: Dmitry Wagin <dmitry.wagin@ya.ru> AuthorDate: 2022-05-17 04:52:32 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-05-17 04:52:32 +0000 www/lua-resty-core: Makefile and pkg-plist corrections PR: 263989 www/lua-resty-core/Makefile | 8 ++++---- www/lua-resty-core/pkg-plist | 1 + 2 files changed, 5 insertions(+), 4 deletions(-)
After updating this package I can no longer start nginx: nginx: [alert] failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: /usr/local/share/lua/5.1/resty/core/base.lua:24: ngx_http_lua_module 0.10.21 required) in /usr/local/etc/nginx/nginx.conf:539 lua-resty-core-0.1.23 nginx-1.20.2_9,2
(In reply to Johan Ström from comment #5) Fix: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264149 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264150