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 E8DCA138334 for ; Fri, 1 Jun 2018 19:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B205BE084A; Fri, 1 Jun 2018 19:00:18 +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 81939E084A for ; Fri, 1 Jun 2018 19:00:18 +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 C357E335C30 for ; Fri, 1 Jun 2018 19:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C24E2AE for ; Fri, 1 Jun 2018 19:00:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1527879589.45275ed039b088d95fe8d8a549368609872d29b0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild X-VCS-Directories: sys-fs/hfsutils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 45275ed039b088d95fe8d8a549368609872d29b0 X-VCS-Branch: master Date: Fri, 1 Jun 2018 19:00:11 +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-Archives-Salt: bda65775-db89-49f9-b260-0f97339c80e9 X-Archives-Hash: 64eedb1f4faa39cfcf33809be5c6f3c7 commit: 45275ed039b088d95fe8d8a549368609872d29b0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jun 1 17:48:18 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 1 18:59:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45275ed0 sys-fs/hfsutils: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8685 sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild index e6aad9cbc5b..1d19c5f6f8e 100644 --- a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild +++ b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="HFS FS Access utils" -HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/" +HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/" SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz" LICENSE="GPL-2"