commit: c3289f8f9732f22b1313ae9eaca5add9e5c218c2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Jun 3 09:29:38 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Jun 3 13:48:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3289f8f
www-apps/phpBB: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8706 www-apps/phpBB/phpBB-3.1.10-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild index f3dc1e75af3..ebc5ae0c550 100644 --- a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild +++ b/www-apps/phpBB/phpBB-3.1.10-r1.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 @@ -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"
