diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 2f41093fda7a..bfaf374eb5ef 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -3,6 +3,7 @@ PORTNAME= prosody PORTVERSION= 0.11.6 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://prosody.im/downloads/source/ @@ -19,7 +20,8 @@ RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} LIB_DEPENDS= libidn.so:dns/libidn -USES= compiler:c11 cpe gmake lua:52 ssl +USES= compiler:c11 cpe gmake lua:52 shebangfix ssl +SHEBANG_FILES= prosody prosodyctl tools/migration/prosody-migrator.lua LUA_PREMK= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ @@ -43,7 +45,7 @@ GROUPS= ${USERS} USE_RC_SUBR= prosody SUB_FILES= pkg-deinstall -SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} +SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} LUA_PREFIX=${LUA_PREFIX} LUA_CMD=${LUA_CMD} PLIST_SUB= PROSODY_USER=${USERS} \ PROSODY_USER_regex=\b${USERS}\b \ PROSODY_GROUP=${GROUPS} \ diff --git a/net-im/prosody/files/prosody.in b/net-im/prosody/files/prosody.in index 54a3ac861a22..9350e34eede1 100644 --- a/net-im/prosody/files/prosody.in +++ b/net-im/prosody/files/prosody.in @@ -16,25 +16,16 @@ name="prosody" rcvar="prosody_enable" -command="%%PREFIX%%/bin/prosodyctl" +command="%%PREFIX%%/bin/prosody" +command_args="-D" +command_interpreter="%%LUA_PREFIX%%/bin/%%LUA_CMD%%" +extra_commands="reload" +prosody_user="%%USERS%%" +prosody_group="%%GROUPS%%" load_rc_config $name prosody_enable=${prosody_enable:-"NO"} pidfile=${prosody_pidfile:-"/var/run/prosody/prosody.pid"} -extra_commands="reload" -start_cmd="prosody_cmd start" -stop_cmd="prosody_cmd stop" -reload_cmd="prosody_cmd reload" -restart_cmd="prosody_cmd restart" -status_cmd="prosody_cmd status" - -export PATH="%%PREFIX%%/bin:$PATH" - -prosody_cmd() -{ - $command $1 -} - run_rc_command "$1" diff --git a/net-im/prosody/pkg-message b/net-im/prosody/pkg-message index c76d706efa78..f2125ab9c53b 100644 --- a/net-im/prosody/pkg-message +++ b/net-im/prosody/pkg-message @@ -1,12 +1,20 @@ [ { type: install message: <