From owner-dev-commits-ports-main@freebsd.org Tue Aug 3 18:24:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01E5B63E555; Tue, 3 Aug 2021 18:24:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GfNYp6gNHz3R8Z; Tue, 3 Aug 2021 18:24:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C242117EFC; Tue, 3 Aug 2021 18:24:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 173IOE8W073298; Tue, 3 Aug 2021 18:24:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 173IOEc9073297; Tue, 3 Aug 2021 18:24:14 GMT (envelope-from git) Date: Tue, 3 Aug 2021 18:24:14 GMT Message-Id: <202108031824.173IOEc9073297@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 5767b5976b2c - main - net-im/prosody: Update to 0.11.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5767b5976b2c0ea2347930df8d19d80ff64a64db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2021 18:24:15 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=5767b5976b2c0ea2347930df8d19d80ff64a64db commit 5767b5976b2c0ea2347930df8d19d80ff64a64db Author: Thomas Morper AuthorDate: 2021-08-03 18:23:00 +0000 Commit: Li-Wen Hsu 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 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: <