diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index 1b9d0dee1b0..e8c62a22fc6 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gunicorn -PORTVERSION= 19.4.5 +PORTVERSION= 19.9.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo index 410e35cc94c..f568af0f1f3 100644 --- a/www/py-gunicorn/distinfo +++ b/www/py-gunicorn/distinfo @@ -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 = 1551828009 +SHA256 (benoitc-gunicorn-19.9.0_GH0.tar.gz) = d593aa13812eadc1f5cffe4a81ccdcbcb25528e5418af1b5138e88fd8c0c2a31 +SIZE (benoitc-gunicorn-19.9.0_GH0.tar.gz) = 401755 diff --git a/www/py-gunicorn/files/patch-requirements__test.txt b/www/py-gunicorn/files/patch-requirements__test.txt deleted file mode 100644 index 869a095c197..00000000000 --- a/www/py-gunicorn/files/patch-requirements__test.txt +++ /dev/null @@ -1,6 +0,0 @@ ---- requirements_test.txt.orig 2016-01-05 00:10:38 UTC -+++ requirements_test.txt -@@ -1,2 +1 @@ --pytest==2.8.3 --pytest-cov==1.7.0 -+pytest>=2.6.3