Skip to content

Commit

Permalink
Fix issue caused by updating py-djangoql to 0.14.
Browse files Browse the repository at this point in the history
Document search field was broken.

See
the-paperless-project/paperless#716


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@561675 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
grembo committed Jan 15, 2021
1 parent f4b8899 commit 19b84d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deskutils/py-paperless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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= [email protected]
COMMENT= Index and archive scanned paper documents
Expand Down
4 changes: 3 additions & 1 deletion deskutils/py-paperless/distinfo
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions deskutils/py-paperless/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19b84d7

Please sign in to comment.