Index: head/www/py-dj22-django-cors-headers/Makefile =================================================================== --- head/www/py-dj22-django-cors-headers/Makefile (revision 527135) +++ head/www/py-dj22-django-cors-headers/Makefile (revision 527136) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= django-cors-headers -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22- MAINTAINER= kai@FreeBSD.org COMMENT= Handles server headers required for Cross-Origin Resource Sharing LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-cors-headers \ ${PYTHON_PKGNAMEPREFIX}dj21-django-cors-headers .include Index: head/www/py-dj22-django-cors-headers/distinfo =================================================================== --- head/www/py-dj22-django-cors-headers/distinfo (revision 527135) +++ head/www/py-dj22-django-cors-headers/distinfo (revision 527136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576102039 -SHA256 (django-cors-headers-3.2.0.tar.gz) = 84933651fbbde8f2bc084bef2f077b79db1ec1389432f21dd661eaae6b3d6a95 -SIZE (django-cors-headers-3.2.0.tar.gz) = 26243 +TIMESTAMP = 1579256948 +SHA256 (django-cors-headers-3.2.1.tar.gz) = a5960addecc04527ab26617e51b8ed42f0adab4594b24bb0f3c33e2bd3857c3f +SIZE (django-cors-headers-3.2.1.tar.gz) = 26261 Index: head/www/py-dj22-django-cors-headers/pkg-descr =================================================================== --- head/www/py-dj22-django-cors-headers/pkg-descr (revision 527135) +++ head/www/py-dj22-django-cors-headers/pkg-descr (revision 527136) @@ -1,4 +1,4 @@ A Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses. -WWW: https://github.com/ottoyiu/django-cors-headers +WWW: https://github.com/adamchainz/django-cors-headers