aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Morper <thomas@beingboiled.info>2021-08-03 18:23:00 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-08-03 18:23:00 +0000
commit5767b5976b2c0ea2347930df8d19d80ff64a64db (patch)
tree629e2b4a4a720fb073541c185d983e89175b3832
parentbfc6a3ee044d51a7989cb9d51b1a66c8b9efe84f (diff)
downloadports-5767b5976b2c0ea2347930df8d19d80ff64a64db.tar.gz
ports-5767b5976b2c0ea2347930df8d19d80ff64a64db.zip
net-im/prosody: Update to 0.11.10
PR: 257595 MFH: 2021Q3 Security: 5ef14250-f47c-11eb-8f13-5b4de959822e
-rw-r--r--net-im/prosody/Makefile2
-rw-r--r--net-im/prosody/distinfo6
-rw-r--r--net-im/prosody/files/prosody.in2
-rw-r--r--net-im/prosody/pkg-message8
4 files changed, 5 insertions, 13 deletions
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 <freeghb@gmail.com>
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: <<EOM
-Make sure your prosody.cfg.lua contains the following line
-or else the init script won't work:
-
-pidfile = "/var/run/prosody/prosody.pid"
-EOM
}
]