svn commit: r450506 - head/graphics/cairo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 24 18:49:08 UTC 2017


Author: sunpoet
Date: Sun Sep 24 18:49:06 2017
New Revision: 450506
URL: https://svnweb.freebsd.org/changeset/ports/450506

Log:
  Update LICENSE
  
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/cairo/Makefile

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Sun Sep 24 18:49:02 2017	(r450505)
+++ head/graphics/cairo/Makefile	Sun Sep 24 18:49:06 2017	(r450506)
@@ -11,8 +11,10 @@ MASTER_SITES=	http://cairographics.org/releases/
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Vector graphics library with cross-device output support
 
-LICENSE=	LGPL21 MPL
+LICENSE=	LGPL21 MPL11
 LICENSE_COMB=	dual
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING-LGPL-2.1
+LICENSE_FILE_MPL11=	${WRKSRC}/COPYING-MPL-1.1
 
 USES=		tar:xz
 


More information about the svn-ports-all mailing list