svn commit: r423200 - head/cad/gmsh

Joseph Mingrone jrm at FreeBSD.org
Mon Oct 3 15:11:34 UTC 2016


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 \


More information about the svn-ports-all mailing list