From owner-svn-ports-branches@freebsd.org Mon Jul 25 22:13:13 2016 Return-Path: Delivered-To: svn-ports-branches@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 D2A99BA5969; Mon, 25 Jul 2016 22:13:13 +0000 (UTC) (envelope-from jbeich@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 A2D9D18D3; Mon, 25 Jul 2016 22:13:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PMDCdR024998; Mon, 25 Jul 2016 22:13:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PMDCtR024997; Mon, 25 Jul 2016 22:13:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607252213.u6PMDCtR024997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Jul 2016 22:13:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419076 - branches/2016Q3/graphics/gegl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 22:13:13 -0000 Author: jbeich Date: Mon Jul 25 22:13:12 2016 New Revision: 419076 URL: https://svnweb.freebsd.org/changeset/ports/419076 Log: MFH: r419074 graphics/gegl: clarify LICENSE A quick grep(1) of *.c files reveals: LGPL20 files are gegl/buffer/gegl-id-pool.c operations/external/v4lutils/v4lutils.c GPLv3 files are bin/gegl.c bin/gegl-path-spiro.c bin/gegl-path-smooth.c bin/gegl-options.c gegl/buffer/gegl-cache.c All GPL license headers have ..., or (at your option) any later version. Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2016Q3/graphics/gegl/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/gegl/Makefile ============================================================================== --- branches/2016Q3/graphics/gegl/Makefile Mon Jul 25 22:11:13 2016 (r419075) +++ branches/2016Q3/graphics/gegl/Makefile Mon Jul 25 22:13:12 2016 (r419076) @@ -10,8 +10,10 @@ MASTER_SITES= GIMP MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +LICENSE= GPLv3+ LGPL20+ LGPL3+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING +LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libbabl-0.1.so:x11/babl