git: 0e8e6383d91b - main - mail/policyd2: Fix redirect in WWW/MASTER_SITES
Mathieu Arnold
mat at FreeBSD.org
Mon Jun 21 07:59:26 UTC 2021
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0e8e6383d91b3c5d316f867e110b37ee9f43de98
commit 0e8e6383d91b3c5d316f867e110b37ee9f43de98
Author: Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-06-21 07:50:37 +0000
Commit: Mathieu Arnold <mat at 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 at 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
More information about the dev-commits-ports-all
mailing list