commit: 086a21eb69bd2eda1243b810aa4ffc3eee3aef13
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 16:02:11 2019 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 16:02:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086a21eb
net-analyzer/nessus-bin: fix download URI
Tenable services are sensitive to the extra slash, if it is present one
gets a 404 instead of the download page.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
b/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
index c71876cbb62..45aa75d3c45 100644
--- a/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
@@ -29,7 +29,7 @@ QA_PREBUILT="opt/nessus/bin/nasl
S="${WORKDIR}"
pkg_nofetch() {
- einfo "Please download ${A} from ${HOMEPAGE}/downloads/nessus"
+ einfo "Please download ${A} from ${HOMEPAGE}downloads/nessus"
einfo "The archive should then be placed into your DISTDIR directory."
}