Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 10:57:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456613 - head/graphics/gimp-refocus-plugin
Message-ID:  <201712181057.vBIAvPSI046092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 18 10:57:25 2017
New Revision: 456613
URL: https://svnweb.freebsd.org/changeset/ports/456613

Log:
  - Fix LICENSE

Modified:
  head/graphics/gimp-refocus-plugin/Makefile

Modified: head/graphics/gimp-refocus-plugin/Makefile
==============================================================================
--- head/graphics/gimp-refocus-plugin/Makefile	Mon Dec 18 10:56:56 2017	(r456612)
+++ head/graphics/gimp-refocus-plugin/Makefile	Mon Dec 18 10:57:25 2017	(r456613)
@@ -12,7 +12,7 @@ PKGNAMESUFFIX=	-plugin
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GIMP plugin to "refocus" images through FIR Wiener filtering
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgimp-2.0.so:graphics/gimp-app \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712181057.vBIAvPSI046092>