From 82e4e5f8a878d939f0ef6b9d3083d48ac1756940 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Mon, 31 Jul 2017 22:58:05 +1000 Subject: [PATCH] media-libs/glu: use HTTPS for freedesktop.org and SRC_URI Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- media-libs/glu/glu-9.0.0-r1.ebuild | 4 ++-- media-libs/glu/glu-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/glu/glu-9.0.0-r1.ebuild b/media-libs/glu/glu-9.0.0-r1.ebuild index 92fc6a60b2a7..9069395176c6 100644 --- a/media-libs/glu/glu-9.0.0-r1.ebuild +++ b/media-libs/glu/glu-9.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glu" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/glu.git" if [[ ${PV} = 9999* ]]; then AUTOTOOLS_AUTORECONF=1 @@ -19,7 +19,7 @@ HOMEPAGE="https://cgit.freedesktop.org/mesa/glu/" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${PN}/${P}.tar.bz2" + SRC_URI="https://mesa.freedesktop.org/archive/glu/${P}.tar.bz2" fi LICENSE="SGI-B-2.0" diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild index 88747c6ff83e..8f475014bbfa 100644 --- a/media-libs/glu/glu-9999.ebuild +++ b/media-libs/glu/glu-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glu" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/glu.git" if [[ ${PV} = 9999* ]]; then AUTOTOOLS_AUTORECONF=1 @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then SRC_URI="" KEYWORDS="" else - SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${PN}/${P}.tar.bz2" + SRC_URI="https://mesa.freedesktop.org/archive/glu/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" fi -- 2.26.2