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/iax/
Date: Mon, 11 Jun 2018 16:28:22
Message-Id: 1528734471.c102e79c189126a94b9f4eee7df50d40d729de91.bman@gentoo
1 commit: c102e79c189126a94b9f4eee7df50d40d729de91
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:38:52 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 16:27:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c102e79c
7
8 net-libs/iax: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8774
11
12 net-libs/iax/iax-0.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild
16 index fb399568f11..cb1e120a2c5 100644
17 --- a/net-libs/iax/iax-0.2.2.ebuild
18 +++ b/net-libs/iax/iax-0.2.2.ebuild
19 @@ -6,12 +6,12 @@ EAPI=0
20 IUSE=""
21
22 DESCRIPTION="IAX (Inter Asterisk eXchange) Library"
23 -HOMEPAGE="http://www.digium.com/"
24 +HOMEPAGE="https://www.digium.com/"
25 LICENSE="LGPL-2"
26 DEPEND=""
27 RDEPEND=""
28 SLOT="0"
29 -SRC_URI="http://www.digium.com/pub/libiax/${P}.tar.gz"
30 +SRC_URI="https://www.digium.com/pub/libiax/${P}.tar.gz"
31
32 D_PREFIX=/usr