Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 10:28:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456115 - head/devel/py-fuzzywuzzy
Message-ID:  <201712121028.vBCASTQ3092588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 12 10:28:29 2017
New Revision: 456115
URL: https://svnweb.freebsd.org/changeset/ports/456115

Log:
  Fix LICENSE and LICENSE_FILE

Modified:
  head/devel/py-fuzzywuzzy/Makefile

Modified: head/devel/py-fuzzywuzzy/Makefile
==============================================================================
--- head/devel/py-fuzzywuzzy/Makefile	Tue Dec 12 10:02:20 2017	(r456114)
+++ head/devel/py-fuzzywuzzy/Makefile	Tue Dec 12 10:28:29 2017	(r456115)
@@ -11,8 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	dvl@FreeBSD.org
 COMMENT=	Fuzzy string matching using Levenshtein Distance
 
-LICENSE=	GPL
-LICENSE_FILE=	LICENSE.txt
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-Levenshtein>0:devel/py-python-Levenshtein@${FLAVOR}
 



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