git: 2f8aca4c9734 - main - security/cpfx: correct RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 20:17:41 UTC
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f8aca4c973468c138ed8492b7b39aa986266dbd commit 2f8aca4c973468c138ed8492b7b39aa986266dbd Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2023-04-05 20:16:59 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2023-04-05 20:16:59 +0000 security/cpfx: correct RUN_DEPENDS Remove extra prefixes. --- security/cpfx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/cpfx/Makefile b/security/cpfx/Makefile index 7fa15113dba9..e32d20fd6426 100644 --- a/security/cpfx/Makefile +++ b/security/cpfx/Makefile @@ -10,8 +10,8 @@ WWW= https://github.com/li0ard/cpfx LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=2.6.0:devel/py-asn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/py-pygost@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/py-pyderasn@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pygost>=5.11:security/pygost@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyderasn>=9.3:devel/pyderasn@${PY_FLAVOR} PLIST_FILES= bin/cpfx.py bin/schemas.py USES= python