www-apps/phpBB: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 3 Jun 2018 09:29:38 +0000 (11:29 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 3 Jun 2018 13:48:38 +0000 (09:48 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8706

www-apps/phpBB/phpBB-3.1.10-r1.ebuild

index f3dc1e75af3a003ad2fcd51e0a9b39a93d97741d..ebc5ae0c550703832c4114e1142d706bc8b104d6 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
@@ -6,8 +6,8 @@ EAPI=6
 inherit webapp
 
 DESCRIPTION="An open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
+HOMEPAGE="https://www.phpbb.com/"
+SRC_URI="https://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86"
 IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib"