dev-lisp/clozurecl: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 26 Apr 2018 10:32:25 +0000 (12:32 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 26 Apr 2018 14:43:12 +0000 (10:43 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8147

dev-lisp/clozurecl/clozurecl-1.10.ebuild
dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild

index a9b11fd14aa71213e5cf66232d199e06c0a85fde..297b88a52db68ec5e0aa11830983fdec52a0e58c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ MY_PN=ccl
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
-HOMEPAGE="http://ccl.clozure.com/"
+HOMEPAGE="https://ccl.clozure.com/"
 SRC_URI="
        x86?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
        amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )"
index 6c355750f542ece89022758894f5dde78a4914e5..511c012b714415cf14419cabe52a533839eff7e0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,11 +9,11 @@ MY_PN=ccl
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
-HOMEPAGE="http://ccl.clozure.com/"
+HOMEPAGE="https://ccl.clozure.com/"
 SRC_URI="
        x86?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
        amd64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
-       doc? ( http://ccl.clozure.com/docs/ccl.html )"
+       doc? ( https://ccl.clozure.com/docs/ccl.html )"
        # ppc?   ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )
        # ppc64? ( ftp://ftp.clozure.com/pub/release/${PV}/${MY_P}-linuxppc.tar.gz )"