svn commit: r502551 - head/devel/py-pyrsistent

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 10:10:18 UTC 2019


Author: tobik
Date: Sat May 25 10:10:17 2019
New Revision: 502551
URL: https://svnweb.freebsd.org/changeset/ports/502551

Log:
  devel/py-pyrsistent: Spell LICENSE_FILE correctly

Modified:
  head/devel/py-pyrsistent/Makefile

Modified: head/devel/py-pyrsistent/Makefile
==============================================================================
--- head/devel/py-pyrsistent/Makefile	Sat May 25 10:10:01 2019	(r502550)
+++ head/devel/py-pyrsistent/Makefile	Sat May 25 10:10:17 2019	(r502551)
@@ -10,7 +10,7 @@ MAINTAINER=	python at FreeBSD.org
 COMMENT=	Persistent/Immutable/Functional data structures for Python
 
 LICENSE=	MIT
-LICENCE_FILE=	${WRKSRC}/LICENCE.mit
+LICENSE_FILE=	${WRKSRC}/LICENCE.mit
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \


More information about the svn-ports-all mailing list