Date: Mon, 15 Jun 2020 15:56:24 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538907 - head/x11-toolkits/gtksourceview3 Message-ID: <202006151556.05FFuOqB050335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 USES= compiler:c11 tar:xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006151556.05FFuOqB050335>