diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-02-13 18:39:27 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-02-13 18:39:27 +0300 |
commit | 509b5d8644a76b8b872b74f9a946e61d9d92f90e (patch) | |
tree | d13b524709f6438444e6e48ecc9e207fd9bc9716 /security/py-xmlsec/Makefile | |
parent | security/xmlsec1: update to 1.3.2 release (+) (diff) |
security/py-xmlsec: unbreak build with xmlsec1-1.3.2 (+)
With hat: office
Diffstat (limited to 'security/py-xmlsec/Makefile')
-rw-r--r-- | security/py-xmlsec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 2c03a2c72c82..14e68043b4ce 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmlsec DISTVERSION= 1.3.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |