Date: Sun, 9 Oct 2022 16:59:08 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 37c6c309fcad - main - deskutils/py-paperless: Fix plist issues after a7f6cbe48fd2 Message-ID: <202210091659.299Gx8Kt044258@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=37c6c309fcad0c0bf2db61a920fca618ccadd8cb commit 37c6c309fcad0c0bf2db61a920fca618ccadd8cb Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-10-09 16:56:38 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-10-09 16:56:38 +0000 deskutils/py-paperless: Fix plist issues after a7f6cbe48fd2 * The 3.14.0 release of Django REST framework got two new static files due newly added CSS source maps. * Bump PORTREVISION due changed package content. MFH: portmgr (blanket, build fix) --- 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 bf82c27baace..736212f4c579 100644 --- a/deskutils/py-paperless/Makefile +++ b/deskutils/py-paperless/Makefile @@ -1,6 +1,6 @@ PORTNAME= paperless PORTVERSION= 2.7.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/deskutils/py-paperless/pkg-plist b/deskutils/py-paperless/pkg-plist index 109d6547b7e8..0c222f156e85 100644 --- a/deskutils/py-paperless/pkg-plist +++ b/deskutils/py-paperless/pkg-plist @@ -502,8 +502,10 @@ man/man7/paperless.7.gz %%WWWDIR%%/static/paperless/img/logo-dark.png %%WWWDIR%%/static/paperless/img/logo-light.png %%WWWDIR%%/static/rest_framework/css/bootstrap-theme.min.css +%%WWWDIR%%/static/rest_framework/css/bootstrap-theme.min.css.map %%WWWDIR%%/static/rest_framework/css/bootstrap-tweaks.css %%WWWDIR%%/static/rest_framework/css/bootstrap.min.css +%%WWWDIR%%/static/rest_framework/css/bootstrap.min.css.map %%WWWDIR%%/static/rest_framework/css/default.css %%WWWDIR%%/static/rest_framework/css/font-awesome-4.0.3.css %%WWWDIR%%/static/rest_framework/css/prettify.css
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210091659.299Gx8Kt044258>