From: Michael Mair-Keimberger Date: Sun, 17 Mar 2019 16:19:31 +0000 (+0100) Subject: net-libs/pjproject: use HTTPS. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bf0a4cc60890dc1b8f93f66be9b073c180ec9381;p=gentoo.git net-libs/pjproject: use HTTPS. Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11392 Signed-off-by: Patrice Clement --- diff --git a/net-libs/pjproject/pjproject-2.7.1.ebuild b/net-libs/pjproject/pjproject-2.7.1.ebuild index b245f2b754bc..2c434a83d12c 100644 --- a/net-libs/pjproject/pjproject-2.7.1.ebuild +++ b/net-libs/pjproject/pjproject-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" -HOMEPAGE="http://www.pjsip.org/" -SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2" +HOMEPAGE="https://www.pjsip.org/" +SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2" KEYWORDS="amd64 ~ppc x86" LICENSE="GPL-2" diff --git a/net-libs/pjproject/pjproject-2.7.2.ebuild b/net-libs/pjproject/pjproject-2.7.2.ebuild index 2b77f3de1c31..141fa9edf647 100644 --- a/net-libs/pjproject/pjproject-2.7.2.ebuild +++ b/net-libs/pjproject/pjproject-2.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" -HOMEPAGE="http://www.pjsip.org/" -SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2" +HOMEPAGE="https://www.pjsip.org/" +SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~x86" LICENSE="GPL-2"