svn commit: r304473 - head/multimedia/libvdpau
Jan Beich
jbeich at tormail.org
Wed Sep 19 14:17:38 UTC 2012
Eitan Adler <eadler at FreeBSD.org> writes:
> Author: eadler
> Date: Tue Sep 18 23:05:43 2012
> New Revision: 304473
> URL: http://svn.freebsd.org/changeset/ports/304473
>
> Log:
> Change back to the people.freedesktop url.
> This service was unavailable before, but apperently the git. version
> returns multiple checksums.
Just don't use gzip(1) for snapshots. cgit.freedesktop.org also offers
tar.xz and tar.bz2.
$ echo blah >foo
$ gzip -c foo >a.gz
$ touch foo
$ gzip -c foo >b.gz
$ cmp [ab].gz
a.gz b.gz differ: char 5, line 1
Exit 1
More information about the svn-ports-head
mailing list