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
This commit is contained in:
parent
b5d8fec84d
commit
c0c5d72e8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561675
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue