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 13F171382C5 for ; Sun, 8 Apr 2018 18:38:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9819E0B5D; Sun, 8 Apr 2018 18:38:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C271AE0B5D for ; Sun, 8 Apr 2018 18:38:05 +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 61FD7335C49 for ; Sun, 8 Apr 2018 18:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F60281 for ; Sun, 8 Apr 2018 18:38:00 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1523212649.f0361a40d4ed72b0ba4b99126fb48515ef2b063b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/edtftpj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/edtftpj/edtftpj-2.4.0.ebuild X-VCS-Directories: dev-java/edtftpj/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f0361a40d4ed72b0ba4b99126fb48515ef2b063b X-VCS-Branch: master Date: Sun, 8 Apr 2018 18:38:00 +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: dc1de08f-4ee1-49f1-9aa2-69021ec38632 X-Archives-Hash: 8ce8ebd1aa93845e5c26910e4af5a7d4 commit: f0361a40d4ed72b0ba4b99126fb48515ef2b063b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 8 17:27:27 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 8 18:37:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0361a40 dev-java/edtftpj: use HTTPS dev-java/edtftpj/edtftpj-2.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/edtftpj/edtftpj-2.4.0.ebuild b/dev-java/edtftpj/edtftpj-2.4.0.ebuild index 098918ea822..9dd3acc178c 100644 --- a/dev-java/edtftpj/edtftpj-2.4.0.ebuild +++ b/dev-java/edtftpj/edtftpj-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 DESCRIPTION="FTP client library written in Java" -SRC_URI="http://www.enterprisedt.com/products/edtftpj/download/${P}.zip" -HOMEPAGE="http://enterprisedt.com/products/edtftpnet" +SRC_URI="https://www.enterprisedt.com/products/edtftpj/download/${P}.zip" +HOMEPAGE="https://enterprisedt.com/products/edtftpnet" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 x86"