svn commit: r561675 - head/deskutils/py-paperless
Michael Gmelin
grembo at FreeBSD.org
Fri Jan 15 20:55:39 UTC 2021
Author: grembo
Date: Fri Jan 15 20:55:38 2021
New Revision: 561675
URL: https://svnweb.freebsd.org/changeset/ports/561675
Log:
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
Modified:
head/deskutils/py-paperless/Makefile
head/deskutils/py-paperless/distinfo
head/deskutils/py-paperless/pkg-plist
Modified: head/deskutils/py-paperless/Makefile
==============================================================================
--- head/deskutils/py-paperless/Makefile Fri Jan 15 20:53:14 2021 (r561674)
+++ head/deskutils/py-paperless/Makefile Fri Jan 15 20:55:38 2021 (r561675)
@@ -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 at FreeBSD.org
COMMENT= Index and archive scanned paper documents
Modified: head/deskutils/py-paperless/distinfo
==============================================================================
--- head/deskutils/py-paperless/distinfo Fri Jan 15 20:53:14 2021 (r561674)
+++ head/deskutils/py-paperless/distinfo Fri Jan 15 20:55:38 2021 (r561675)
@@ -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
Modified: head/deskutils/py-paperless/pkg-plist
==============================================================================
--- head/deskutils/py-paperless/pkg-plist Fri Jan 15 20:53:14 2021 (r561674)
+++ head/deskutils/py-paperless/pkg-plist Fri Jan 15 20:55:38 2021 (r561675)
@@ -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
More information about the svn-ports-head
mailing list