From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6CFBA1382C5 for ; Sun, 14 Jun 2020 20:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE77E08F5; Sun, 14 Jun 2020 20:42:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8641EE08F5 for ; Sun, 14 Jun 2020 20:42:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5CA034EDB5 for ; Sun, 14 Jun 2020 20:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48300296 for ; Sun, 14 Jun 2020 20:42:09 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1592167312.5a59450b039399fe52a49a795e49822ac93e2b77.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ftgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ftgl/ftgl-2.1.3_rc5.ebuild X-VCS-Directories: media-libs/ftgl/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5a59450b039399fe52a49a795e49822ac93e2b77 X-VCS-Branch: master Date: Sun, 14 Jun 2020 20:42:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73fbcd5c-35dd-4161-b2d7-38536581d5fd X-Archives-Hash: acca8f558a096ebc094e892849824ff4 commit: 5a59450b039399fe52a49a795e49822ac93e2b77 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 14 14:34:25 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jun 14 20:41:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a59450b media-libs/ftgl: use HTTPS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16240 Signed-off-by: James Le Cuirot gentoo.org> media-libs/ftgl/ftgl-2.1.3_rc5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild index 77cc21b8bd2..93fcaebd0f1 100644 --- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild +++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}-${MY_PV}" MY_P2="${PN}-${MY_PV2}" DESCRIPTION="library to use arbitrary fonts in OpenGL applications" -HOMEPAGE="http://ftgl.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/ftgl/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="MIT"