Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2020 17:23:16 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552600 - head/net/rsync
Message-ID:  <202010171723.09HHNGat086338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sat Oct 17 17:23:16 2020
New Revision: 552600
URL: https://svnweb.freebsd.org/changeset/ports/552600

Log:
  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>

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Sat Oct 17 17:21:11 2020	(r552599)
+++ head/net/rsync/Makefile	Sat Oct 17 17:23:16 2020	(r552600)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010171723.09HHNGat086338>