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 85314138206 for ; Thu, 18 Jan 2018 16:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AEC2E087B; Thu, 18 Jan 2018 16:13:33 +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 4B913E087B for ; Thu, 18 Jan 2018 16:13:33 +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 7BFEF335C38 for ; Thu, 18 Jan 2018 16:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18CC1B8 for ; Thu, 18 Jan 2018 16:13:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1516291995.de43e23166e6d99b681124539b47adc353598fd8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.9.7-r1.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: de43e23166e6d99b681124539b47adc353598fd8 X-VCS-Branch: master Date: Thu, 18 Jan 2018 16:13:30 +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: 3e91b879-5d29-4ca1-a104-673b6c0c13da X-Archives-Hash: 3958b98d450c4afdc4ed5338e69241dd commit: de43e23166e6d99b681124539b47adc353598fd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 18 15:58:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 18 16:13:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de43e231 dev-vcs/subversion: Switch to https Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-vcs/subversion/subversion-1.9.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.9.7-r1.ebuild b/dev-vcs/subversion/subversion-1.9.7-r1.ebuild index 836ff128ccb..fe3e7dda939 100644 --- a/dev-vcs/subversion/subversion-1.9.7-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.9.7-r1.ebuild @@ -13,7 +13,7 @@ inherit autotools bash-completion-r1 db-use depend.apache distutils-r1 elisp-com MY_P="${P/_/-}" DESCRIPTION="Advanced version control system" -HOMEPAGE="http://subversion.apache.org/" +HOMEPAGE="https://subversion.apache.org/" SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2 https://dev.gentoo.org/~mgorny/dist/${PN}-1.8.18-patchset.tar.bz2" S="${WORKDIR}/${MY_P}"