Date: Thu, 25 Jul 2019 14:51:24 +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: r507321 - head/net/rsync Message-ID: <201907251451.x6PEpO7c098811@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Thu Jul 25 14:51:24 2019 New Revision: 507321 URL: https://svnweb.freebsd.org/changeset/ports/507321 Log: Reorder the net/rsync ditfile sources to try HTTPS first. Bump portrevision. PR: 239096 Submitted by: Miyashita Touka <imagin8r@protonmail.com> Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Thu Jul 25 12:30:25 2019 (r507320) +++ head/net/rsync/Makefile Thu Jul 25 14:51:24 2019 (r507321) @@ -3,12 +3,13 @@ PORTNAME= rsync DISTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= net ipv6 -MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ - https://rsync.samba.org/ftp/rsync/ \ +MASTER_SITES= https://rsync.samba.org/ftp/rsync/ \ + 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/ \ - https://www.mirrorservice.org/sites/rsync.samba.org/ + http://www.mirrorservice.org/sites/rsync.samba.org/ 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?201907251451.x6PEpO7c098811>