Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsutils/
Date: Fri, 01 Jun 2018 19:00:19
Message-Id: 1527879589.45275ed039b088d95fe8d8a549368609872d29b0.mattst88@gentoo
1 commit: 45275ed039b088d95fe8d8a549368609872d29b0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 1 17:48:18 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 1 18:59:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45275ed0
7
8 sys-fs/hfsutils: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8685
11
12 sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
16 index e6aad9cbc5b..1d19c5f6f8e 100644
17 --- a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
18 +++ b/sys-fs/hfsutils/hfsutils-3.2.6-r5.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=5
25 @@ -6,7 +6,7 @@ EAPI=5
26 inherit eutils toolchain-funcs
27
28 DESCRIPTION="HFS FS Access utils"
29 -HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/"
30 +HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/"
31 SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz"
32
33 LICENSE="GPL-2"