diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 14:01:00 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:56 -0400 |
commit | a7c5e17c269b33d745e0673e922ac6f44e17b874 (patch) | |
tree | 17d064e3be49c341f447183a5576eae727a6a3a1 /net-ftp | |
parent | net-firewall/sanewall: use HTTPS (diff) | |
download | gentoo-a7c5e17c269b33d745e0673e922ac6f44e17b874.tar.gz gentoo-a7c5e17c269b33d745e0673e922ac6f44e17b874.tar.bz2 gentoo-a7c5e17c269b33d745e0673e922ac6f44e17b874.zip |
net-ftp/profxp: use HTTPS
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/profxp/profxp-3_pre2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/profxp/profxp-3_pre2-r2.ebuild b/net-ftp/profxp/profxp-3_pre2-r2.ebuild index 025fd90ef53d..c78525fd1b9f 100644 --- a/net-ftp/profxp/profxp-3_pre2-r2.ebuild +++ b/net-ftp/profxp/profxp-3_pre2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit perl-module DESCRIPTION="FXP (server-to-server FTP) commandline client written in Perl" -HOMEPAGE="http://duncanthrax.net/profxp/" -SRC_URI="http://duncanthrax.net/profxp/profxp-v${PV/_/-}-src.tar.gz +HOMEPAGE="https://duncanthrax.net/profxp/" +SRC_URI="https://duncanthrax.net/profxp/profxp-v${PV/_/-}-src.tar.gz http://search.cpan.org/src/CLINTDW/SOCKS-0.03/lib/Net/SOCKS.pm" LICENSE="BSD" |