CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/06/24 22:30:22
Modified files:
net/prosody : Makefile
net/prosody/pkg: PLIST
Log message:
Move net/prosody to use Lua 5.2.
- Defined `MODLUA_VERSION=5.2`
- Added `--lua-version=${MODLUA_VERSION}` to `CONFIGURE_ARGS`, otherwise
the build was picking up Lua 5.1 if it was already installed
- Added `--no-example-certs` to `CONFIGURE_ARGS`, which results in
`make` not generating certs for localhost and example.com, which
changes PLIST a tiny bit. I don't think that generating this certs
adds any value, but I can keep it off the patch if it's preferred.
- Added NO_TEST=yes
Update diff from maintainer