Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2016 15:11:33 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423200 - head/cad/gmsh
Message-ID:  <201610031511.u93FBXE2067345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Mon Oct  3 15:11:32 2016
New Revision: 423200
URL: https://svnweb.freebsd.org/changeset/ports/423200

Log:
  Specify which license the license file refers to
  
  Reported by:	jbeich
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8135

Modified:
  head/cad/gmsh/Makefile

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Mon Oct  3 14:30:30 2016	(r423199)
+++ head/cad/gmsh/Makefile	Mon Oct  3 15:11:32 2016	(r423200)
@@ -13,7 +13,7 @@ COMMENT?=	Automatic 3D finite element me
 
 LICENSE=	AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21
 LICENSE_COMB=	multi
-LICENSE_FILE=	${WRKSRC}/doc/LICENSE.txt
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/doc/LICENSE.txt
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610031511.u93FBXE2067345>