git: df843a099067 - main - security/py-xmlsec: Update dependenciew
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Aug 2023 21:55:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=df843a099067bfa1f2eff0545757f7359f7c895a commit df843a099067bfa1f2eff0545757f7359f7c895a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-08-25 21:50:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-25 21:54:51 +0000 security/py-xmlsec: Update dependenciew - Switch to DISTVERSION PR: 273115 --- security/py-xmlsec/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index d5739e9977b4..2c03a2c72c82 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmlsec -PORTVERSION= 1.3.13 +DISTVERSION= 1.3.13 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} LIB_DEPENDS= libltdl.so:devel/libltdl \ - libxmlsec1-nss.so:security/xmlsec1 + libxmlsec1-openssl.so:security/xmlsec1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} USES= gnome pkgconfig pytest python