Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2023 11:38:43 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a3ede90709b2 - main - www/py-gunicorn: Fix runtime after net/py-eventlet update
Message-ID:  <202305021138.342BchKc091637@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3ede90709b2ef320f382272ae085895df8000aa

commit a3ede90709b2ef320f382272ae085895df8000aa
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-02 08:31:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-02 11:38:32 +0000

    www/py-gunicorn: Fix runtime after net/py-eventlet update
    
    PR:             271180
    Reported by:    acm
---
 www/py-gunicorn/Makefile | 4 ++++
 www/py-gunicorn/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile
index 5f1816716ee3..6dec8dbcf187 100644
--- a/www/py-gunicorn/Makefile
+++ b/www/py-gunicorn/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gunicorn
 PORTVERSION=	20.1.0
+PORTREVISION=	1
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MASTER_SITES=	PYPI
@@ -11,6 +12,9 @@ WWW=		https://gunicorn.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+PATCH_SITES=	https://github.com/benoitc/${PORTNAME}/commit/
+PATCHFILES=	1299ea9e967a61ae2edebe191082fd169b864c64.patch:-p1
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
diff --git a/www/py-gunicorn/distinfo b/www/py-gunicorn/distinfo
index 609a15b77f2c..d04266167419 100644
--- a/www/py-gunicorn/distinfo
+++ b/www/py-gunicorn/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1646846134
+TIMESTAMP = 1682968004
 SHA256 (gunicorn-20.1.0.tar.gz) = e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8
 SIZE (gunicorn-20.1.0.tar.gz) = 370601
+SHA256 (1299ea9e967a61ae2edebe191082fd169b864c64.patch) = f1e50da884cee34fd2b8b068215bdc9b86cc07b95ad2862b0b73f82b3d52ac7c
+SIZE (1299ea9e967a61ae2edebe191082fd169b864c64.patch) = 1880



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305021138.342BchKc091637>