aboutsummaryrefslogtreecommitdiff
path: root/www/seahub
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-05-29 15:45:17 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-05-29 15:45:17 +0000
commitea1b10f9668c6077bfd25de30b3479011e385613 (patch)
tree67ee0cf56387800d85f4068583dcee103ea5dcf0 /www/seahub
parent90c3c4f598f78da3358ea0fbb45dd1f21909629e (diff)
downloadports-ea1b10f9668c6077bfd25de30b3479011e385613.tar.gz
ports-ea1b10f9668c6077bfd25de30b3479011e385613.zip
www/py-djangorestframework: Update to 3.11.0
* Switch the port to Django 2.2 (current LTS release) as well because Django 1.11 is End-of-Life since April. Do the same for www/py-drf-yasg. * Repo-copy www/py-djangorestframework to www/py-djangorestframework311 which will be used as a transitional package by www/seahub until it gets support for Django 2.2+ in the next weeks/months. * Drop the Python 2.7 support of the remaining consumers to avoid breakage of "bulk -a". * Mark both repo-copied ports www/py-dj22-{djangorestframework,drf-yasg} as deprecated because they're obsolete now. PR: 245309 Reviewed by: sunpoet (earlier revision), ultima Differential Revision: https://reviews.freebsd.org/D24850
Notes
Notes: svn path=/head/; revision=536980
Diffstat (limited to 'www/seahub')
-rw-r--r--www/seahub/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seahub/Makefile b/www/seahub/Makefile
index c89bae973eb5..5318e6df28b4 100644
--- a/www/seahub/Makefile
+++ b/www/seahub/Makefile
@@ -4,6 +4,7 @@ PORTNAME= seahub
DISTVERSIONPREFIX= v
DISTVERSION= ${SEAHUB_VER}
DISTVERSIONSUFFIX= -pro
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= ultima@FreeBSD.org
@@ -28,7 +29,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-formtools>=0:www/py-django-formtools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-simple-captcha>=0:www/py-django-simple-captcha@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}djangorestframework>=0:www/py-djangorestframework@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}djangorestframework311>=0:www/py-djangorestframework311@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PY_PILLOW} \