From owner-dev-commits-ports-all@freebsd.org Mon Jun 21 07:59:26 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 54B4E642013; Mon, 21 Jun 2021 07:59:26 +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 4G7hkk1Fgtz4cS6; Mon, 21 Jun 2021 07:59:26 +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 01727197C8; Mon, 21 Jun 2021 07:59:26 +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 15L7xP5X035352; Mon, 21 Jun 2021 07:59:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15L7xPtG035351; Mon, 21 Jun 2021 07:59:25 GMT (envelope-from git) Date: Mon, 21 Jun 2021 07:59:25 GMT Message-Id: <202106210759.15L7xPtG035351@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: 0e8e6383d91b - main - mail/policyd2: Fix redirect in WWW/MASTER_SITES 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: 0e8e6383d91b3c5d316f867e110b37ee9f43de98 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, 21 Jun 2021 07:59:26 -0000 The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e8e6383d91b3c5d316f867e110b37ee9f43de98 commit 0e8e6383d91b3c5d316f867e110b37ee9f43de98 Author: Mathieu Arnold AuthorDate: 2021-06-21 07:50:37 +0000 Commit: Mathieu Arnold CommitDate: 2021-06-21 07:54:06 +0000 mail/policyd2: Fix redirect in WWW/MASTER_SITES --- mail/policyd2/Makefile | 2 +- mail/policyd2/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/policyd2/Makefile b/mail/policyd2/Makefile index b6f4a3abfbd7..bb6b39a4061a 100644 --- a/mail/policyd2/Makefile +++ b/mail/policyd2/Makefile @@ -4,7 +4,7 @@ PORTNAME= policyd2 PORTVERSION= 2.0.14 PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= http://download.policyd.org/v${PORTVERSION}/ +MASTER_SITES= https://download.policyd.org/v${PORTVERSION}/ DISTNAME= cluebringer-v${PORTVERSION} MAINTAINER= mat@FreeBSD.org diff --git a/mail/policyd2/pkg-descr b/mail/policyd2/pkg-descr index c4ea3d1f3805..d97d35b0c9fc 100644 --- a/mail/policyd2/pkg-descr +++ b/mail/policyd2/pkg-descr @@ -4,4 +4,4 @@ Policyd v2 (codenamed "cluebringer") is a multi-platform policy server for popular MTAs. This policy daemon is designed mostly for large scale mail hosting environments. -WWW: http://wiki.policyd.org +WWW: https://wiki.policyd.org