svn commit: r450529 - head/textproc/uchardet

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


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

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

Modified:
  head/textproc/uchardet/Makefile

Modified: head/textproc/uchardet/Makefile
==============================================================================
--- head/textproc/uchardet/Makefile	Sun Sep 24 18:50:54 2017	(r450528)
+++ head/textproc/uchardet/Makefile	Sun Sep 24 18:50:58 2017	(r450529)
@@ -9,8 +9,9 @@ MASTER_SITES=	https://www.freedesktop.org/software/${P
 MAINTAINER=	yuri at rawbw.com
 COMMENT=	Universal charset detection library
 
-LICENSE=	GPLv2+ LGPL21+ MPL
+LICENSE=	GPLv2+ LGPL21+ MPL11
 LICENSE_COMB=	dual
+LICENSE_FILE_MPL11=	${WRKSRC}/COPYING
 
 USES=		cmake pathfix tar:xz
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list