diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-07 16:05:33 +0800 |
commit | 1a80ec7c2281900b82b228ee3a7b070c8ca4286e (patch) | |
tree | 2e559a47aac23d474a93b5daa1100150e83b1824 /security/py-detect-secrets | |
parent | lang/nll: update to 20240703a (diff) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to 'security/py-detect-secrets')
-rw-r--r-- | security/py-detect-secrets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-detect-secrets/Makefile b/security/py-detect-secrets/Makefile index 4d4478164f0c..276afaefebfa 100644 --- a/security/py-detect-secrets/Makefile +++ b/security/py-detect-secrets/Makefile @@ -1,5 +1,6 @@ PORTNAME= detect-secrets PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python |