git: c7716dd9b251 - main - devel/py-gitlab-webhook-handler: fix dependency fallout after 3232af18957315da73e0e4105cac869d8cb3c6b1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Nov 2023 12:00:01 UTC
The branch main has been updated by michaelo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c7716dd9b25149f67327b8b5677608f59652dabb
commit c7716dd9b25149f67327b8b5677608f59652dabb
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2023-11-30 10:40:25 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2023-11-30 11:59:38 +0000
devel/py-gitlab-webhook-handler: fix dependency fallout after 3232af18957315da73e0e4105cac869d8cb3c6b1
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D42849
---
devel/py-gitlab-webhook-handler/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-gitlab-webhook-handler/Makefile b/devel/py-gitlab-webhook-handler/Makefile
index 913004403b4a..4cf0e5d16d0a 100644
--- a/devel/py-gitlab-webhook-handler/Makefile
+++ b/devel/py-gitlab-webhook-handler/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gitlab-webhook-handler
DISTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= devel www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ WWW= https://github.com/ahebrank/gitlab-webhook-handler
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=1.0:www/py-flask@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=1.0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.19.0:www/py-requests@${PY_FLAVOR}
USES= cpe python