aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-06-06 12:06:46 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-06-06 12:06:46 +0000
commite26c6174507c500b7d090a53efa4a857556de668 (patch)
treef0eb2eb253c8dde05d734b0ce594007db0b8a999 /deskutils
parent995f7b54d1fa58c4c1911b99b07cd5ac731a675d (diff)
downloadports-e26c6174507c500b7d090a53efa4a857556de668.tar.gz
ports-e26c6174507c500b7d090a53efa4a857556de668.zip
deskutils/py-paperless: Change RUN_DEPENDS
* Switch the port from the repo-copied py-dj22-django* ports to the original ones as they're using Django 2.2 now. * Rename www/py-dj22-djangoql (that was originally created with a prefix to use a certain version of Django) to www/py-djangoql to match its naming with the other Django ports and to retain the history. * Bump PORTREVISION due changed dependencies. PR: 246850 Approved by: grembo (maintainer)
Notes
Notes: svn path=/head/; revision=538086
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/py-paperless/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/deskutils/py-paperless/Makefile b/deskutils/py-paperless/Makefile
index 3c37df20b9ed..9fd40651eef3 100644
--- a/deskutils/py-paperless/Makefile
+++ b/deskutils/py-paperless/Makefile
@@ -2,7 +2,7 @@
PORTNAME= paperless
PORTVERSION= 2.7.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= deskutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,12 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateparser>=0.7.1:devel/py-dateparser@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-django-cors-headers>=2.4.0:www/py-dj22-django-cors-headers@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-django-crispy-forms>=1.7.2:www/py-dj22-django-crispy-forms@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-django-extensions>=2.1.6:www/py-dj22-django-extensions@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-django-filter>=2.0.0:www/py-dj22-django-filter@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-djangoql>=0.12.4:www/py-dj22-djangoql@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.9.0:www/py-dj22-djangorestframework@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django-cors-headers>=2.4.0:www/py-django-cors-headers@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django-crispy-forms>=1.7.2:www/py-django-crispy-forms@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django-extensions>=2.1.6:www/py-django-extensions@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}django-filter>=2.0.0:www/py-django-filter@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}djangoql>=0.12.4:www/py-djangoql@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.9.0:www/py-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fuzzywuzzy>=0.15.1:devel/py-fuzzywuzzy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}langdetect>=1.0.7:textproc/py-langdetect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pdftotext>=2.1.1:textproc/py-pdftotext@${PY_FLAVOR} \