diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-09-17 21:13:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-09-17 21:13:10 +0800 |
commit | bfd01c33b1ed7ad3730f628e13bb6347c2ee2782 (patch) | |
tree | c2af8d73afa610a72e308ddb67bb866f2ad87df8 /net/rsync/Makefile | |
parent | e8e8d9f942390a08d87a4a1508f6cf8cf3c66686 (diff) | |
download | freebsd-ports-gnome-bfd01c33b1ed7ad3730f628e13bb6347c2ee2782.tar.gz freebsd-ports-gnome-bfd01c33b1ed7ad3730f628e13bb6347c2ee2782.tar.zst freebsd-ports-gnome-bfd01c33b1ed7ad3730f628e13bb6347c2ee2782.zip |
- Remove unavailable MASTER_SITES
- Add HTTPS alternatives by request [1], deliberately keep corresponding HTTP
hosts for providing a variety of sources (not for integrity since this is
guaranteed by the distinfo checksums)
PR: 221725 [1]
Submitted by: xmj [1]
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index ba17181c99c4..6bc83a3e5cc9 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -6,10 +6,10 @@ PORTVERSION= 3.1.2 CATEGORIES= net ipv6 PORTREVISION= 7 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ - ftp://ftp.samba.org/pub/rsync/ \ - ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ + https://rsync.samba.org/ftp/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ \ http://www.mirrorservice.org/sites/rsync.samba.org/ \ + https://www.mirrorservice.org/sites/rsync.samba.org/ \ LOCAL/ehaupt/rsync DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |