Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 17:20:47 +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: r399995 - in head/graphics/gimp-lensfun-plugin: . files
Message-ID:  <201510221720.t9MHKleq066693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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