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 0A1351396D2 for ; Thu, 31 Aug 2017 13:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17DEDE0C9A; Thu, 31 Aug 2017 13:21:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EB979E0CA7 for ; Thu, 31 Aug 2017 13:21:23 +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 B2D35340AC7 for ; Thu, 31 Aug 2017 13:21:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31FEC8908 for ; Thu, 31 Aug 2017 13:21:21 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504185347.be891509537eaa8d4f4f8c4de51a2937c673de3b.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mixxx/mixxx-2.0.0-r4.ebuild X-VCS-Directories: media-sound/mixxx/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: be891509537eaa8d4f4f8c4de51a2937c673de3b X-VCS-Branch: master Date: Thu, 31 Aug 2017 13:21:21 +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: 7d78183c-6763-4db5-8637-099a1b588180 X-Archives-Hash: 731da82bc9b1d8a131560afcc829f33a commit: be891509537eaa8d4f4f8c4de51a2937c673de3b Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 13:15:47 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 13:15:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be891509 media-sound/mixxx: use https for HOMEPAGE and SRC_URI media-sound/mixxx/mixxx-2.0.0-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild b/media-sound/mixxx/mixxx-2.0.0-r4.ebuild index 1d968f368e3..d8a4bb17998 100644 --- a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild +++ b/media-sound/mixxx/mixxx-2.0.0-r4.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic scons-utils toolchain-funcs DESCRIPTION="Advanced Digital DJ tool based on Qt" -HOMEPAGE="http://www.mixxx.org/" -SRC_URI="http://downloads.${PN}.org/${P}/${P}-src.tar.gz" +HOMEPAGE="https://www.mixxx.org/" +SRC_URI="https://downloads.${PN}.org/${P}/${P}-src.tar.gz" # Upstream patches SRC_URI+=" https://github.com/mixxxdj/mixxx/commit/51d95ba58d99309f439cb7e2d1285cfb33aa0f63.patch -> ${PN}-2.0.0-ffmpeg30.patch"