svn commit: r519431 - head/www/py-django-jsonfield2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 8 17:04:41 UTC 2019


Author: sunpoet
Date: Sun Dec  8 17:04:40 2019
New Revision: 519431
URL: https://svnweb.freebsd.org/changeset/ports/519431

Log:
  Add PORTSCOUT

Modified:
  head/www/py-django-jsonfield2/Makefile

Modified: head/www/py-django-jsonfield2/Makefile
==============================================================================
--- head/www/py-django-jsonfield2/Makefile	Sun Dec  8 17:04:34 2019	(r519430)
+++ head/www/py-django-jsonfield2/Makefile	Sun Dec  8 17:04:40 2019	(r519431)
@@ -12,12 +12,15 @@ COMMENT=	Reusable Django field to store validated JSON
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
+
+# jsonfield2 3.1.0+ requires Django 2.2+
+PORTSCOUT=	limit:^3\.0\.
 
 GH_ACCOUNT=	rpkilby
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list