svn commit: r477520 - head/devel/py-gevent

Mathieu Arnold mat at FreeBSD.org
Sat Aug 18 21:41:01 UTC 2018


On Sat, Aug 18, 2018 at 08:41:29PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Sat Aug 18 20:41:28 2018
> New Revision: 477520
> URL: https://svnweb.freebsd.org/changeset/ports/477520
> 
> Log:
>   Update to 1.3.6
>   
>   Changes:	https://github.com/gevent/gevent/blob/master/CHANGES.rst
> 
> Modified:
>   head/devel/py-gevent/Makefile
>   head/devel/py-gevent/distinfo
> 
> Modified: head/devel/py-gevent/Makefile
> ==============================================================================
> --- head/devel/py-gevent/Makefile	Sat Aug 18 20:41:23 2018	(r477519)
> +++ head/devel/py-gevent/Makefile	Sat Aug 18 20:41:28 2018	(r477520)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	gevent
> -PORTVERSION=	1.3.5
> +PORTVERSION=	1.3.6
>  CATEGORIES=	devel python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -15,8 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
>  
>  LIB_DEPENDS=	libcares.so:dns/c-ares \
>  		libev.so:devel/libev
> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.13:devel/py-greenlet@${PY_FLAVOR}
> -TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.13:devel/py-greenlet@${PY_FLAVOR} \
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.14:devel/py-greenlet@${PY_FLAVOR}
> +TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.14:devel/py-greenlet@${PY_FLAVOR} \
>  		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}

Tests are run after the software is installed, so theree is no need to
repeat RUN_DEPENDS in TEST_DEPENDS.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180818/ae0e0caf/attachment.sig>


More information about the svn-ports-all mailing list