Index: head/devel/py-billiard/Makefile =================================================================== --- head/devel/py-billiard/Makefile (revision 457823) +++ head/devel/py-billiard/Makefile (revision 457824) @@ -1,18 +1,18 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= billiard -PORTVERSION= 3.3.0.23 +PORTVERSION= 3.5.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wg@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Python multiprocessing fork with improvements and bugfixes LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils autoplist .include Index: head/devel/py-billiard/distinfo =================================================================== --- head/devel/py-billiard/distinfo (revision 457823) +++ head/devel/py-billiard/distinfo (revision 457824) @@ -1,2 +1,3 @@ -SHA256 (billiard-3.3.0.23.tar.gz) = 692a2a5a55ee39a42bcb7557930e2541da85df9ea81c6e24827f63b80cd39d0b -SIZE (billiard-3.3.0.23.tar.gz) = 151675 +TIMESTAMP = 1513951392 +SHA256 (billiard-3.5.0.3.tar.gz) = 1d7b22bdc47aa52841120fcd22a74ae4fc8c13e9d3935643098184f5788c3ce6 +SIZE (billiard-3.5.0.3.tar.gz) = 149339 Index: head/devel/py-billiard/pkg-descr =================================================================== --- head/devel/py-billiard/pkg-descr (revision 457823) +++ head/devel/py-billiard/pkg-descr (revision 457824) @@ -1,7 +1,7 @@ -billiard is a fork of the Python 2.7 multiprocessing package. -The multiprocessing package itself is a renamed and updated version -of R Oudkerk's pyprocessing package. This standalone variant is intended +billiard is a fork of the Python 2.7 multiprocessing package. The +multiprocessing package itself is a renamed and updated version of +R Oudkerk's pyprocessing package. This standalone variant is intended to be compatible with Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk. WWW: https://github.com/celery/billiard