mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
www/py-dj22-django_csp: Rename port to www/py-django-csp
* The port was added with the "dj22-" prefix to use Django 2.2 explicitly. In the meantime most Django ports have been switched from Django 1.11 (End-of-Life) to Django 2.2 (current LTS release). Thus rename the port to be consistent with the names of the other Django ports and use this opportunity to match the package name at PyPI as well. * Bump PORTREVISION of www/py-django-dpaste due changed dependencies. PR: 247031 Approved by: Alexander Sieg (maintainer)
This commit is contained in:
parent
d770f79e0b
commit
337857f25f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538391
1
MOVED
1
MOVED
@ -15079,3 +15079,4 @@ www/py-dj22-djangoql|www/py-djangoql|2020-06-06|Renamed to match the naming of o
|
||||
sysutils/beats|sysutils/beats6|2020-06-07|Renamed to match the naming of other ELK ports
|
||||
security/pam_pseudo||2020-06-07|Has expired: Broken for more than 6 months
|
||||
multimedia/din|audio/din|2020-06-09|Moved to a better category
|
||||
www/py-dj22-django_csp|www/py-django-csp|2020-06-10|Renamed to match upstream naming and to be in sync with other Django ports since Django 2.2 became default
|
||||
|
@ -1451,7 +1451,6 @@
|
||||
SUBDIR += py-dj22-django-taggit-serializer
|
||||
SUBDIR += py-dj22-django-timezone-field
|
||||
SUBDIR += py-dj22-django-treebeard
|
||||
SUBDIR += py-dj22-django_csp
|
||||
SUBDIR += py-dj22-djangorestframework
|
||||
SUBDIR += py-dj22-drf-yasg
|
||||
SUBDIR += py-dj22-jsonfield
|
||||
@ -1486,6 +1485,7 @@
|
||||
SUBDIR += py-django-countries
|
||||
SUBDIR += py-django-crispy-forms
|
||||
SUBDIR += py-django-cron
|
||||
SUBDIR += py-django-csp
|
||||
SUBDIR += py-django-datetime-widget
|
||||
SUBDIR += py-django-debreach
|
||||
SUBDIR += py-django-debug-toolbar
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django_csp
|
||||
PORTNAME= django-csp
|
||||
PORTVERSION= 3.5
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= django_csp-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alex@xanderio.de
|
||||
COMMENT= Adds Content-Security-Policy headers to Django
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= dpaste
|
||||
PORTVERSION= 3.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj22-django_csp>=3.3:www/py-dj22-django_csp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}django-csp>=3.3:www/py-django-csp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}django-staticinline>=1.0:www/py-django-staticinline@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsx-lexer=0.0.7:textproc/py-jsx-lexer@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \
|
||||
|
Loading…
Reference in New Issue
Block a user