git: d2726a637716 - main - deskutils/py-paperless-ngx: Fix manpage reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 19:23:31 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2726a637716ab5baf7025e7f79fa545c0bc57ff commit d2726a637716ab5baf7025e7f79fa545c0bc57ff Author: Malte Krupa <github-nqyroppg@nafn.de> AuthorDate: 2024-10-12 08:53:21 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-11-04 19:23:24 +0000 deskutils/py-paperless-ngx: Fix manpage reference Pull Request: https://github.com/freebsd/freebsd-ports/pull/310 --- deskutils/py-paperless-ngx/Makefile | 1 + deskutils/py-paperless-ngx/files/patch-paperless.conf.example | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deskutils/py-paperless-ngx/Makefile b/deskutils/py-paperless-ngx/Makefile index f82b3bbb92c5..5575ef01b670 100644 --- a/deskutils/py-paperless-ngx/Makefile +++ b/deskutils/py-paperless-ngx/Makefile @@ -1,6 +1,7 @@ PORTNAME= paperless-ngx PORTVERSION= 2.11.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/:webui \ GH:gh diff --git a/deskutils/py-paperless-ngx/files/patch-paperless.conf.example b/deskutils/py-paperless-ngx/files/patch-paperless.conf.example index bdcd8442a6e7..fe40bb7b43a4 100644 --- a/deskutils/py-paperless-ngx/files/patch-paperless.conf.example +++ b/deskutils/py-paperless-ngx/files/patch-paperless.conf.example @@ -55,6 +55,6 @@ #PAPERLESS_CONVERT_BINARY=/usr/bin/convert #PAPERLESS_GS_BINARY=/usr/bin/gs + -+# NLTK settings - see `man 7 paperless` ++# NLTK settings - see `man 7 paperless-ngx` +PAPERLESS_NLTK_DIR=/var/db/paperless/nltkdata +PAPERLESS_ENABLE_NLTK=yes