dev-games/ogre: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 15 Apr 2018 08:29:57 +0000 (10:29 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Apr 2018 11:32:42 +0000 (13:32 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8011

dev-games/ogre/ogre-1.9.0-r1.ebuild

index 85c350c407d86053d036efc5af61cf4831c2f9ef..5714d1a67a48a59eb3521a5d887bf282a6186467 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ CMAKE_REMOVE_MODULES_LIST="FindFreetype FindDoxygen FindZLIB"
 inherit eutils cmake-utils vcs-snapshot
 
 DESCRIPTION="Object-oriented Graphics Rendering Engine"
-HOMEPAGE="http://www.ogre3d.org/"
+HOMEPAGE="https://www.ogre3d.org/"
 SRC_URI="https://bitbucket.org/sinbad/ogre/get/v${PV//./-}.tar.bz2 -> ${P}.tar.bz2"
 
 LICENSE="MIT public-domain"