Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ftjam/
Date: Thu, 24 Nov 2022 18:15:05
Message-Id: 1669313686.44f59729bbe28c651c0bdada3fd659f4ff5a813a.conikost@gentoo
1 commit: 44f59729bbe28c651c0bdada3fd659f4ff5a813a
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 18 15:49:52 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 24 18:14:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f59729
7
8 dev-util/ftjam: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
17 index 806e3bc1fa14..ccae3059497f 100644
18 --- a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
19 +++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
20 @@ -8,7 +8,7 @@ inherit toolchain-funcs
21 MY_PV=$(ver_rs 3 "")
22
23 DESCRIPTION="A 100% compatible, enhanced implementation of the make alternative Jam"
24 -HOMEPAGE="http://freetype.sourceforge.net/jam/index.html"
25 +HOMEPAGE="https://freetype.sourceforge.net/jam/index.html"
26 SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2"
27
28 LICENSE="perforce GPL-2"