git: 7d72d6dbf0d1 - main - security/py-iris-webhooks-module: Fix py-requests port path in RUN_DEPENDS

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Sun, 30 Apr 2023 06:55:30 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d72d6dbf0d1e50c6ea0ecc5ec0d865e6e06af27

commit 7d72d6dbf0d1e50c6ea0ecc5ec0d865e6e06af27
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-30 06:52:06 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-30 06:52:06 +0000

    security/py-iris-webhooks-module: Fix py-requests port path in RUN_DEPENDS
    
    Reported by:    cperciva
---
 security/py-iris-webhooks-module/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/py-iris-webhooks-module/Makefile b/security/py-iris-webhooks-module/Makefile
index a2e94c6dbee0..24d446884017 100644
--- a/security/py-iris-webhooks-module/Makefile
+++ b/security/py-iris-webhooks-module/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/dfir-iris/iris-webhooks-module
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:devel/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}iris-module-interface>0:security/py-iris-module-interface@${PY_FLAVOR}
 
 USE_GITHUB=	yes