commit: 263a82f8a55f7e1979b3d71964d8709bbf7d0076 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Mar 9 18:07:15 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Mar 11 04:46:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263a82f8
net-libs/libprotoident: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-libs/libprotoident/libprotoident-2.0.12.ebuild | 6 +++--- net-libs/libprotoident/libprotoident-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-libs/libprotoident/libprotoident-2.0.12.ebuild b/net-libs/libprotoident/libprotoident-2.0.12.ebuild index 0eb230f26ce..e2e7b897916 100644 --- a/net-libs/libprotoident/libprotoident-2.0.12.ebuild +++ b/net-libs/libprotoident/libprotoident-2.0.12.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="A library that performs application layer protocol identification for flows" -HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php" -SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz" +HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php" +SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0/2" diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild index 522c59fb266..397ba5fb925 100644 --- a/net-libs/libprotoident/libprotoident-9999.ebuild +++ b/net-libs/libprotoident/libprotoident-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils git-r3 DESCRIPTION="A library that performs application layer protocol identification for flows" -HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php" +HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php" EGIT_REPO_URI="https://github.com/wanduow/libprotoident" EGIT_BRANCH="develop"
