Index: head/www/py-waitress/Makefile =================================================================== --- head/www/py-waitress/Makefile (revision 492392) +++ head/www/py-waitress/Makefile (revision 492393) @@ -1,19 +1,21 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= waitress -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= python@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python WSGI server LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes .include Index: head/www/py-waitress/distinfo =================================================================== --- head/www/py-waitress/distinfo (revision 492392) +++ head/www/py-waitress/distinfo (revision 492393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548197107 -SHA256 (waitress-1.2.0.tar.gz) = e624c829656ffc99b33d661072b2814885ae92835cf835ee8ab283ddb7c915b9 -SIZE (waitress-1.2.0.tar.gz) = 161902 +TIMESTAMP = 1549565190 +SHA256 (waitress-1.2.1.tar.gz) = c369e238bd81ef7d61f04825f06f107c42094de60d13d8de8e71952c7c683dfe +SIZE (waitress-1.2.1.tar.gz) = 162588 Index: head/www/py-waitress/pkg-descr =================================================================== --- head/www/py-waitress/pkg-descr (revision 492392) +++ head/www/py-waitress/pkg-descr (revision 492393) @@ -1,3 +1,5 @@ -Waitress, is pure Python WSGI server. +Waitress is meant to be a production-quality pure-Python WSGI server with very +acceptable performance. It has no dependencies except ones which live in the +Python standard library. -WWW: https://pypi.org/project/waitress/ +WWW: https://github.com/Pylons/waitress