svn commit: r374211 - in head/science: liblinear libsvm minc2 py-h5py

Mark Felder feld at FreeBSD.org
Sun Dec 7 15:17:12 UTC 2014


Author: feld
Date: Sun Dec  7 15:17:10 2014
New Revision: 374211
URL: https://svnweb.freebsd.org/changeset/ports/374211
QAT: https://qat.redports.org/buildarchive/r374211/

Log:
  Update "BSD" license in science category

Modified:
  head/science/liblinear/Makefile
  head/science/libsvm/Makefile
  head/science/minc2/Makefile
  head/science/py-h5py/Makefile

Modified: head/science/liblinear/Makefile
==============================================================================
--- head/science/liblinear/Makefile	Sun Dec  7 14:55:18 2014	(r374210)
+++ head/science/liblinear/Makefile	Sun Dec  7 15:17:10 2014	(r374211)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$
 MAINTAINER=	rafan at FreeBSD.org
 COMMENT=	Library for Large Linear Classification
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS DOCS

Modified: head/science/libsvm/Makefile
==============================================================================
--- head/science/libsvm/Makefile	Sun Dec  7 14:55:18 2014	(r374210)
+++ head/science/libsvm/Makefile	Sun Dec  7 15:17:10 2014	(r374211)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$
 MAINTAINER=	rafan at FreeBSD.org
 COMMENT=	Library for Support Vector Machines
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS DOCS

Modified: head/science/minc2/Makefile
==============================================================================
--- head/science/minc2/Makefile	Sun Dec  7 14:55:18 2014	(r374210)
+++ head/science/minc2/Makefile	Sun Dec  7 15:17:10 2014	(r374211)
@@ -12,7 +12,7 @@ PKGNAMESUFFIX=	2
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Medical Imaging NetCDF
 
-LICENSE=	BSD
+LICENSE=	MIT
 
 LIB_DEPENDS=	libhdf5.so:${PORTSDIR}/science/hdf5 \
 		libnetcdf.so:${PORTSDIR}/science/netcdf

Modified: head/science/py-h5py/Makefile
==============================================================================
--- head/science/py-h5py/Makefile	Sun Dec  7 14:55:18 2014	(r374210)
+++ head/science/py-h5py/Makefile	Sun Dec  7 15:17:10 2014	(r374211)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	xmj at chaot.net
 COMMENT=	General-purpose Python interface to the HDF5 library
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYNUMPY} \
 		cython:${PORTSDIR}/lang/cython


More information about the svn-ports-head mailing list