Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 23:34:19 +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: r344034 - in head/textproc/xml2rfc: . files
Message-ID:  <201402122334.s1CNYJwK048421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Wed Feb 12 23:34:19 2014
New Revision: 344034
URL: http://svnweb.freebsd.org/changeset/ports/344034
QAT: https://qat.redports.org/buildarchive/r344034/

Log:
  Allow lxml 3.2.5 to be used.  More patches may be forthcoming as we uncover
  what issues might exist beyond 3.2.1.
  
  Submitted by:	Rob Austein <sra@hactrn.net>

Added:
  head/textproc/xml2rfc/files/
  head/textproc/xml2rfc/files/patch-setup-lxml   (contents, props changed)
Modified:
  head/textproc/xml2rfc/Makefile

Modified: head/textproc/xml2rfc/Makefile
==============================================================================
--- head/textproc/xml2rfc/Makefile	Wed Feb 12 23:32:24 2014	(r344033)
+++ head/textproc/xml2rfc/Makefile	Wed Feb 12 23:34:19 2014	(r344034)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xml2rfc
 PORTVERSION=	2.4.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://tools.ietf.org/tools/xml2rfc2/cli/
 

Added: head/textproc/xml2rfc/files/patch-setup-lxml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/xml2rfc/files/patch-setup-lxml	Wed Feb 12 23:34:19 2014	(r344034)
@@ -0,0 +1,10 @@
+--- setup.py.~1~	2014-01-17 14:28:33.000000000 -0500
++++ setup.py	2014-02-12 08:26:27.000000000 -0500
+@@ -89,6 +89,6 @@
+     package_data={'xml2rfc': ['templates/*',
+                               ]},
+ 
+-    install_requires = ['lxml >=2.2.8', 'lxml <= 3.2.1' ],
++    install_requires = ['lxml >=2.2.8' ],
+     zip_safe = False,                   # We're reading templates from a package directory.
+ )



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