Index: Makefile =================================================================== --- Makefile (revision 487656) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gunicorn -PORTVERSION= 19.4.5 +PORTVERSION= 19.9.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 487656) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (benoitc-gunicorn-19.4.5_GH0.tar.gz) = b00921adb5c7d786b2b22416a03d0e4586209d754c1dde302c10981bcbf09fe0 -SIZE (benoitc-gunicorn-19.4.5_GH0.tar.gz) = 405132 +TIMESTAMP = 1545028878 +SHA256 (benoitc-gunicorn-19.9.0_GH0.tar.gz) = d593aa13812eadc1f5cffe4a81ccdcbcb25528e5418af1b5138e88fd8c0c2a31 +SIZE (benoitc-gunicorn-19.9.0_GH0.tar.gz) = 401755 Index: files/patch-requirements__test.txt =================================================================== --- files/patch-requirements__test.txt (revision 487656) +++ files/patch-requirements__test.txt (working copy) @@ -1,6 +1,8 @@ ---- requirements_test.txt.orig 2016-01-05 00:10:38 UTC +--- requirements_test.txt.orig 2018-12-17 06:44:21 UTC +++ requirements_test.txt -@@ -1,2 +1 @@ --pytest==2.8.3 --pytest-cov==1.7.0 -+pytest>=2.6.3 +@@ -1,3 +1,3 @@ + coverage>=4.0,<4.4 # TODO: https://github.com/benoitc/gunicorn/issues/1548 +-pytest==3.2.5 # TODO: upgrade to latest version requires drop support to Python 2.6 +-pytest-cov==2.5.1 ++pytest>=3.2.5 # TODO: upgrade to latest version requires drop support to Python 2.6 ++pytest-cov>=2.5.1