net/rsync: Update MASTER_SITES

Update list of rsync mirrors.
Remove ftp.fu-berlin.de, add a couple
of new mirrors. Mirrors are prefered
over main site kept as fallback.

No changes in the code so no version bump required

PR:		248319
Submitted by:	<daniel.engberg.lists@pyret.net>
This commit is contained in:
Rodrigo Osorio 2020-10-17 17:23:16 +00:00
parent 46cbcddbb5
commit 1d3a52f881
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552600

View File

@ -4,12 +4,10 @@
PORTNAME= rsync
DISTVERSION= 3.2.3
CATEGORIES= net
MASTER_SITES= https://rsync.samba.org/ftp/rsync/ \
https://rsync.samba.org/ftp/rsync/src/ \
https://www.mirrorservice.org/sites/rsync.samba.org/ \
http://rsync.samba.org/ftp/rsync/ \
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ \
http://www.mirrorservice.org/sites/rsync.samba.org/
MASTER_SITES= https://www.mirrorservice.org/sites/rsync.samba.org/src/ \
http://rsync.mirror.garr.it/src/ \
http://www.mirrorservice.org/sites/rsync.samba.org/src/ \
https://download.samba.org/pub/rsync/src/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= rodrigo@FreeBSD.org