On 2015/11/13 14:12, Stuart Henderson wrote:
> Newer zope.interface is needed for letsencrypt, here's an update,
> still seems alright with py-twisted/core's tests. Requires the new
> zope.event port, attached.
> 
> OK to import/update?
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/py-zopeinterface/Makefile,v
> retrieving revision 1.18
> diff -u -p -r1.18 Makefile
> --- Makefile  29 Sep 2015 10:52:12 -0000      1.18
> +++ Makefile  13 Nov 2015 14:06:15 -0000
> @@ -1,9 +1,8 @@
>  # $OpenBSD: Makefile,v 1.18 2015/09/29 10:52:12 sthen Exp $
>  
> -COMMENT=     object interface infrastructure from Zope 3
> +COMMENT=     object interface infrastructure from Zope
>  
> -MODPY_EGG_VERSION=   3.6.1
> -REVISION=    4
> +MODPY_EGG_VERSION=   4.1.3
>  
>  DISTNAME=    zope.interface-${MODPY_EGG_VERSION}
>  PKGNAME=     py-zopeinterface-${MODPY_EGG_VERSION}
> @@ -22,13 +21,8 @@ WANTLIB += pthread
>  MODPY_PI =   Yes
>  
>  MODULES=     lang/python
> +TEST_DEPENDS=        devel/py-zopeevent

py-zopeevent should have been in RUN_DEPENDS as well. Added in my tree.

Reply via email to