Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 18:15:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502738 - head/math/moab
Message-ID:  <201905261815.x4QIFkVB062880@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May 26 18:15:45 2019
New Revision: 502738
URL: https://svnweb.freebsd.org/changeset/ports/502738

Log:
  math/moab: Fix license
  
  PR:		238134
  Reported by:	tobik

Modified:
  head/math/moab/Makefile

Modified: head/math/moab/Makefile
==============================================================================
--- head/math/moab/Makefile	Sun May 26 18:12:25 2019	(r502737)
+++ head/math/moab/Makefile	Sun May 26 18:15:45 2019	(r502738)
@@ -9,8 +9,8 @@ MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Component for representing and evaluating mesh data
 
-LICENSE=	BSD2CLAUSE
-xLICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 		libnetcdf.so:science/netcdf \



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