Date: Mon, 21 Jun 2021 07:59:25 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0e8e6383d91b - main - mail/policyd2: Fix redirect in WWW/MASTER_SITES Message-ID: <202106210759.15L7xPtG035351@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e8e6383d91b3c5d316f867e110b37ee9f43de98 commit 0e8e6383d91b3c5d316f867e110b37ee9f43de98 Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2021-06-21 07:50:37 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106210759.15L7xPtG035351>