svn commit: r552600 - head/net/rsync

Rodrigo Osorio rodrigo at FreeBSD.org
Sat Oct 17 17:23:17 UTC 2020


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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list