Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2021 18:24:14 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5767b5976b2c - main - net-im/prosody: Update to 0.11.10
Message-ID:  <202108031824.173IOEc9073297@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5767b5976b2c0ea2347930df8d19d80ff64a64db

commit 5767b5976b2c0ea2347930df8d19d80ff64a64db
Author:     Thomas Morper <thomas@beingboiled.info>
AuthorDate: 2021-08-03 18:23:00 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-03 18:23:00 +0000

    net-im/prosody: Update to 0.11.10
    
    PR:             257595
    MFH:            2021Q3
    Security:       5ef14250-f47c-11eb-8f13-5b4de959822e
---
 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@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
 }
 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108031824.173IOEc9073297>