svn commit: r524622 - head/www/sabredav

Koichiro Iwao meta at FreeBSD.org
Fri Jan 31 04:48:53 UTC 2020


On Thu, Jan 30, 2020 at 09:01:37AM +0100, Mathieu Arnold wrote:
> On Thu, Jan 30, 2020 at 02:45:32AM +0000, Koichiro Iwao wrote:
> > Author: meta
> > Date: Thu Jan 30 02:45:32 2020
> > New Revision: 524622
> > URL: https://svnweb.freebsd.org/changeset/ports/524622
> > 
> > Log:
> >   www/sabredav: unbreak, make fetchable
> 
> From https://www.freebsd.org/doc/en/articles/committers-guide/ports.html#ports-qa-misc-updated-distfile:
> 
>   When the checksum for a distribution file is updated due to the author
>   updating the file without changing the port revision, the commit
>   message includes a summary of the relevant diffs between the original
>   and new distfile to ensure that the distfile has not been corrupted or
>   maliciously altered. If the current version of the port has been in
>   the ports tree for a while, a copy of the old distfile will usually be
>   available on the ftp servers; otherwise the author or maintainer
>   should be contacted to find out why the distfile has changed.
> 
> Please provide the required information.

Thank you for pointing out.

Actually, it is just a convertion to GitHub framework (also switched
from zip to tar.gz). AFAIK no changes in distfile.

>  MASTER_SITES= https://github.com/fruux/sabre-dav/releases/download/${PORTVERSION}/

This worked before but not working now due to some changes at GitHub
side. Now we have USE_GITHUB in ports framework, migrated to use it
because it should be more robust.

I should have explain that in commit message.
-- 
meta <meta at FreeBSD.org>


More information about the svn-ports-all mailing list