diff options
-rw-r--r-- | textproc/xml2rfc/Makefile | 6 | ||||
-rw-r--r-- | textproc/xml2rfc/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 8e1432235d4b..c4bcf6c9dc3a 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -1,5 +1,5 @@ PORTNAME= xml2rfc -PORTVERSION= 3.17.0 +PORTVERSION= 3.17.3 CATEGORIES= textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configargparse>=1.2.3:devel/py-configargparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=24.2.0:devel/py-setuptools@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools>=24.2.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}markupsafe>=2.1.1:textproc/py-markupsafe@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.2.5:devel/py-wcwidth@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= distutils autoplist concurrent optsuffix diff --git a/textproc/xml2rfc/distinfo b/textproc/xml2rfc/distinfo index 20ecd657ffd3..2d035a02582f 100644 --- a/textproc/xml2rfc/distinfo +++ b/textproc/xml2rfc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680438882 -SHA256 (xml2rfc-3.17.0.tar.gz) = 33a4a11178c791db25fdf733e04fdc28c3660c94d0fe83b3b2799ef23f547003 -SIZE (xml2rfc-3.17.0.tar.gz) = 2644479 +TIMESTAMP = 1686672745 +SHA256 (xml2rfc-3.17.3.tar.gz) = 535b7f701a5d87be8fb8ecdefcef486b11fa454bf0be236c6378c20ca57f28c5 +SIZE (xml2rfc-3.17.3.tar.gz) = 2644592 |