Date: Tue, 29 Aug 2023 07:15:27 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: 94d66be03f51 - main - www/py-gunicorn: Fix missing DEPENDS Message-ID: <202308290715.37T7FR0e041528@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=94d66be03f513632b17c91da346b7b17f2a48afd commit 94d66be03f513632b17c91da346b7b17f2a48afd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-29 06:55:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-29 07:15:13 +0000 www/py-gunicorn: Fix missing DEPENDS PR: 273412 Reported by: ultima --- www/py-gunicorn/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index dd7397721353..95024a4562ed 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -1,5 +1,6 @@ PORTNAME= gunicorn PORTVERSION= 21.2.0 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MASTER_SITES= PYPI @@ -11,6 +12,7 @@ WWW= https://gunicorn.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} USES= cpe python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308290715.37T7FR0e041528>