From 05e9511878fc390922c2df3a331b321e43aef1ef Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 18 Apr 2019 17:10:36 +0000 Subject: Update to 2.22.3. See http://svn.tools.ietf.org/svn/tools/xml2rfc/tags/cli/2.22.3/changelog for a list of changes in this release. --- textproc/xml2rfc/Makefile | 13 +++++++++---- textproc/xml2rfc/distinfo | 6 +++--- textproc/xml2rfc/files/patch-requirements.txt | 11 +++++++++++ textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt | 11 +++++++++++ textproc/xml2rfc/pkg-descr | 4 ++-- 5 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 textproc/xml2rfc/files/patch-requirements.txt create mode 100644 textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt (limited to 'textproc') diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 75df83427889..d6f176f11935 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -2,19 +2,24 @@ # $FreeBSD$ PORTNAME= xml2rfc -PORTVERSION= 2.8.4 -PORTREVISION= 1 +PORTVERSION= 2.22.3 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/xml2rfc2/cli/ MAINTAINER= marcus@FreeBSD.org -COMMENT= Tool to create RFCs and related documents from XML, as per RFC2629 +COMMENT= Tool to create RFCs and related documents from XML LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}country>=1.8:devel/py-country@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.8.1:devel/py-pyflakes@${PY_FLAVOR} \ + ${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} USES= python USE_PYTHON= distutils autoplist concurrent optsuffix diff --git a/textproc/xml2rfc/distinfo b/textproc/xml2rfc/distinfo index 62475a12ecc0..2d3901d611b0 100644 --- a/textproc/xml2rfc/distinfo +++ b/textproc/xml2rfc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516054593 -SHA256 (xml2rfc-2.8.4.tar.gz) = e2fe8e73c5b3233f0418d6a7beb61b789195abbb58b35e16aa7c528ef46b19cc -SIZE (xml2rfc-2.8.4.tar.gz) = 1728115 +TIMESTAMP = 1555593477 +SHA256 (xml2rfc-2.22.3.tar.gz) = 943bdb59c532be2ae4981d1cdaa56191e4d2fa0a79cf13125a8ac1a06b391e4e +SIZE (xml2rfc-2.22.3.tar.gz) = 3914910 diff --git a/textproc/xml2rfc/files/patch-requirements.txt b/textproc/xml2rfc/files/patch-requirements.txt new file mode 100644 index 000000000000..664365d045c0 --- /dev/null +++ b/textproc/xml2rfc/files/patch-requirements.txt @@ -0,0 +1,11 @@ +--- requirements.txt.orig 2019-02-14 14:17:04 UTC ++++ requirements.txt +@@ -1,7 +1,7 @@ + google-i18n-address>=2.3.2 + html5lib>=1.0.1 + intervaltree>=2.1.0,!=3.0.0 +-lxml>=2.2.8,!=4.3.1 ++lxml>=2.2.8 + pycountry>=1.8 + pyflakes>=0.8.1 + requests>=2.5.0 diff --git a/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt b/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt new file mode 100644 index 000000000000..9f6a0434b275 --- /dev/null +++ b/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt @@ -0,0 +1,11 @@ +--- xml2rfc.egg-info/requires.txt.orig 2019-04-08 11:17:38 UTC ++++ xml2rfc.egg-info/requires.txt +@@ -1,7 +1,7 @@ + google-i18n-address>=2.3.2 + html5lib>=1.0.1 + intervaltree!=3.0.0,>=2.1.0 +-lxml!=4.3.1,>=2.2.8 ++lxml>=2.2.8 + pycountry>=1.8 + pyflakes>=0.8.1 + requests>=2.5.0 diff --git a/textproc/xml2rfc/pkg-descr b/textproc/xml2rfc/pkg-descr index 2c8ff75e7eea..172f4f57a0fd 100644 --- a/textproc/xml2rfc/pkg-descr +++ b/textproc/xml2rfc/pkg-descr @@ -1,5 +1,5 @@ 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 RFC 2629. +in RFCs 7749 and 7991. -WWW: http://xml.resource.org/ +WWW: https://xml2rfc.tools.ietf.org/ -- cgit