From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 699BD138331 for ; Sun, 25 Mar 2018 21:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 478A5E0967; Sun, 25 Mar 2018 21:07:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03DD0E0967 for ; Sun, 25 Mar 2018 21:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3E01335C61 for ; Sun, 25 Mar 2018 21:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2692C26B for ; Sun, 25 Mar 2018 21:06:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1522012011.002ba5a428b146498ffb035a7dc2b415cff7a08f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/filezilla/filezilla-3.25.2.ebuild net-ftp/filezilla/filezilla-3.30.0-r300.ebuild net-ftp/filezilla/filezilla-3.30.0.ebuild net-ftp/filezilla/filezilla-3.31.0-r300.ebuild net-ftp/filezilla/filezilla-3.31.0.ebuild X-VCS-Directories: net-ftp/filezilla/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 002ba5a428b146498ffb035a7dc2b415cff7a08f X-VCS-Branch: master Date: Sun, 25 Mar 2018 21:06:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1d7a5e27-0eb9-4d31-ab15-fa3dc9f397c5 X-Archives-Hash: f8bbc540bdd9b6defb3072d18625a950 commit: 002ba5a428b146498ffb035a7dc2b415cff7a08f Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 24 18:43:29 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Mar 25 21:06:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002ba5a4 net-ftp/filezilla: use HTTPS net-ftp/filezilla/filezilla-3.25.2.ebuild | 2 +- net-ftp/filezilla/filezilla-3.30.0-r300.ebuild | 2 +- net-ftp/filezilla/filezilla-3.30.0.ebuild | 2 +- net-ftp/filezilla/filezilla-3.31.0-r300.ebuild | 2 +- net-ftp/filezilla/filezilla-3.31.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-ftp/filezilla/filezilla-3.25.2.ebuild b/net-ftp/filezilla/filezilla-3.25.2.ebuild index a135befc759..e16e202da40 100644 --- a/net-ftp/filezilla/filezilla-3.25.2.ebuild +++ b/net-ftp/filezilla/filezilla-3.25.2.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/-} MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" -HOMEPAGE="http://filezilla-project.org/" +HOMEPAGE="https://filezilla-project.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2" LICENSE="GPL-2" diff --git a/net-ftp/filezilla/filezilla-3.30.0-r300.ebuild b/net-ftp/filezilla/filezilla-3.30.0-r300.ebuild index e8d4a166ca0..d12dacada51 100644 --- a/net-ftp/filezilla/filezilla-3.30.0-r300.ebuild +++ b/net-ftp/filezilla/filezilla-3.30.0-r300.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/-} MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" -HOMEPAGE="http://filezilla-project.org/" +HOMEPAGE="https://filezilla-project.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2" LICENSE="GPL-2" diff --git a/net-ftp/filezilla/filezilla-3.30.0.ebuild b/net-ftp/filezilla/filezilla-3.30.0.ebuild index 85207f6b65b..068e70fbb99 100644 --- a/net-ftp/filezilla/filezilla-3.30.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.30.0.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/-} MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" -HOMEPAGE="http://filezilla-project.org/" +HOMEPAGE="https://filezilla-project.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2" LICENSE="GPL-2" diff --git a/net-ftp/filezilla/filezilla-3.31.0-r300.ebuild b/net-ftp/filezilla/filezilla-3.31.0-r300.ebuild index 8e99d0bb5ad..a27b1979854 100644 --- a/net-ftp/filezilla/filezilla-3.31.0-r300.ebuild +++ b/net-ftp/filezilla/filezilla-3.31.0-r300.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/-} MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" -HOMEPAGE="http://filezilla-project.org/" +HOMEPAGE="https://filezilla-project.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2" LICENSE="GPL-2" diff --git a/net-ftp/filezilla/filezilla-3.31.0.ebuild b/net-ftp/filezilla/filezilla-3.31.0.ebuild index 81ededccddd..e0d7eeec245 100644 --- a/net-ftp/filezilla/filezilla-3.31.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.31.0.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/-} MY_P="FileZilla_${MY_PV}" DESCRIPTION="FTP client with lots of useful features and an intuitive interface" -HOMEPAGE="http://filezilla-project.org/" +HOMEPAGE="https://filezilla-project.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2" LICENSE="GPL-2"