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-firewall/nfacct/
Date: Sun, 06 May 2018 14:16:40
Message-Id: 1525616025.a6c0928d2e06ed5ef8b07a6cb64e8e5c270d1eb1.bman@gentoo
1 commit: a6c0928d2e06ed5ef8b07a6cb64e8e5c270d1eb1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 6 09:58:02 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 6 14:13:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c0928d
7
8 net-firewall/nfacct: use HTTPS
9
10 net-firewall/nfacct/nfacct-1.0.1.ebuild | 6 +++---
11 net-firewall/nfacct/nfacct-1.0.2.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/net-firewall/nfacct/nfacct-1.0.1.ebuild b/net-firewall/nfacct/nfacct-1.0.1.ebuild
15 index 32b690bfce0..6f3bdaaad4a 100644
16 --- a/net-firewall/nfacct/nfacct-1.0.1.ebuild
17 +++ b/net-firewall/nfacct/nfacct-1.0.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2013 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 @@ -6,8 +6,8 @@ EAPI=5
25 inherit linux-info
26
27 DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in NetFilter"
28 -HOMEPAGE="http://netfilter.org/projects/nfacct"
29 -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
30 +HOMEPAGE="https://www.netfilter.org/projects/nfacct/"
31 +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35
36 diff --git a/net-firewall/nfacct/nfacct-1.0.2.ebuild b/net-firewall/nfacct/nfacct-1.0.2.ebuild
37 index 3aeca55ee03..2cbf8860d4e 100644
38 --- a/net-firewall/nfacct/nfacct-1.0.2.ebuild
39 +++ b/net-firewall/nfacct/nfacct-1.0.2.ebuild
40 @@ -1,12 +1,12 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 inherit linux-info
47
48 DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in NetFilter"
49 -HOMEPAGE="http://www.netfilter.org/projects/nfacct"
50 -SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
51 +HOMEPAGE="https://www.netfilter.org/projects/nfacct/"
52 +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
53
54 LICENSE="GPL-2"
55 SLOT="0"