Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2019 12:41:34 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Rodrigo Osorio <rodrigo@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r507321 - head/net/rsync
Message-ID:  <CAP7rwciwzeLSYKN8aoTcxcid1PM1%2B=74jz%2BQsV9BU5fsobFqSg@mail.gmail.com>
In-Reply-To: <201907251451.x6PEpO7c098811@repo.freebsd.org>
References:  <201907251451.x6PEpO7c098811@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 25, 2019 at 8:51 AM Rodrigo Osorio <rodrigo@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@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
>

Why did this need a PORTREVISION bump? It doesn't change anything for
any installed packages.

# Adam


-- 
Adam Weinberger
adamw@adamw.org
https://www.adamw.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwciwzeLSYKN8aoTcxcid1PM1%2B=74jz%2BQsV9BU5fsobFqSg>