From owner-svn-ports-all@freebsd.org Mon Oct 8 05:07:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB33810B2E89; Mon, 8 Oct 2018 05:07:36 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 871FF79C5C; Mon, 8 Oct 2018 05:07:36 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C8FD1E125; Mon, 8 Oct 2018 05:07:36 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9857ato078532; Mon, 8 Oct 2018 05:07:36 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9857aJU078530; Mon, 8 Oct 2018 05:07:36 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201810080507.w9857aJU078530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Mon, 8 Oct 2018 05:07:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481513 - in head/mail: cyrus-imapd24 cyrus-imapd25 X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: in head/mail: cyrus-imapd24 cyrus-imapd25 X-SVN-Commit-Revision: 481513 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 05:07:37 -0000 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@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