Index: head/www/py-dj22-django-formset-js-improved/Makefile =================================================================== --- head/www/py-dj22-django-formset-js-improved/Makefile (revision 510698) +++ head/www/py-dj22-django-formset-js-improved/Makefile (revision 510699) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= django-formset-js-improved PORTVERSION= 0.5.0.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22- -MAINTAINER= alex@axanderio.de +MAINTAINER= ports@FreeBSD.org COMMENT= Fork of django-formset-js that adds support for reordering and nested formsets LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj22-django-jquery-js>=0.:www/py-dj22-django-jquery-js@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/www/py-dj22-django-jquery-js/Makefile =================================================================== --- head/www/py-dj22-django-jquery-js/Makefile (revision 510698) +++ head/www/py-dj22-django-jquery-js/Makefile (revision 510699) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= django-jquery-js PORTVERSION= 3.1.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22- -MAINTAINER= alex@axanderio.de +MAINTAINER= ports@FreeBSD.org COMMENT= jQuery, bundled up so apps can depend upon it LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.4:www/py-django22@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/www/py-dj22-django_csp/Makefile =================================================================== --- head/www/py-dj22-django_csp/Makefile (revision 510698) +++ head/www/py-dj22-django_csp/Makefile (revision 510699) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= django_csp PORTVERSION= 3.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22- -MAINTAINER= alex@axanderio.de +MAINTAINER= ports@FreeBSD.org COMMENT= Adds Content-Security-Policy headers to Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/www/py-django-bootstrap4/Makefile =================================================================== --- head/www/py-django-bootstrap4/Makefile (revision 510698) +++ head/www/py-django-bootstrap4/Makefile (revision 510699) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= django-bootstrap4 PORTVERSION= 0.0.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alex@axanderio.de +MAINTAINER= ports@FreeBSD.org COMMENT= Bootstrap 4 support for Django projects LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/www/py-django-context-decorator/Makefile =================================================================== --- head/www/py-django-context-decorator/Makefile (revision 510698) +++ head/www/py-django-context-decorator/Makefile (revision 510699) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= django-context-decorator PORTVERSION= 1.5.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP DISTNAME= django_context_decorator-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= alex@axanderio.de +MAINTAINER= ports@FreeBSD.org COMMENT= Remove the need to call super().get_context_data(**kwargs) in nearly every view LICENSE= BSD3CLAUSE USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include