x11-misc/xfractint: use HTTPS, fix SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 17 Apr 2019 16:18:27 +0000 (18:18 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 8 May 2019 22:56:14 +0000 (00:56 +0200)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11721
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
x11-misc/xfractint/xfractint-20.04_p12.ebuild

index ba46f9dec381fe02aa3e60c10fb4fe5f49d947c3..c7793395883e430041473a95a66b5be5045c4525 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -8,8 +8,8 @@ inherit eutils toolchain-funcs
 MY_P=${P/_}
 
 DESCRIPTION="A fractal generator"
-HOMEPAGE="http://www.fractint.org"
-SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
+HOMEPAGE="https://www.fractint.org"
+SRC_URI="https://www.fractint.org/ftp/old/linux/${MY_P}.tar.gz"
 
 LICENSE="freedist"
 SLOT="0"