Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2020 13:26:11 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552819 - in head/textproc/xml2rfc: . files
Message-ID:  <202010201326.09KDQBmj003303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Tue Oct 20 13:26:11 2020
New Revision: 552819
URL: https://svnweb.freebsd.org/changeset/ports/552819

Log:
  Update to 3.3.0.
  
  Among many changes, this removes support for Python 2 and adds support for the
  v3 grammar as described in https://tools.ietf.org/html/draft-iab-rfc7991bis-03.

Deleted:
  head/textproc/xml2rfc/files/
Modified:
  head/textproc/xml2rfc/Makefile
  head/textproc/xml2rfc/distinfo
  head/textproc/xml2rfc/pkg-descr

Modified: head/textproc/xml2rfc/Makefile
==============================================================================
--- head/textproc/xml2rfc/Makefile	Tue Oct 20 13:25:18 2020	(r552818)
+++ head/textproc/xml2rfc/Makefile	Tue Oct 20 13:26:11 2020	(r552819)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xml2rfc
-PORTVERSION=	2.47.0
+PORTVERSION=	3.3.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://tools.ietf.org/tools/xml2rfc2/cli/
 
@@ -20,9 +20,14 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:devel/
 		${PYTHON_PKGNAMEPREFIX}intervaltree>=3.0.1:devel/py-intervaltree@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-i18n-address>=2.3.2:devel/py-google-i18n-address@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}html5lib>=1.0.1:www/py-html5lib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}kitchen>=1.2.6:devel/py-kitchen@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}kitchen>=1.2.6:devel/py-kitchen@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.4:devel/py-appdirs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}configargparse>=1.2.3:devel/py-configargparse@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11: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}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist concurrent optsuffix
 
 .include <bsd.port.mk>

Modified: head/textproc/xml2rfc/distinfo
==============================================================================
--- head/textproc/xml2rfc/distinfo	Tue Oct 20 13:25:18 2020	(r552818)
+++ head/textproc/xml2rfc/distinfo	Tue Oct 20 13:26:11 2020	(r552819)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596971764
-SHA256 (xml2rfc-2.47.0.tar.gz) = 7f621ed0e5a30c2b67c0e50778627b7a35e1ccfea9db19ea89b4c72a8faf42c0
-SIZE (xml2rfc-2.47.0.tar.gz) = 4054085
+TIMESTAMP = 1603199636
+SHA256 (xml2rfc-3.3.0.tar.gz) = ad670799a2b500b7874819628ab3ad7c7bc6cee93646d7e98569f34db3e75bce
+SIZE (xml2rfc-3.3.0.tar.gz) = 4468224

Modified: head/textproc/xml2rfc/pkg-descr
==============================================================================
--- head/textproc/xml2rfc/pkg-descr	Tue Oct 20 13:25:18 2020	(r552818)
+++ head/textproc/xml2rfc/pkg-descr	Tue Oct 20 13:26:11 2020	(r552819)
@@ -1,5 +1,6 @@
 This is a port of xml2rfc, a tool for producing documents formatted
 according to the requirements of the RFC editor from XML, as described
-in RFCs 7749 and 7991.
+in RFCs 7749 and 7991 (as well as the v3 syntax currently described in
+https://tools.ietf.org/html/draft-iab-rfc7991bis).
 
 WWW: https://xml2rfc.tools.ietf.org/



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