commit:     7640f89e58147c267cb03c0821e90a4169d71387
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 14:04:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 14:04:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7640f89e

www-servers/lighttpd: switch to HTTPS

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild | 4 ++--
 www-servers/lighttpd/lighttpd-1.4.45.ebuild    | 4 ++--
 www-servers/lighttpd/lighttpd-1.4.49.ebuild    | 8 ++++----
 www-servers/lighttpd/lighttpd-9999.ebuild      | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
index 6bf3425fb4a..492f35263c4 100644
--- a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools readme.gentoo-r1 systemd user
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/";
-SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
+HOMEPAGE="https://www.lighttpd.net/";
+SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
 
 LICENSE="BSD GPL-2"
 SLOT="0"

diff --git a/www-servers/lighttpd/lighttpd-1.4.45.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
index ad8fafed3d2..c0c1fb53499 100644
--- a/www-servers/lighttpd/lighttpd-1.4.45.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
@@ -5,8 +5,8 @@ EAPI="6"
 inherit autotools eutils readme.gentoo-r1 user systemd
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/";
-SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
+HOMEPAGE="https://www.lighttpd.net/";
+SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
 
 LICENSE="BSD GPL-2"
 SLOT="0"

diff --git a/www-servers/lighttpd/lighttpd-1.4.49.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
index a8b1cc10cf2..902e56f4bb6 100644
--- a/www-servers/lighttpd/lighttpd-1.4.49.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools flag-o-matic readme.gentoo-r1 systemd user
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/";
-SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
+HOMEPAGE="https://www.lighttpd.net/";
+SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
 
 LICENSE="BSD GPL-2"
 SLOT="0"
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sh ~sparc ~x8
 IUSE="bzip2 dbi doc fam gdbm geoip ipv6 kerberos ldap libev libressl lua 
minimal mmap memcached mysql pcre php postgres rrdtool sasl selinux ssl sqlite 
test webdav xattr zlib"
 
 REQUIRED_USE="kerberos? ( ssl !libressl )
-                         webdav? ( sqlite )"
+             webdav? ( sqlite )"
 
 CDEPEND="
        bzip2?    ( app-arch/bzip2 )
@@ -32,7 +32,7 @@ CDEPEND="
        php?      ( dev-lang/php:*[cgi] )
        postgres? ( dev-db/postgresql:* )
        rrdtool?  ( net-analyzer/rrdtool )
-       sasl?     (     dev-libs/cyrus-sasl )
+       sasl?     ( dev-libs/cyrus-sasl )
        ssl? (
                !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] )
                libressl? ( dev-libs/libressl:= )

diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild 
b/www-servers/lighttpd/lighttpd-9999.ebuild
index 889032d8b58..c567f487647 100644
--- a/www-servers/lighttpd/lighttpd-9999.ebuild
+++ b/www-servers/lighttpd/lighttpd-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 inherit autotools eutils readme.gentoo-r1 user systemd git-r3
 
 DESCRIPTION="Lightweight high-performance web server"
-HOMEPAGE="http://www.lighttpd.net/";
+HOMEPAGE="https://www.lighttpd.net/";
 EGIT_REPO_URI="https://git.lighttpd.net/lighttpd1.4.git 
git+ssh://g...@lighttpd.net/lighttpd/lighttpd1.4.git 
git://git.lighttpd.net/lighttpd/lighttpd1.4.git"
 
 LICENSE="BSD GPL-2"

Reply via email to