svn commit: r456115 - head/devel/py-fuzzywuzzy

Antoine Brodin antoine at FreeBSD.org
Tue Dec 12 10:28:30 UTC 2017


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


More information about the svn-ports-all mailing list