svn commit: r507321 - head/net/rsync
Adam Weinberger
adamw at adamw.org
Thu Jul 25 18:41:53 UTC 2019
On Thu, Jul 25, 2019 at 8:51 AM Rodrigo Osorio <rodrigo at freebsd.org> wrote:
>
> 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 at 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 at FreeBSD.org
>
Why did this need a PORTREVISION bump? It doesn't change anything for
any installed packages.
# Adam
--
Adam Weinberger
adamw at adamw.org
https://www.adamw.org
More information about the svn-ports-all
mailing list