mail-client/claws-mail: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 10 Jun 2018 09:31:17 +0000 (11:31 +0200)
committerAaron Bauman <bman@gentoo.org>
Mon, 11 Jun 2018 16:26:54 +0000 (12:26 -0400)
mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
mail-client/claws-mail/claws-mail-3.15.1.ebuild
mail-client/claws-mail/claws-mail-3.16.0.ebuild
mail-client/claws-mail/claws-mail-9999.ebuild

index 7aea37bf8281643b26f9ff3edd1746d894a35f33..8ba2db39ab46bc54b6277ea70ff4be565a9f0382 100644 (file)
@@ -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"
index 519cd735f964d4ba8f904858ea3d97fa3524506e..8a2d2a097e6b61b0f08458907c0900761357f90d 100644 (file)
@@ -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"
index 34bad07efdfb657e4d3b864d8396ff1763c3e10c..db659cadd4a8ac12a442905c669bb5cbde54bd56 100644 (file)
@@ -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"
index 065ab0571e8890f1a1242bdea4a89692d681bc35..a7c026c215a2038a6838d22bc4e12b1068494ceb 100644 (file)
@@ -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