svn commit: r520756 - head/devel/py-factory-boy

Ben Woods woodsb02 at FreeBSD.org
Mon Dec 23 23:38:03 UTC 2019


Author: woodsb02
Date: Mon Dec 23 23:38:02 2019
New Revision: 520756
URL: https://svnweb.freebsd.org/changeset/ports/520756

Log:
  devel/py-factory-boy: Correct license and change TEST_DEPENDS to use
  converters/py-text-unidecode instead of textproc/py-text-unidecode
  
  PR:		242805

Modified:
  head/devel/py-factory-boy/Makefile

Modified: head/devel/py-factory-boy/Makefile
==============================================================================
--- head/devel/py-factory-boy/Makefile	Mon Dec 23 23:32:00 2019	(r520755)
+++ head/devel/py-factory-boy/Makefile	Mon Dec 23 23:38:02 2019	(r520756)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	meka at tilda.center
 COMMENT=	Create comlex objects for testing purposes
 
-LICENSE=	BSD
+LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Faker>=0:devel/py-Faker@${PY_FLAVOR}
@@ -23,7 +23,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel
 		${PYTHON_PKGNAMEPREFIX}mongoengine>=0:databases/py-mongoengine@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:textproc/py-text-unidecode@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list