From owner-dev-commits-ports-all@freebsd.org Mon May 31 06:45:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 C952C640230; Mon, 31 May 2021 06:45:38 +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 4Ftm5G3vC1z3mmZ; Mon, 31 May 2021 06:45:38 +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 526A237CE; Mon, 31 May 2021 06:45:38 +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 14V6jcWa030447; Mon, 31 May 2021 06:45:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14V6jcDR030446; Mon, 31 May 2021 06:45:38 GMT (envelope-from git) Date: Mon, 31 May 2021 06:45:38 GMT Message-Id: <202105310645.14V6jcDR030446@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mathieu Arnold Subject: git: 7823df7e6b79 - main - sysutils/munin-*: Avoid a WWW redirect. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mat X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7823df7e6b790cfe8c21dea9dc49ec3b78201d1f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 06:45:39 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=7823df7e6b790cfe8c21dea9dc49ec3b78201d1f commit 7823df7e6b790cfe8c21dea9dc49ec3b78201d1f Author: Mathieu Arnold AuthorDate: 2021-05-31 06:41:26 +0000 Commit: Mathieu Arnold CommitDate: 2021-05-31 06:43:17 +0000 sysutils/munin-*: Avoid a WWW redirect. --- sysutils/munin-common/pkg-descr | 2 +- sysutils/munin-master/pkg-descr | 2 +- sysutils/munin-node/pkg-descr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/munin-common/pkg-descr b/sysutils/munin-common/pkg-descr index 0e1ffa2ed3d6..b8a271c660e6 100644 --- a/sysutils/munin-common/pkg-descr +++ b/sysutils/munin-common/pkg-descr @@ -11,4 +11,4 @@ of creating own "plugins" (graphs). This are the common components to drive both the server and the node components of munin. -WWW: http://munin-monitoring.org/ +WWW: https://munin-monitoring.org/ diff --git a/sysutils/munin-master/pkg-descr b/sysutils/munin-master/pkg-descr index ccfb06066a29..69abd6fcb75e 100644 --- a/sysutils/munin-master/pkg-descr +++ b/sysutils/munin-master/pkg-descr @@ -11,4 +11,4 @@ of creating own "plugins" (graphs). This is the collector. It is installed on the machine that shall collect and display performance data. -WWW: http://munin-monitoring.org/ +WWW: https://munin-monitoring.org/ diff --git a/sysutils/munin-node/pkg-descr b/sysutils/munin-node/pkg-descr index 1ac945582d61..14bda26b9e8f 100644 --- a/sysutils/munin-node/pkg-descr +++ b/sysutils/munin-node/pkg-descr @@ -10,4 +10,4 @@ of creating own "plugins" (graphs). This is the node part. It is used on all machines Munin shall watch. -WWW: http://munin-monitoring.org/ +WWW: https://munin-monitoring.org/