Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/edtftpj/
Date: Sun, 08 Apr 2018 18:38:11
Message-Id: 1523212649.f0361a40d4ed72b0ba4b99126fb48515ef2b063b.chewi@gentoo
1 commit: f0361a40d4ed72b0ba4b99126fb48515ef2b063b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:27:27 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 18:37:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0361a40
7
8 dev-java/edtftpj: use HTTPS
9
10 dev-java/edtftpj/edtftpj-2.4.0.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-java/edtftpj/edtftpj-2.4.0.ebuild b/dev-java/edtftpj/edtftpj-2.4.0.ebuild
14 index 098918ea822..9dd3acc178c 100644
15 --- a/dev-java/edtftpj/edtftpj-2.4.0.ebuild
16 +++ b/dev-java/edtftpj/edtftpj-2.4.0.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="5"
23 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source"
24 inherit java-pkg-2 java-ant-2
25
26 DESCRIPTION="FTP client library written in Java"
27 -SRC_URI="http://www.enterprisedt.com/products/edtftpj/download/${P}.zip"
28 -HOMEPAGE="http://enterprisedt.com/products/edtftpnet"
29 +SRC_URI="https://www.enterprisedt.com/products/edtftpj/download/${P}.zip"
30 +HOMEPAGE="https://enterprisedt.com/products/edtftpnet"
31 LICENSE="LGPL-2.1+"
32 SLOT="0"
33 KEYWORDS="amd64 x86"