svn commit: r399995 - in head/graphics/gimp-lensfun-plugin: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 22 17:20:49 UTC 2015


Author: amdmi3
Date: Thu Oct 22 17:20:47 2015
New Revision: 399995
URL: https://svnweb.freebsd.org/changeset/ports/399995

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Regenerate patches with `make makepatch`

Modified:
  head/graphics/gimp-lensfun-plugin/Makefile
  head/graphics/gimp-lensfun-plugin/files/patch-Makefile

Modified: head/graphics/gimp-lensfun-plugin/Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/Makefile	Thu Oct 22 17:20:30 2015	(r399994)
+++ head/graphics/gimp-lensfun-plugin/Makefile	Thu Oct 22 17:20:47 2015	(r399995)
@@ -11,7 +11,8 @@ PKGNAMESUFFIX=	-plugin
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Gimp plugin to correct lens distortion using the lensfun library
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/exiv2.pc:${PORTSDIR}/graphics/exiv2 \
 		${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app \

Modified: head/graphics/gimp-lensfun-plugin/files/patch-Makefile
==============================================================================
--- head/graphics/gimp-lensfun-plugin/files/patch-Makefile	Thu Oct 22 17:20:30 2015	(r399994)
+++ head/graphics/gimp-lensfun-plugin/files/patch-Makefile	Thu Oct 22 17:20:47 2015	(r399995)
@@ -1,6 +1,6 @@
---- Makefile.orig	2014-02-08 09:31:49.000000000 -0200
-+++ Makefile	2014-03-22 22:41:34.000000000 -0300
-@@ -9,8 +9,6 @@
+--- Makefile.orig	2014-02-08 11:31:49 UTC
++++ Makefile
+@@ -9,8 +9,6 @@ endif
  
  
  # set standard values, if not set by default
@@ -9,7 +9,7 @@
  
  
  # project-specific flags
-@@ -26,8 +24,6 @@
+@@ -26,8 +24,6 @@ ifneq (, $(findstring mingw, $(SYS)))
  	endif
  else
  	# comment to disable OpenMP


More information about the svn-ports-all mailing list