svn commit: r507321 - head/net/rsync

Rodrigo Osorio rodrigo at freebsd.org
Fri Jul 26 07:16:36 UTC 2019


On 2019-07-25 20:41, Adam Weinberger wrote:
> 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
>
>
Have to agree, sorry for the noise.


More information about the svn-ports-all mailing list