svn commit: r449999 - head/net/rsync

Emanuel Haupt ehaupt at FreeBSD.org
Sun Sep 17 13:13:12 UTC 2017


Author: ehaupt
Date: Sun Sep 17 13:13:10 2017
New Revision: 449999
URL: https://svnweb.freebsd.org/changeset/ports/449999

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

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Sun Sep 17 12:55:55 2017	(r449998)
+++ head/net/rsync/Makefile	Sun Sep 17 13:13:10 2017	(r449999)
@@ -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}
 


More information about the svn-ports-all mailing list