Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 16:16:04 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21753b3b78f1 - main - textproc/xml2rfc: Update to 3.17.3
Message-ID:  <202306131616.35DGG4xO005867@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21753b3b78f16e73b536d3e88dc7ed6cb29d0a3b

commit 21753b3b78f16e73b536d3e88dc7ed6cb29d0a3b
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2023-06-13 16:15:23 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2023-06-13 16:15:23 +0000

    textproc/xml2rfc: Update to 3.17.3
    
    See https://github.com/ietf-tools/xml2rfc/blob/main/CHANGELOG.md for a
    list of all changes in this and subsequent releases.
---
 textproc/xml2rfc/Makefile | 6 ++++--
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306131616.35DGG4xO005867>