svn commit: r538907 - head/x11-toolkits/gtksourceview3

Tobias Kortkamp tobik at FreeBSD.org
Mon Jun 15 16:10:10 UTC 2020


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 at 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


More information about the svn-ports-head mailing list