From owner-svn-ports-all@freebsd.org Sun Sep 17 13:13:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA93BE111D7; Sun, 17 Sep 2017 13:13:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8102834FA; Sun, 17 Sep 2017 13:13:11 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8HDDAQ2060059; Sun, 17 Sep 2017 13:13:10 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8HDDAsD060058; Sun, 17 Sep 2017 13:13:10 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201709171313.v8HDDAsD060058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 17 Sep 2017 13:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449999 - head/net/rsync X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net/rsync X-SVN-Commit-Revision: 449999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2017 13:13:12 -0000 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}