diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 943c511f7a9d..174bba916841 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -1,7 +1,7 @@ # Created by: Andrew Lewis PORTNAME= prosody -PORTVERSION= 0.11.9 +PORTVERSION= 0.11.10 CATEGORIES= net-im MASTER_SITES= https://prosody.im/downloads/source/ diff --git a/net-im/prosody/distinfo b/net-im/prosody/distinfo index c35b81dbb8a0..ff6cff592b88 100644 --- a/net-im/prosody/distinfo +++ b/net-im/prosody/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620920768 -SHA256 (prosody-0.11.9.tar.gz) = ccc032aea49d858635fb93644db276de6812be83073a8d80e9b4508095deff09 -SIZE (prosody-0.11.9.tar.gz) = 431647 +TIMESTAMP = 1627999309 +SHA256 (prosody-0.11.10.tar.gz) = c6d714e6d4a6ddd1db1266b205d9d8a3ed91818f42755c9268ffb18359d204e1 +SIZE (prosody-0.11.10.tar.gz) = 438888 diff --git a/net-im/prosody/files/prosody.in b/net-im/prosody/files/prosody.in index 8d23cf2b3a28..acdbde604f49 100644 --- a/net-im/prosody/files/prosody.in +++ b/net-im/prosody/files/prosody.in @@ -24,6 +24,6 @@ prosody_group="%%GROUPS%%" load_rc_config $name prosody_enable=${prosody_enable:-"NO"} -pidfile=${prosody_pidfile:-"/var/run/prosody/prosody.pid"} +pidfile=${prosody_pidfile:+$prosody_pidfile} run_rc_command "$1" diff --git a/net-im/prosody/pkg-message b/net-im/prosody/pkg-message index f2125ab9c53b..f8c04cf9daef 100644 --- a/net-im/prosody/pkg-message +++ b/net-im/prosody/pkg-message @@ -8,13 +8,5 @@ interfaces = { 'x.x.x.x' } where 'x.x.x.x' is the public IP you wish Prosody to bind to. EOM -}, -{ type: install - message: <