Date: Thu, 2 May 2024 22:31:00 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98fe1eed93b3 - main - www/py-gunicorn: Fix rc script Message-ID: <202405022231.442MV0oY005439@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=98fe1eed93b3b7b2b12c4b66aede4f4c44d9c863 commit 98fe1eed93b3b7b2b12c4b66aede4f4c44d9c863 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-05-02 22:15:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-05-02 22:15:46 +0000 www/py-gunicorn: Fix rc script --- www/py-gunicorn/Makefile | 1 + www/py-gunicorn/files/gunicorn.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index bf9f7bf62a8d..55af03382da3 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,5 +1,6 @@ PORTNAME= gunicorn DISTVERSION= 22.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-gunicorn/files/gunicorn.in b/www/py-gunicorn/files/gunicorn.in index f0c995224af2..86d3e2d3cad2 100644 --- a/www/py-gunicorn/files/gunicorn.in +++ b/www/py-gunicorn/files/gunicorn.in @@ -20,7 +20,7 @@ rcvar=gunicorn_enable load_rc_config $name : ${gunicorn_enable:=NO} -: ${gunicorn_config=%%PREFIX%%/gunicorn/gunicorn.conf.py} +: ${gunicorn_config=%%PREFIX%%/etc/gunicorn/gunicorn.conf.py} : ${gunicorn_user=%%USERS%%} : ${gunicorn_group=%%GROUPS%%}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405022231.442MV0oY005439>