View | Details | Raw Unified | Return to bug 257073 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/mitmproxy/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	mitmproxy
3
PORTNAME=	mitmproxy
4
PORTVERSION=	6.0.2
4
PORTVERSION=	6.0.2
5
PORTREVISION=	1
5
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
8
Lines 11-17 COMMENT= SSL-capable man-in-the-middle proxy Link Here
11
LICENSE=	MIT
12
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.2.10<3.4:www/py-asgiref@${PY_FLAVOR} \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.2.10<3.5:www/py-asgiref@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}blinker>=1.4<1.5:devel/py-blinker@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}blinker>=1.4<1.5:devel/py-blinker@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}brotli>=1.0<1.1:archivers/py-brotli@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}brotli>=1.0<1.1:archivers/py-brotli@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}certifi>=2019.9.11:security/py-certifi@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}certifi>=2019.9.11:security/py-certifi@${PY_FLAVOR} \
(-)b/www/mitmproxy/files/patch-setup.py (-3 / +12 lines)
Lines 1-6 Link Here
1
--- setup.py.orig	2021-06-30 07:08:47 UTC
1
--- setup.py.orig	2020-12-16 00:41:27.000000000 +0800
2
+++ setup.py
2
+++ setup.py	2021-07-11 04:55:23.849196000 +0800
3
@@ -91,7 +91,7 @@ setup(
3
@@ -67,7 +67,7 @@
4
     # https://packaging.python.org/en/latest/requirements/#install-requires
5
     # It is not considered best practice to use install_requires to pin dependencies to specific versions.
6
     install_requires=[
7
-        "asgiref>=3.2.10,<3.4",
8
+        "asgiref>=3.2.10,<3.5",
9
         "blinker>=1.4, <1.5",
10
         "Brotli>=1.0,<1.1",
11
         "certifi>=2019.9.11",  # no semver here - this should always be on the last release!
12
@@ -91,7 +91,7 @@
4
         "urwid>=2.1.1,<2.2",
13
         "urwid>=2.1.1,<2.2",
5
         "wsproto>=1.0,<1.1",
14
         "wsproto>=1.0,<1.1",
6
         "publicsuffix2>=2.20190812,<3",
15
         "publicsuffix2>=2.20190812,<3",

Return to bug 257073