git: ccd9394dc571 - main - multimedia/makemkv: fix typo in assignment

Rene Ladan rene at freebsd.org
Sat May 15 13:26:52 UTC 2021


On Sat, May 15, 2021 at 09:29:31AM +0200, Tobias Kortkamp wrote:
> On Fri, May 14, 2021 at 07:49:40PM +0000, Rene Ladan wrote:
> > The branch main has been updated by rene:
> > 
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=ccd9394dc57170504aafd487f47d0680d752677d
> > 
> > commit ccd9394dc57170504aafd487f47d0680d752677d
> > Author:     Rene Ladan <rene at FreeBSD.org>
> > AuthorDate: 2021-05-14 19:49:09 +0000
> > Commit:     Rene Ladan <rene at FreeBSD.org>
> > CommitDate: 2021-05-14 19:49:09 +0000
> > 
> >     multimedia/makemkv: fix typo in assignment
> > [...]
> > -LICENSE_DISTFILES_LGPL21+ =	ffmpeg-${FFMPEGVERSION}.tar.bz2
> > +LICENSE_DISTFILES_LGPL21+=	ffmpeg-${FFMPEGVERSION}.tar.bz2
> 
> It was right before.  LICENSE has LGPL21+ not LGPL21 and the
> additional space disambiguates it from make's append operator (+=).

Ah, that is what got me confused :(

> Can you please revert it?

Done in c7f483b68d6cf8107b6102dcb7c59c154dd81539

René


More information about the dev-commits-ports-all mailing list