Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 15:11:39 +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: r480276 - head/math/py-fastdtw
Message-ID:  <201809211511.w8LFBdKB009648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



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