From df843a099067bfa1f2eff0545757f7359f7c895a Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Fri, 25 Aug 2023 23:50:48 +0200 Subject: [PATCH] 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