From 19b84d753a9c3c2c7d752b4ec8cde5bdd943d767 Mon Sep 17 00:00:00 2001 From: grembo Date: Fri, 15 Jan 2021 20:55:38 +0000 Subject: [PATCH] Fix issue caused by updating py-djangoql to 0.14. Document search field was broken. See https://github.com/the-paperless-project/paperless/pull/716 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@561675 35697150-7ecd-e111-bb59-0022644237b5 --- deskutils/py-paperless/Makefile | 3 ++- deskutils/py-paperless/distinfo | 4 +++- deskutils/py-paperless/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/deskutils/py-paperless/Makefile b/deskutils/py-paperless/Makefile index 04c1347375cbe..9fdf8c481ebeb 100644 --- a/deskutils/py-paperless/Makefile +++ b/deskutils/py-paperless/Makefile @@ -2,12 +2,13 @@ PORTNAME= paperless PORTVERSION= 2.7.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= b122931185fb.patch:-p1 # https://github.com/the-paperless-project/paperless/pull/712 +PATCHFILES+= b131c97d1d85.patch:-p1 # https://github.com/the-paperless-project/paperless/pull/716 MAINTAINER= grembo@FreeBSD.org COMMENT= Index and archive scanned paper documents diff --git a/deskutils/py-paperless/distinfo b/deskutils/py-paperless/distinfo index feb5ab3d9abfd..58b40dfeb81e9 100644 --- a/deskutils/py-paperless/distinfo +++ b/deskutils/py-paperless/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1606774296 +TIMESTAMP = 1610652602 SHA256 (the-paperless-project-paperless-2.7.0_GH0.tar.gz) = 478823e12ea874dc0acd7f6ce038d221849cfcb797f0d6de57624bacdaa02839 SIZE (the-paperless-project-paperless-2.7.0_GH0.tar.gz) = 4038688 SHA256 (b122931185fb.patch) = 32076da28ca955c8b4db522478936aa76ef55033b8cb9ed6937ed37a393a1327 SIZE (b122931185fb.patch) = 1449 +SHA256 (b131c97d1d85.patch) = 42816d1c16f7f40c746c654be0ff6e80c75dcb17ea2220df0b43334696b4548d +SIZE (b131c97d1d85.patch) = 1049 diff --git a/deskutils/py-paperless/pkg-plist b/deskutils/py-paperless/pkg-plist index de12ce24fdd12..44b1d42727621 100644 --- a/deskutils/py-paperless/pkg-plist +++ b/deskutils/py-paperless/pkg-plist @@ -479,10 +479,13 @@ man/man7/paperless.7.gz %%WWWDIR%%/static/djangoql/css/syntax_help.css %%WWWDIR%%/static/djangoql/img/completion_example.png %%WWWDIR%%/static/djangoql/img/completion_example_scaled.png +%%WWWDIR%%/static/djangoql/img/loading.gif %%WWWDIR%%/static/djangoql/js/completion.js %%WWWDIR%%/static/djangoql/js/completion_admin.js %%WWWDIR%%/static/djangoql/js/completion_admin_toggle.js +%%WWWDIR%%/static/djangoql/js/completion_admin_toggle_off.js %%WWWDIR%%/static/djangoql/js/lib/lexer.js +%%WWWDIR%%/static/djangoql/js/lib/LRUCache.js %%WWWDIR%%/static/documents/img/gif.png %%WWWDIR%%/static/documents/img/image.png %%WWWDIR%%/static/documents/img/jpg.png