On Fri, Apr 29, 2016 at 02:35:28PM -0500, attila wrote:
> Hi ports@,
> 
> While looking at py-lxml's deps I came across an issue in py-html5lib.
> py-lxml 3.6.0 broke "make test" but it turns out it's html5lib's
> fault: it was using lxml incorrectly, the issue was noticed and fixed
> already, but not yet released:
>     https://github.com/lxml/lxml/pull/172#issuecomment-169119391
> 
> This update backports a patch from head of line to address the issue:
> make test wins now with py-lxml 3.6.0.  It also has the happy property
> of not breaking "make test" with the current py-lxml (3.4.3).  It also
> addresses a portcheck nit (line > 80 cols).
> 
> If nobody cares I'll also take MAINTAINER.
> 
> Pax, -A
> --
> http://haqistan.net/~attila | att...@stalphonsos.com | 0x62A729CF

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/py-html5lib/Makefile,v
> retrieving revision 1.11
> diff -u -p -r1.11 Makefile
> --- Makefile  1 Jan 2016 20:22:09 -0000       1.11
> +++ Makefile  27 Apr 2016 00:08:27 -0000
> @@ -6,6 +6,7 @@ MODPY_EGG_VERSION=    0.9999999
>  DISTNAME=            html5lib-${MODPY_EGG_VERSION}
>  PKGNAME=             py-${DISTNAME}
>  CATEGORIES=                  devel www textproc
> +REVISION=            1

REVISION starts at 0

Reply via email to