commit: a1c0a81cb58522eaf51f7e612b0208ce0cb83524
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 20:40:24 2020 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 20:51:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c0a81c
dev-libs/libpcre2: use https for SRC_URI and HOMEPAGE
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-libs/libpcre2/libpcre2-10.34.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/libpcre2/libpcre2-10.34.ebuild
b/dev-libs/libpcre2/libpcre2-10.34.ebuild
index 905bcad3168..91c82fa3b0a 100644
--- a/dev-libs/libpcre2/libpcre2-10.34.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.34.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,14 +8,14 @@ inherit flag-o-matic libtool multilib-minimal toolchain-funcs
usr-ldscript
PATCH_SET="${P}-patchset-01.tar.xz"
DESCRIPTION="Perl-compatible regular expression library"
-HOMEPAGE="http://www.pcre.org/"
+HOMEPAGE="https://www.pcre.org/"
MY_P="pcre2-${PV/_rc/-RC}"
if [[ ${PV} != *_rc* ]] ; then
# Only the final releases are available here.
SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2
-
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2"
+ https://ftp.pcre.org/pub/pcre/${MY_P}.tar.bz2"
else
-
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2"
+ SRC_URI="https://ftp.pcre.org/pub/pcre/Testing/${MY_P}.tar.bz2"
fi
if [[ -n "${PATCH_SET}" ]] ; then