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

Joe Marcus Clarke marcus at FreeBSD.org
Wed Feb 12 23:34:20 UTC 2014


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 at 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.
+ )


More information about the svn-ports-head mailing list