commit:     2ad85c35316caa792f24ce96ab9785093d627985
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 09:31:17 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 16:26:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad85c35

mail-client/claws-mail: use HTTPs

 mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild | 4 ++--
 mail-client/claws-mail/claws-mail-3.15.1.ebuild    | 6 +++---
 mail-client/claws-mail/claws-mail-3.16.0.ebuild    | 4 ++--
 mail-client/claws-mail/claws-mail-9999.ebuild      | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild 
b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
index 7aea37bf828..8ba2db39ab4 100644
--- a/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 DESCRIPTION="An email client (and news reader) based on GTK+"
-HOMEPAGE="http://www.claws-mail.org/";
+HOMEPAGE="https://www.claws-mail.org/";
 
-SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
+SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
 
 SLOT="0"
 LICENSE="GPL-3"

diff --git a/mail-client/claws-mail/claws-mail-3.15.1.ebuild 
b/mail-client/claws-mail/claws-mail-3.15.1.ebuild
index 519cd735f96..8a2d2a097e6 100644
--- a/mail-client/claws-mail/claws-mail-3.15.1.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 DESCRIPTION="An email client (and news reader) based on GTK+"
-HOMEPAGE="http://www.claws-mail.org/";
+HOMEPAGE="https://www.claws-mail.org/";
 
-SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
+SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
 
 SLOT="0"
 LICENSE="GPL-3"

diff --git a/mail-client/claws-mail/claws-mail-3.16.0.ebuild 
b/mail-client/claws-mail/claws-mail-3.16.0.ebuild
index 34bad07efdf..db659cadd4a 100644
--- a/mail-client/claws-mail/claws-mail-3.16.0.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.16.0.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 DESCRIPTION="An email client (and news reader) based on GTK+"
-HOMEPAGE="http://www.claws-mail.org/";
+HOMEPAGE="https://www.claws-mail.org/";
 
-SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
+SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
 
 SLOT="0"
 LICENSE="GPL-3"

diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild 
b/mail-client/claws-mail/claws-mail-9999.ebuild
index 065ab0571e8..a7c026c215a 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -7,13 +7,13 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 DESCRIPTION="An email client (and news reader) based on GTK+"
-HOMEPAGE="http://www.claws-mail.org/";
+HOMEPAGE="https://www.claws-mail.org/";
 
 if [[ "${PV}" == 9999 ]] ; then
        inherit git-r3
        EGIT_REPO_URI="git://git.claws-mail.org/claws.git"
 else
-       
SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
+       
SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 

Reply via email to