Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_Timer/
Date: Wed, 20 Mar 2019 20:27:41
Message-Id: 1553113563.2b95c565ab8abf2933166e29c01e16f9143d5efd.bman@gentoo
1 commit: 2b95c565ab8abf2933166e29c01e16f9143d5efd
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 16 19:11:48 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:26:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b95c565
7
8 dev-php/PHP_Timer: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild
17 index 5c6c9dfe819..b9dec6ebd09 100644
18 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild
19 +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ EAPI=6
27 MY_PN="php-timer"
28
29 DESCRIPTION="Utility class for timing"
30 -HOMEPAGE="http://phpunit.de"
31 +HOMEPAGE="https://phpunit.de"
32 SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="BSD"