Date: Mon, 15 Jun 2020 16:08:27 +0000 From: "Tobias Kortkamp" <tobik@FreeBSD.org> To: "Baptiste Daroussin" <bapt@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r538907 - head/x11-toolkits/gtksourceview3 Message-ID: <3eab86db-4b04-49b8-ba1e-82074bcec094@www.fastmail.com> In-Reply-To: <202006151556.05FFuOqB050335@repo.freebsd.org> References: <202006151556.05FFuOqB050335@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 15, 2020, at 15:56, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Jun 15 15:56:23 2020 > New Revision: 538907 > URL: https://svnweb.freebsd.org/changeset/ports/538907 > > Log: > Fix license: > 1. it is LGPL21 and not GPLv2 > 2. Fix typo in the macro [1] > > Reported by: tcberner [1] > > Modified: > head/x11-toolkits/gtksourceview3/Makefile > > Modified: head/x11-toolkits/gtksourceview3/Makefile > ============================================================================== > --- head/x11-toolkits/gtksourceview3/Makefile Mon Jun 15 15:56:10 2020 (r538906) > +++ head/x11-toolkits/gtksourceview3/Makefile Mon Jun 15 15:56:23 2020 (r538907) > @@ -11,8 +11,8 @@ DIST_SUBDIR= gnome3 > MAINTAINER= gnome@FreeBSD.org > COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget > > -LICENSE= GPLv2 > -LICENSE_FILES= ${WRKSRC}/COPYING > +LICENSE= LGPL21 > +LICENSE_FILE= ${WRKSRC}/COPYING Thanks. There are a couple more new instances of it. All added today. +V deskutils/gnome-sound-recorder LICENSE_FILES +V deskutils/nautilus-sendto LICENSE_FILES +V x11-toolkits/gtksourceviewmm3 LICENSE_FILES https://pkg.tobik.me/portscan/portscan-20200615040357-r538845-20200615160400-r538908.diff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3eab86db-4b04-49b8-ba1e-82074bcec094>