Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/
Date: Thu, 31 Aug 2017 13:21:25
Message-Id: 1504185347.be891509537eaa8d4f4f8c4de51a2937c673de3b.radhermit@gentoo
1 commit: be891509537eaa8d4f4f8c4de51a2937c673de3b
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 13:15:47 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 13:15:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be891509
7
8 media-sound/mixxx: use https for HOMEPAGE and SRC_URI
9
10 media-sound/mixxx/mixxx-2.0.0-r4.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild b/media-sound/mixxx/mixxx-2.0.0-r4.ebuild
14 index 1d968f368e3..d8a4bb17998 100644
15 --- a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild
16 +++ b/media-sound/mixxx/mixxx-2.0.0-r4.ebuild
17 @@ -6,8 +6,8 @@ EAPI=6
18 inherit flag-o-matic scons-utils toolchain-funcs
19
20 DESCRIPTION="Advanced Digital DJ tool based on Qt"
21 -HOMEPAGE="http://www.mixxx.org/"
22 -SRC_URI="http://downloads.${PN}.org/${P}/${P}-src.tar.gz"
23 +HOMEPAGE="https://www.mixxx.org/"
24 +SRC_URI="https://downloads.${PN}.org/${P}/${P}-src.tar.gz"
25
26 # Upstream patches
27 SRC_URI+=" https://github.com/mixxxdj/mixxx/commit/51d95ba58d99309f439cb7e2d1285cfb33aa0f63.patch -> ${PN}-2.0.0-ffmpeg30.patch"