dev-libs/libpcre2: use https for SRC_URI and HOMEPAGE
authorTim Harder <radhermit@gentoo.org>
Thu, 16 Jan 2020 20:40:24 +0000 (13:40 -0700)
committerTim Harder <radhermit@gentoo.org>
Thu, 16 Jan 2020 20:51:23 +0000 (13:51 -0700)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-libs/libpcre2/libpcre2-10.34.ebuild

index 905bcad3168cd1d3e50309ce2eb9a962788465b5..91c82fa3b0a2fec4c09c104b9d60c156680caa07 100644 (file)
@@ -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