svn commit: r502738 - head/math/moab

Yuri Victorovich yuri at FreeBSD.org
Sun May 26 18:15:47 UTC 2019


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 at 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 \


More information about the svn-ports-all mailing list