svn commit: r481513 - in head/mail: cyrus-imapd24 cyrus-imapd25

Hajimu UMEMOTO ume at FreeBSD.org
Mon Oct 8 05:07:37 UTC 2018


Author: ume
Date: Mon Oct  8 05:07:35 2018
New Revision: 481513
URL: https://svnweb.freebsd.org/changeset/ports/481513

Log:
  Use https to fetch from cyrusimap.org.

Modified:
  head/mail/cyrus-imapd24/Makefile
  head/mail/cyrus-imapd25/Makefile

Modified: head/mail/cyrus-imapd24/Makefile
==============================================================================
--- head/mail/cyrus-imapd24/Makefile	Mon Oct  8 04:49:03 2018	(r481512)
+++ head/mail/cyrus-imapd24/Makefile	Mon Oct  8 05:07:35 2018	(r481513)
@@ -4,8 +4,8 @@ PORTNAME=	cyrus-imapd
 PORTVERSION=	2.4.20
 PORTREVISION=	2
 CATEGORIES=	mail ipv6
-MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-imapd/ \
-		http://cyrusimap.org/releases/
+MASTER_SITES=	https://www.cyrusimap.org/releases/ \
+		ftp://ftp.cyrusimap.org/cyrus-imapd/
 PKGNAMESUFFIX=	24
 
 MAINTAINER=	ume at FreeBSD.org

Modified: head/mail/cyrus-imapd25/Makefile
==============================================================================
--- head/mail/cyrus-imapd25/Makefile	Mon Oct  8 04:49:03 2018	(r481512)
+++ head/mail/cyrus-imapd25/Makefile	Mon Oct  8 05:07:35 2018	(r481513)
@@ -5,7 +5,7 @@ PORTVERSION=	2.5.12
 #PORTREVISION=	0
 CATEGORIES=	mail ipv6
 MASTER_SITES=	https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ \
-		http://cyrusimap.org/releases/ \
+		https://www.cyrusimap.org/releases/ \
 		ftp://ftp.cyrusimap.org/cyrus-imapd/
 PKGNAMESUFFIX=	25
 


More information about the svn-ports-all mailing list