svn commit: r480276 - head/math/py-fastdtw

Yuri Victorovich yuri at FreeBSD.org
Fri Sep 21 15:11:40 UTC 2018


Author: yuri
Date: Fri Sep 21 15:11:39 2018
New Revision: 480276
URL: https://svnweb.freebsd.org/changeset/ports/480276

Log:
  math/py-fastdtw: Fix license

Modified:
  head/math/py-fastdtw/Makefile

Modified: head/math/py-fastdtw/Makefile
==============================================================================
--- head/math/py-fastdtw/Makefile	Fri Sep 21 15:02:55 2018	(r480275)
+++ head/math/py-fastdtw/Makefile	Fri Sep 21 15:11:39 2018	(r480276)
@@ -9,8 +9,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Dynamic Time Warping (DTW) algorithm with an O(N) complexity
 
-LICENSE=	GPLv3
-xLICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY}


More information about the svn-ports-all mailing list