1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Kai Knoblich 2020-06-06 12:06:46 +00:00
parent 995f7b54d1
commit e26c617450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538086
6 changed files with 10 additions and 9 deletions

1
MOVED
View File

@ -15076,3 +15076,4 @@ devel/rubygem-peek-gc-rails5|devel/rubygem-peek-gc-rails52|2020-06-05|Removed: p
devel/rubygem-peek-rails5|devel/rubygem-peek-rails60|2020-06-05|Removed: please use devel/rubygem-peek-rails60 instead
net/freerdp1|net/freerdp|2020-06-06|Has expired: Superseded by the freerdp port/package
irc/psybnc||2020-06-06|Has expired: Broken for more than 6 months
www/py-dj22-djangoql|www/py-djangoql|2020-06-06|Renamed to match the naming of other Django ports since Django 2.2 became default

View File

@ -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} \

View File

@ -1451,7 +1451,6 @@
SUBDIR += py-dj22-django-timezone-field
SUBDIR += py-dj22-django-treebeard
SUBDIR += py-dj22-django_csp
SUBDIR += py-dj22-djangoql
SUBDIR += py-dj22-djangorestframework
SUBDIR += py-dj22-drf-yasg
SUBDIR += py-dj22-jsonfield
@ -1563,6 +1562,7 @@
SUBDIR += py-django30
SUBDIR += py-django_compressor
SUBDIR += py-djangocms-admin-style
SUBDIR += py-djangoql
SUBDIR += py-djangorestframework
SUBDIR += py-djangorestframework-csv
SUBDIR += py-djangorestframework-filters

View File

@ -4,7 +4,7 @@ PORTNAME= djangoql
PORTVERSION= 0.13.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= grembo@FreeBSD.org
COMMENT= Advanced search language for Django, with auto-completion