git: b89b0728ed3c - 2021Q3 - net-im/prosody: Update to 0.11.10
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Aug 3 18:24:48 UTC 2021
The branch 2021Q3 has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b89b0728ed3c39b04a87f6ea5b3f829a50076d24
commit b89b0728ed3c39b04a87f6ea5b3f829a50076d24
Author: Thomas Morper <thomas at beingboiled.info>
AuthorDate: 2021-08-03 18:23:00 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-08-03 18:24:39 +0000
net-im/prosody: Update to 0.11.10
PR: 257595
MFH: 2021Q3
Security: 5ef14250-f47c-11eb-8f13-5b4de959822e
(cherry picked from commit 5767b5976b2c0ea2347930df8d19d80ff64a64db)
---
net-im/prosody/Makefile | 2 +-
net-im/prosody/distinfo | 6 +++---
net-im/prosody/files/prosody.in | 2 +-
net-im/prosody/pkg-message | 8 --------
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 at 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
}
]
More information about the dev-commits-ports-all
mailing list