Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2019 23:38:03 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520756 - head/devel/py-factory-boy
Message-ID:  <201912232338.xBNNc3iW041523@repo.freebsd.org>

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



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