From 04c78d056bd47ddf3bedac18c19bbaa36fa23fb9 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 20 Mar 2019 19:03:12 +0100 Subject: mail-client/alpine: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11426 Signed-off-by: Aaron Bauman --- mail-client/alpine/alpine-2.00-r7.ebuild | 4 ++-- mail-client/alpine/alpine-2.21.1-r1.ebuild | 6 +++--- mail-client/alpine/alpine-2.21.1.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'mail-client') diff --git a/mail-client/alpine/alpine-2.00-r7.ebuild b/mail-client/alpine/alpine-2.00-r7.ebuild index f9fe604f1b25..5226abdf790e 100644 --- a/mail-client/alpine/alpine-2.00-r7.ebuild +++ b/mail-client/alpine/alpine-2.00-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit eutils flag-o-matic autotools multilib toolchain-funcs CHAPPA_PL=115 DESCRIPTION="An easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://alpine.freeiz.com/alpine/" +HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/" SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2 chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz -> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )" diff --git a/mail-client/alpine/alpine-2.21.1-r1.ebuild b/mail-client/alpine/alpine-2.21.1-r1.ebuild index 1e80cdb29d81..91a97405d866 100644 --- a/mail-client/alpine/alpine-2.21.1-r1.ebuild +++ b/mail-client/alpine/alpine-2.21.1-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools toolchain-funcs DESCRIPTION="An easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/" +HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/" GIT_COMMIT="843b2f16abfd949e09b1c5465387b1b0f724994a" MY_P="${PN}-${GIT_COMMIT::7}" -SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz" +SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" diff --git a/mail-client/alpine/alpine-2.21.1.ebuild b/mail-client/alpine/alpine-2.21.1.ebuild index 776e9c126ffc..bd661c3fb63d 100644 --- a/mail-client/alpine/alpine-2.21.1.ebuild +++ b/mail-client/alpine/alpine-2.21.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools toolchain-funcs vcs-snapshot DESCRIPTION="An easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://repo.or.cz/alpine.git/" +HOMEPAGE="https://www.washington.edu/alpine/ https://repo.or.cz/alpine.git/" GIT_COMMIT="672d6838a9babf2faeb9f79267525a4ab9d20b14" -SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -- cgit v1.2.3-65-gdbad