Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glfw/
Date: Wed, 27 Feb 2019 20:45:15
Message-Id: 1551300287.d189ae8bf293a9fff71baf13ce923d3a29a337f6.chewi@gentoo
1 commit: d189ae8bf293a9fff71baf13ce923d3a29a337f6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 27 18:48:58 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 20:44:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d189ae8b
7
8 media-libs/glfw: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 media-libs/glfw/glfw-3.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/glfw/glfw-3.2.1.ebuild b/media-libs/glfw/glfw-3.2.1.ebuild
17 index 8023c7964fa..9042d28f2df 100644
18 --- a/media-libs/glfw/glfw-3.2.1.ebuild
19 +++ b/media-libs/glfw/glfw-3.2.1.ebuild
20 @@ -1,11 +1,11 @@
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 inherit cmake-utils
27
28 DESCRIPTION="The Portable OpenGL FrameWork"
29 -HOMEPAGE="http://www.glfw.org/"
30 +HOMEPAGE="https://www.glfw.org/"
31 SRC_URI="mirror://sourceforge/glfw/${P}.tar.bz2"
32
33 LICENSE="ZLIB"