aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-08-25 21:50:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-25 21:54:51 +0000
commitdf843a099067bfa1f2eff0545757f7359f7c895a (patch)
tree1df433b0b46b65719da0be7e84f66d87f06ebc26
parentdc226fe320b057e8d8ab3975cd2044340a5b47e0 (diff)
downloadports-df843a099067bfa1f2eff0545757f7359f7c895a.tar.gz
ports-df843a099067bfa1f2eff0545757f7359f7c895a.zip
security/py-xmlsec: Update dependenciew
- Switch to DISTVERSION PR: 273115
-rw-r--r--security/py-xmlsec/Makefile5
1 files 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