From owner-svn-ports-head@freebsd.org Thu Oct 22 17:20:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C38DA1C873; Thu, 22 Oct 2015 17:20:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE09D1B02; Thu, 22 Oct 2015 17:20:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9MHKm3C066972; Thu, 22 Oct 2015 17:20:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9MHKleq066693; Thu, 22 Oct 2015 17:20:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510221720.t9MHKleq066693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 22 Oct 2015 17:20:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 17:20:49 -0000 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