commit:     bf0a4cc60890dc1b8f93f66be9b073c180ec9381
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 16:19:31 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 22:52:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0a4cc6

net-libs/pjproject: use HTTPS.

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11392
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-libs/pjproject/pjproject-2.7.1.ebuild | 6 +++---
 net-libs/pjproject/pjproject-2.7.2.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/pjproject/pjproject-2.7.1.ebuild 
b/net-libs/pjproject/pjproject-2.7.1.ebuild
index b245f2b754b..2c434a83d12 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 2b77f3de1c3..141fa9edf64 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"

Reply via email to