Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/
Date: Sun, 03 Jun 2018 13:49:06
Message-Id: 1528033699.cf21bacc348d28876c51c72e7890200d52bbe284.bman@gentoo
1 commit: cf21bacc348d28876c51c72e7890200d52bbe284
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 3 09:26:29 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 13:48:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf21bacc
7
8 net-analyzer/ntopng: use HTTPs
9
10 net-analyzer/ntopng/ntopng-2.4.ebuild | 4 ++--
11 net-analyzer/ntopng/ntopng-3.0-r2.ebuild | 2 +-
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/net-analyzer/ntopng/ntopng-2.4.ebuild b/net-analyzer/ntopng/ntopng-2.4.ebuild
15 index 0e383ae5ce4..d024ad1f63d 100644
16 --- a/net-analyzer/ntopng/ntopng-2.4.ebuild
17 +++ b/net-analyzer/ntopng/ntopng-2.4.ebuild
18 @@ -1,11 +1,11 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 inherit autotools eutils user toolchain-funcs
25
26 DESCRIPTION="Network traffic analyzer with web interface"
27 -HOMEPAGE="http://www.ntop.org/"
28 +HOMEPAGE="https://www.ntop.org/"
29 SRC_URI="mirror://sourceforge/ntop/${PN}/${P}-stable.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="GPL-3"
32
33 diff --git a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild
34 index 0fc8da9c632..bbf5c8da937 100644
35 --- a/net-analyzer/ntopng/ntopng-3.0-r2.ebuild
36 +++ b/net-analyzer/ntopng/ntopng-3.0-r2.ebuild
37 @@ -5,7 +5,7 @@ EAPI=6
38 inherit autotools user toolchain-funcs
39
40 DESCRIPTION="Network traffic analyzer with web interface"
41 -HOMEPAGE="http://www.ntop.org/"
42 +HOMEPAGE="https://www.ntop.org/"
43 SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44
45 LICENSE="GPL-3"