Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
Date: Sun, 03 Jun 2018 13:49:09
Message-Id: 1528033718.c3289f8f9732f22b1313ae9eaca5add9e5c218c2.bman@gentoo
1 commit: c3289f8f9732f22b1313ae9eaca5add9e5c218c2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 3 09:29:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 13:48:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3289f8f
7
8 www-apps/phpBB: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8706
11
12 www-apps/phpBB/phpBB-3.1.10-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
16 index f3dc1e75af3..ebc5ae0c550 100644
17 --- a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
18 +++ b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,8 +6,8 @@ EAPI=6
26 inherit webapp
27
28 DESCRIPTION="An open-source bulletin board package"
29 -HOMEPAGE="http://www.phpbb.com/"
30 -SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
31 +HOMEPAGE="https://www.phpbb.com/"
32 +SRC_URI="https://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
33 LICENSE="GPL-2"
34 KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86"
35 IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib"