Date: Sun, 24 Sep 2017 18:49:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450506 - head/graphics/cairo Message-ID: <201709241849.v8OIn7xx082010@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709241849.v8OIn7xx082010>