svn commit: r499281 - in head/textproc/xml2rfc: . files

Joe Marcus Clarke marcus at FreeBSD.org
Thu Apr 18 17:10:38 UTC 2019


Author: marcus
Date: Thu Apr 18 17:10:36 2019
New Revision: 499281
URL: https://svnweb.freebsd.org/changeset/ports/499281

Log:
  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.

Added:
  head/textproc/xml2rfc/files/
  head/textproc/xml2rfc/files/patch-requirements.txt   (contents, props changed)
  head/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt   (contents, props changed)
Modified:
  head/textproc/xml2rfc/Makefile
  head/textproc/xml2rfc/distinfo
  head/textproc/xml2rfc/pkg-descr

Modified: head/textproc/xml2rfc/Makefile
==============================================================================
--- head/textproc/xml2rfc/Makefile	Thu Apr 18 17:09:55 2019	(r499280)
+++ head/textproc/xml2rfc/Makefile	Thu Apr 18 17:10:36 2019	(r499281)
@@ -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 at 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

Modified: head/textproc/xml2rfc/distinfo
==============================================================================
--- head/textproc/xml2rfc/distinfo	Thu Apr 18 17:09:55 2019	(r499280)
+++ head/textproc/xml2rfc/distinfo	Thu Apr 18 17:10:36 2019	(r499281)
@@ -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

Added: head/textproc/xml2rfc/files/patch-requirements.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xml2rfc/files/patch-requirements.txt	Thu Apr 18 17:10:36 2019	(r499281)
@@ -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

Added: head/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt	Thu Apr 18 17:10:36 2019	(r499281)
@@ -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

Modified: head/textproc/xml2rfc/pkg-descr
==============================================================================
--- head/textproc/xml2rfc/pkg-descr	Thu Apr 18 17:09:55 2019	(r499280)
+++ head/textproc/xml2rfc/pkg-descr	Thu Apr 18 17:10:36 2019	(r499281)
@@ -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/


More information about the svn-ports-all mailing list