Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conserver/
Date: Thu, 26 Apr 2018 14:43:26
Message-Id: 1524753791.4e836cc4c1e60716424e776fb92d60450cc04c00.bman@gentoo
1 commit: 4e836cc4c1e60716424e776fb92d60450cc04c00
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 26 10:57:27 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 14:43:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e836cc4
7
8 app-admin/conserver: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/8148
11
12 app-admin/conserver/conserver-8.1.18-r1.ebuild | 4 ++--
13 app-admin/conserver/conserver-8.1.18.ebuild | 6 +++---
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-admin/conserver/conserver-8.1.18-r1.ebuild b/app-admin/conserver/conserver-8.1.18-r1.ebuild
17 index 1b0246c7ae6..0ab9102d365 100644
18 --- a/app-admin/conserver/conserver-8.1.18-r1.ebuild
19 +++ b/app-admin/conserver/conserver-8.1.18-r1.ebuild
20 @@ -6,8 +6,8 @@ EAPI="5"
21 inherit ssl-cert eutils pam autotools
22
23 DESCRIPTION="Serial Console Manager"
24 -HOMEPAGE="http://www.conserver.com/"
25 -SRC_URI="http://www.conserver.com/${P}.tar.gz"
26 +HOMEPAGE="https://www.conserver.com/"
27 +SRC_URI="https://www.conserver.com/${P}.tar.gz"
28
29 LICENSE="BSD GPL-2"
30 SLOT="0"
31
32 diff --git a/app-admin/conserver/conserver-8.1.18.ebuild b/app-admin/conserver/conserver-8.1.18.ebuild
33 index cb1fea8dbe9..008ee1e3176 100644
34 --- a/app-admin/conserver/conserver-8.1.18.ebuild
35 +++ b/app-admin/conserver/conserver-8.1.18.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI="4"
42 @@ -6,8 +6,8 @@ EAPI="4"
43 inherit ssl-cert eutils pam autotools
44
45 DESCRIPTION="Serial Console Manager"
46 -HOMEPAGE="http://www.conserver.com/"
47 -SRC_URI="http://www.conserver.com/${P}.tar.gz"
48 +HOMEPAGE="https://www.conserver.com/"
49 +SRC_URI="https://www.conserver.com/${P}.tar.gz"
50
51 LICENSE="BSD GPL-2"
52 SLOT="0"