net-misc/rsync: use HTTPS for links to samba.org (bug #636916)
authorFrancesco Turco <fturco@fastmail.fm>
Sat, 9 Sep 2017 15:42:17 +0000 (17:42 +0200)
committerMike Gilbert <floppym@gentoo.org>
Thu, 9 Nov 2017 22:03:21 +0000 (17:03 -0500)
net-misc/rsync/rsync-3.1.2.ebuild

index 16e2176a9d0d5046e00dcb4be752828121bf9353..06451278bc6a9bad22773e25521b2702345bbbd0 100644 (file)
@@ -6,9 +6,9 @@ EAPI="5"
 inherit eutils flag-o-matic prefix systemd
 
 DESCRIPTION="File transfer program to keep remote files into sync"
-HOMEPAGE="http://rsync.samba.org/"
-SRC_URI="http://rsync.samba.org/ftp/rsync/src/${P}.tar.gz"
-[[ "${PV}" = *_pre* ]] && SRC_URI="http://rsync.samba.org/ftp/rsync/src-previews/${P/_/}.tar.gz"
+HOMEPAGE="https://rsync.samba.org/"
+SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz"
+[[ "${PV}" = *_pre* ]] && SRC_URI="https://rsync.samba.org/ftp/rsync/src-previews/${P/_/}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"