From owner-svn-ports-all@freebsd.org Fri Sep 6 16:06:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F13C4F71AB; Fri, 6 Sep 2019 16:06:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Q2V051zqz4WqZ; Fri, 6 Sep 2019 16:06:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 911071F4B2; Fri, 6 Sep 2019 16:06:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x86G60Tt038105; Fri, 6 Sep 2019 16:06:00 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x86G5xGC038097; Fri, 6 Sep 2019 16:05:59 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201909061605.x86G5xGC038097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Fri, 6 Sep 2019 16:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511324 - in head/textproc/xml2rfc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: marcus X-SVN-Commit-Paths: in head/textproc/xml2rfc: . files X-SVN-Commit-Revision: 511324 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2019 16:06:01 -0000 Author: marcus Date: Fri Sep 6 16:05:59 2019 New Revision: 511324 URL: https://svnweb.freebsd.org/changeset/ports/511324 Log: Update to 2.26.0. See https://pypi.org/project/xml2rfc/ for a list of changes. Modified: head/textproc/xml2rfc/Makefile head/textproc/xml2rfc/distinfo head/textproc/xml2rfc/files/patch-requirements.txt head/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt Modified: head/textproc/xml2rfc/Makefile ============================================================================== --- head/textproc/xml2rfc/Makefile Fri Sep 6 15:58:47 2019 (r511323) +++ head/textproc/xml2rfc/Makefile Fri Sep 6 16:05:59 2019 (r511324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xml2rfc -PORTVERSION= 2.23.0 +PORTVERSION= 2.26.0 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/xml2rfc2/cli/ @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:devel/ ${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} + ${PYTHON_PKGNAMEPREFIX}html5lib>=1.0.1:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}kitchen>=1.2.6:devel/py-kitchen@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist concurrent optsuffix Modified: head/textproc/xml2rfc/distinfo ============================================================================== --- head/textproc/xml2rfc/distinfo Fri Sep 6 15:58:47 2019 (r511323) +++ head/textproc/xml2rfc/distinfo Fri Sep 6 16:05:59 2019 (r511324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561911063 -SHA256 (xml2rfc-2.23.0.tar.gz) = ce528fbc87facaafa70ff8d95b45f18a4d3819eada16325bbae3808bc625bb26 -SIZE (xml2rfc-2.23.0.tar.gz) = 3920108 +TIMESTAMP = 1567785453 +SHA256 (xml2rfc-2.26.0.tar.gz) = 89bd9baea8d9c1c4f0a9c4eaf12b9fbe1b1996e1923254d140cbe595b56d9559 +SIZE (xml2rfc-2.26.0.tar.gz) = 3910653 Modified: head/textproc/xml2rfc/files/patch-requirements.txt ============================================================================== --- head/textproc/xml2rfc/files/patch-requirements.txt Fri Sep 6 15:58:47 2019 (r511323) +++ head/textproc/xml2rfc/files/patch-requirements.txt Fri Sep 6 16:05:59 2019 (r511324) @@ -1,11 +1,11 @@ ---- requirements.txt.orig 2019-02-14 14:17:04 UTC +--- requirements.txt.orig 2019-08-26 12:39:42 UTC +++ requirements.txt -@@ -1,7 +1,7 @@ - google-i18n-address>=2.3.2 +@@ -2,7 +2,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 + kitchen>=1.2.6 +-lxml>=2.2.8,!=4.3.1 +lxml>=2.2.8 - pycountry>=1.8 + pycountry>=1.8,!=19.7.15 pyflakes>=0.8.1 requests>=2.5.0 Modified: head/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt ============================================================================== --- head/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt Fri Sep 6 15:58:47 2019 (r511323) +++ head/textproc/xml2rfc/files/patch-xml2rfc.egg-info_requires.txt Fri Sep 6 16:05:59 2019 (r511324) @@ -1,11 +1,11 @@ ---- xml2rfc.egg-info/requires.txt.orig 2019-04-08 11:17:38 UTC +--- xml2rfc.egg-info/requires.txt.orig 2019-09-03 19:57:24 UTC +++ xml2rfc.egg-info/requires.txt -@@ -1,7 +1,7 @@ - google-i18n-address>=2.3.2 +@@ -2,7 +2,7 @@ google-i18n-address>=2.3.2 html5lib>=1.0.1 intervaltree!=3.0.0,>=2.1.0 + kitchen>=1.2.6 -lxml!=4.3.1,>=2.2.8 -+lxml>=2.2.8 - pycountry>=1.8 ++lxml!=4.3.1 + pycountry!=19.7.15,>=1.8 pyflakes>=0.8.1 requests>=2.5.0