svn commit: r450523 - head/textproc/libvisio01

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


Author: sunpoet
Date: Sun Sep 24 18:50:30 2017
New Revision: 450523
URL: https://svnweb.freebsd.org/changeset/ports/450523

Log:
  Update and sort LICENSE
  
  - Add LICENSE_FILE

Modified:
  head/textproc/libvisio01/Makefile

Modified: head/textproc/libvisio01/Makefile
==============================================================================
--- head/textproc/libvisio01/Makefile	Sun Sep 24 18:50:25 2017	(r450522)
+++ head/textproc/libvisio01/Makefile	Sun Sep 24 18:50:30 2017	(r450523)
@@ -10,8 +10,9 @@ PKGNAMESUFFIX=	01
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	Library and tools for parsing the visio file format structure
 
-LICENSE=	LGPL21 MPL GPLv2
+LICENSE=	GPLv2+ LGPL21+ MPL11 MPL20
 LICENSE_COMB=	dual
+LICENSE_FILE_MPL20=	${WRKSRC}/COPYING.MPL
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs
 LIB_DEPENDS=	libicui18n.so:devel/icu \


More information about the svn-ports-all mailing list