Index: head/www/py-dj22-jsonfield/Makefile =================================================================== --- head/www/py-dj22-jsonfield/Makefile (revision 526413) +++ head/www/py-dj22-jsonfield/Makefile (revision 526414) @@ -1,26 +1,25 @@ # Created by: René Ladan # $FreeBSD$ PORTNAME= jsonfield -PORTVERSION= 2.1.1 +PORTVERSION= 3.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Reusable JSONField model for Django to store validated JSON LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \ -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}jsonfield .include Index: head/www/py-dj22-jsonfield/distinfo =================================================================== --- head/www/py-dj22-jsonfield/distinfo (revision 526413) +++ head/www/py-dj22-jsonfield/distinfo (revision 526414) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581594058 -SHA256 (jsonfield-2.1.1.tar.gz) = ed7c5e1829e9453e24a8bebef1e702ffe402e6def6b326f0e0b88764c59a6dc7 -SIZE (jsonfield-2.1.1.tar.gz) = 9142 +TIMESTAMP = 1581963851 +SHA256 (jsonfield-3.0.0.tar.gz) = 1a17efe9a26850e9175900cb37cf30c6182fc2251989f8af44ef47fbbf48eaff +SIZE (jsonfield-3.0.0.tar.gz) = 12645 Index: head/www/py-dj22-jsonfield/pkg-descr =================================================================== --- head/www/py-dj22-jsonfield/pkg-descr (revision 526413) +++ head/www/py-dj22-jsonfield/pkg-descr (revision 526414) @@ -1,8 +1,8 @@ django-jsonfield is a reusable Django field that allows you to store validated JSON in your model. It silently takes care of serialization. To use, simply add the field to one of your models. This port is not a duplicate of www/py-django-jsonfield, both ports have distinct but upstreams. -WWW: https://github.com/rpkilby/django-jsonfield +WWW: https://github.com/rpkilby/jsonfield