mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
net-proxy/dante: use https for HOMEPAGE and SRC_URI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user