git: fa699c485184 - main - deskutils/py-paperless-ngx: Fixes to man page and examples
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 08:50:02 UTC
The branch main has been updated by grembo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fa699c4851848676bb5ba05663794776262a065e
commit fa699c4851848676bb5ba05663794776262a065e
Author: Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2025-01-24 08:46:15 +0000
Commit: Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2025-01-24 08:49:44 +0000
deskutils/py-paperless-ngx: Fixes to man page and examples
---
deskutils/py-paperless-ngx/Makefile | 1 +
deskutils/py-paperless-ngx/files/nginx.conf.in | 3 ++-
deskutils/py-paperless-ngx/files/paperless-ngx.7.in | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/deskutils/py-paperless-ngx/Makefile b/deskutils/py-paperless-ngx/Makefile
index cff7024af2c1..81cfedddab09 100644
--- a/deskutils/py-paperless-ngx/Makefile
+++ b/deskutils/py-paperless-ngx/Makefile
@@ -1,5 +1,6 @@
PORTNAME= paperless-ngx
PORTVERSION= 2.11.6
+PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= deskutils python
diff --git a/deskutils/py-paperless-ngx/files/nginx.conf.in b/deskutils/py-paperless-ngx/files/nginx.conf.in
index a27919949ec9..d76a3f09c35c 100644
--- a/deskutils/py-paperless-ngx/files/nginx.conf.in
+++ b/deskutils/py-paperless-ngx/files/nginx.conf.in
@@ -15,7 +15,8 @@ http {
}
server {
- listen 443 ssl http2;
+ listen 443 ssl;
+ http2 on;
server_name example.com;
ssl_certificate selfsigned.crt;
diff --git a/deskutils/py-paperless-ngx/files/paperless-ngx.7.in b/deskutils/py-paperless-ngx/files/paperless-ngx.7.in
index 2193dc78734f..7c410e74f4d5 100644
--- a/deskutils/py-paperless-ngx/files/paperless-ngx.7.in
+++ b/deskutils/py-paperless-ngx/files/paperless-ngx.7.in
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 20, 2024
+.Dd January 24, 2025
.Dt PAPERLESS-NGX 7
.Os
.Sh NAME
@@ -389,7 +389,7 @@ Configuration examples, complementary to this man page.
.Xr daemon 8 ,
.Xr service 8
.Pp
-.Pa https://docs.paperless-nginx.com
+.Pa https://docs.paperless-ngx.com
.Sh AUTHORS
.An -nosplit
This manual page was written by