File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
PORTNAME = paperless
4
4
PORTVERSION = 2.7.0
5
- PORTREVISION = 8
5
+ PORTREVISION = 9
6
6
CATEGORIES = deskutils python
7
7
PKGNAMEPREFIX = ${PYTHON_PKGNAMEPREFIX}
8
8
9
9
PATCH_SITES = https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
10
10
PATCHFILES+ = b122931185fb.patch:-p1 # https://github.com/the-paperless-project/paperless/pull/712
11
+ PATCHFILES+= b131c97d1d85.patch:-p1 # https://github.com/the-paperless-project/paperless/pull/716
11
12
12
13
13
14
COMMENT = Index and archive scanned paper documents
Original file line number Diff line number Diff line change 1
- TIMESTAMP = 1606774296
1
+ TIMESTAMP = 1610652602
2
2
SHA256 (the-paperless-project-paperless-2.7.0_GH0.tar.gz) = 478823e12ea874dc0acd7f6ce038d221849cfcb797f0d6de57624bacdaa02839
3
3
SIZE (the-paperless-project-paperless-2.7.0_GH0.tar.gz) = 4038688
4
4
SHA256 (b122931185fb.patch) = 32076da28ca955c8b4db522478936aa76ef55033b8cb9ed6937ed37a393a1327
5
5
SIZE (b122931185fb.patch) = 1449
6
+ SHA256 (b131c97d1d85.patch) = 42816d1c16f7f40c746c654be0ff6e80c75dcb17ea2220df0b43334696b4548d
7
+ SIZE (b131c97d1d85.patch) = 1049
Original file line number Diff line number Diff line change @@ -479,10 +479,13 @@ man/man7/paperless.7.gz
479
479
%%WWWDIR%%/static/djangoql/css/syntax_help.css
480
480
%%WWWDIR%%/static/djangoql/img/completion_example.png
481
481
%%WWWDIR%%/static/djangoql/img/completion_example_scaled.png
482
+ %%WWWDIR%%/static/djangoql/img/loading.gif
482
483
%%WWWDIR%%/static/djangoql/js/completion.js
483
484
%%WWWDIR%%/static/djangoql/js/completion_admin.js
484
485
%%WWWDIR%%/static/djangoql/js/completion_admin_toggle.js
486
+ %%WWWDIR%%/static/djangoql/js/completion_admin_toggle_off.js
485
487
%%WWWDIR%%/static/djangoql/js/lib/lexer.js
488
+ %%WWWDIR%%/static/djangoql/js/lib/LRUCache.js
486
489
%%WWWDIR%%/static/documents/img/gif.png
487
490
%%WWWDIR%%/static/documents/img/image.png
488
491
%%WWWDIR%%/static/documents/img/jpg.png
You can’t perform that action at this time.
0 commit comments