Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/
Date: Tue, 04 Sep 2018 15:17:12
Message-Id: 1536074148.3f5dacc9e520245f882ab5ce7df2e2f97fb19797.candrews@gentoo
1 commit: 3f5dacc9e520245f882ab5ce7df2e2f97fb19797
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 1 19:07:33 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 15:15:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5dacc9
7
8 net-ftp/tlswrap: use HTTPs
9
10 net-ftp/tlswrap/tlswrap-1.04-r3.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild b/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild
14 index f560a6c6537..4bb88bbe38e 100644
15 --- a/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild
16 +++ b/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -6,8 +6,8 @@ EAPI=6
24 inherit autotools
25
26 DESCRIPTION="FTP wrapper which supports TLS with every FTP client"
27 -HOMEPAGE="http://www.tlswrap.com/"
28 -SRC_URI="http://www.tlswrap.com/${P}.tar.gz"
29 +HOMEPAGE="https://www.tlswrap.com/"
30 +SRC_URI="https://www.tlswrap.com/${P}.tar.gz"
31
32 # GPL-2 for Gentoo init script
33 LICENSE="BSD GPL-2"