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

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 15 15:56:24 UTC 2020


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
 
 USES=		compiler:c11 tar:xz
 


More information about the svn-ports-all mailing list