Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 20:17:41 GMT
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f8aca4c9734 - main - security/cpfx: correct RUN_DEPENDS
Message-ID:  <202304052017.335KHfTb060613@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304052017.335KHfTb060613>