svn commit: r419076 - branches/2016Q3/graphics/gegl

Jan Beich jbeich at FreeBSD.org
Mon Jul 25 22:13:13 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list