Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/
Date: Thu, 31 Aug 2017 10:52:45
Message-Id: 1504176751.b1d6bd54e107778598b779a89673beeb5e98ad61.jer@gentoo
1 commit: b1d6bd54e107778598b779a89673beeb5e98ad61
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 10:52:31 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 10:52:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d6bd54
7
8 net-ftp/lftp: Switch to HTTPS.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-ftp/lftp/lftp-4.7.5.ebuild | 2 +-
13 net-ftp/lftp/lftp-4.7.8.ebuild | 2 +-
14 net-ftp/lftp/lftp-4.8.0.ebuild | 2 +-
15 net-ftp/lftp/lftp-9999.ebuild | 4 ++--
16 4 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild
19 index 5615afbb1e8..8aeba9a4f98 100644
20 --- a/net-ftp/lftp/lftp-4.7.5.ebuild
21 +++ b/net-ftp/lftp/lftp-4.7.5.ebuild
22 @@ -5,7 +5,7 @@ EAPI=6
23 inherit autotools eutils libtool
24
25 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
26 -HOMEPAGE="http://lftp.tech/"
27 +HOMEPAGE="https://lftp.tech/"
28 SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
29
30 LICENSE="GPL-3"
31
32 diff --git a/net-ftp/lftp/lftp-4.7.8.ebuild b/net-ftp/lftp/lftp-4.7.8.ebuild
33 index 7858cf43d73..badaf4947b1 100644
34 --- a/net-ftp/lftp/lftp-4.7.8.ebuild
35 +++ b/net-ftp/lftp/lftp-4.7.8.ebuild
36 @@ -5,7 +5,7 @@ EAPI=6
37 inherit autotools eutils libtool
38
39 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
40 -HOMEPAGE="http://lftp.tech/"
41 +HOMEPAGE="https://lftp.tech/"
42 SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
43
44 LICENSE="GPL-3"
45
46 diff --git a/net-ftp/lftp/lftp-4.8.0.ebuild b/net-ftp/lftp/lftp-4.8.0.ebuild
47 index 7858cf43d73..badaf4947b1 100644
48 --- a/net-ftp/lftp/lftp-4.8.0.ebuild
49 +++ b/net-ftp/lftp/lftp-4.8.0.ebuild
50 @@ -5,7 +5,7 @@ EAPI=6
51 inherit autotools eutils libtool
52
53 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
54 -HOMEPAGE="http://lftp.tech/"
55 +HOMEPAGE="https://lftp.tech/"
56 SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
57
58 LICENSE="GPL-3"
59
60 diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild
61 index 725a17a2e41..7193beabd85 100644
62 --- a/net-ftp/lftp/lftp-9999.ebuild
63 +++ b/net-ftp/lftp/lftp-9999.ebuild
64 @@ -1,11 +1,11 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 +# Copyright 1999-2017 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 inherit autotools eutils git-r3 libtool
71
72 DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program"
73 -HOMEPAGE="http://lftp.tech/"
74 +HOMEPAGE="https://lftp.tech/"
75 EGIT_REPO_URI="https://github.com/lavv17/lftp"
76
77 LICENSE="GPL-3"