From ee97e81743fa2595fd6fbd775ff727730cf247ba Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Tue, 31 Oct 2023 13:19:03 +0100 Subject: [PATCH] deskutils/py-paperless: Fix plist issues after 13d8281608d8 * The 0.17.1 release of www/py-djangoql got two new static files due newly added CSS/JS source maps. * Bump PORTREVISION due changed package content. Reported by: poudriere bulk -t Approved by: portmgr (blanket, fix) MFH: 2023Q4 --- deskutils/py-paperless/Makefile | 2 +- deskutils/py-paperless/pkg-plist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deskutils/py-paperless/Makefile b/deskutils/py-paperless/Makefile index c964d850bbc0..ee29d2dc438b 100644 --- a/deskutils/py-paperless/Makefile +++ b/deskutils/py-paperless/Makefile @@ -1,6 +1,6 @@ PORTNAME= paperless PORTVERSION= 2.7.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/deskutils/py-paperless/pkg-plist b/deskutils/py-paperless/pkg-plist index 0c222f156e85..9798d21605d8 100644 --- a/deskutils/py-paperless/pkg-plist +++ b/deskutils/py-paperless/pkg-plist @@ -482,11 +482,13 @@ man/man7/paperless.7.gz %%WWWDIR%%/static/django_extensions/js/jquery.autocomplete.js %%WWWDIR%%/static/django_extensions/js/jquery.bgiframe.js %%WWWDIR%%/static/djangoql/css/completion.css +%%WWWDIR%%/static/djangoql/css/completion.css.map %%WWWDIR%%/static/djangoql/css/completion_admin.css %%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/js/completion.js +%%WWWDIR%%/static/djangoql/js/completion.js.map %%WWWDIR%%/static/djangoql/js/completion_admin.js %%WWWDIR%%/static/djangoql/js/completion_admin_toggle.js %%WWWDIR%%/static/djangoql/js/completion_admin_toggle_off.js