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-libs/libflowmanager/
Date: Mon, 11 Mar 2019 04:48:15
Message-Id: 1552279618.c037897e55a112b28892b13ebbda5f55ce434828.bman@gentoo
1 commit: c037897e55a112b28892b13ebbda5f55ce434828
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 9 18:05:06 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 04:46:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c037897e
7
8 net-libs/libflowmanager: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild b/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild
17 index 6705dcc8dc9..b72a446e2c9 100644
18 --- a/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild
19 +++ b/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 inherit eutils
27
28 DESCRIPTION="A library that measures and reports on packet flows"
29 -HOMEPAGE="http://research.wand.net.nz/software/libflowmanager.php"
30 -SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz"
31 +HOMEPAGE="https://research.wand.net.nz/software/libflowmanager.php"
32 +SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0/3"