commit:     d7140db1f2e00a23a1de1ee86f5166743dc2a53f
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 14:21:24 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 14:30:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7140db1

net-proxy/dante: use https for HOMEPAGE and SRC_URI

 net-proxy/dante/dante-1.4.1-r1.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-proxy/dante/dante-1.4.1-r1.ebuild 
b/net-proxy/dante/dante-1.4.1-r1.ebuild
index eeb6feb198a..1bc434301f6 100644
--- a/net-proxy/dante/dante-1.4.1-r1.ebuild
+++ b/net-proxy/dante/dante-1.4.1-r1.ebuild
@@ -5,9 +5,8 @@ EAPI=6
 inherit autotools ltprune systemd user
 
 DESCRIPTION="A free socks4,5 and msproxy implementation"
-HOMEPAGE="http://www.inet.no/dante/";
-MY_P="${P/_/-}"
-SRC_URI="ftp://ftp.inet.no/pub/socks/${MY_P}.tar.gz";
+HOMEPAGE="https://www.inet.no/dante/";
+SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz";
 
 LICENSE="BSD GPL-2"
 SLOT="0"
@@ -31,8 +30,6 @@ RDEPEND="${CDEPEND}
 
 DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt 
doc/SOCKS4.protocol"
 
-S="${WORKDIR}/${MY_P}"
-
 PATCHES=(
        "${FILESDIR}"/${PN}-1.4.0-socksify.patch
        "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch

Reply via email to