diff options
-rw-r--r-- | net-proxy/dante/dante-1.4.1-r1.ebuild | 7 |
1 files 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 eeb6feb198a8..1bc434301f67 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 |