diff --git a/www/mitmproxy/Makefile b/www/mitmproxy/Makefile index c13a80cba6dd3..fc7f32864b311 100644 --- a/www/mitmproxy/Makefile +++ b/www/mitmproxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= mitmproxy PORTVERSION= 7.0.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www python diff --git a/www/mitmproxy/files/patch-setup.py b/www/mitmproxy/files/patch-setup.py index 148d888509852..96342f41ae46e 100644 --- a/www/mitmproxy/files/patch-setup.py +++ b/www/mitmproxy/files/patch-setup.py @@ -1,6 +1,6 @@ --- setup.py.orig 2021-09-28 16:43:29 UTC +++ setup.py -@@ -67,7 +67,7 @@ setup( +@@ -67,14 +67,14 @@ setup( # https://packaging.python.org/en/latest/requirements/#install-requires # It is not considered best practice to use install_requires to pin dependencies to specific versions. install_requires=[ @@ -9,6 +9,14 @@ "blinker>=1.4, <1.5", "Brotli>=1.0,<1.1", "certifi>=2019.9.11", # no semver here - this should always be on the last release! + "click>=7.0,<8.1", + "cryptography>=3.3,<3.5", + "flask>=1.1.1,<2.1", +- "h11>=0.11,<0.13", ++ "h11>=0.11,<0.14", + "h2>=4.0,<5", + "hyperframe>=6.0,<7", + "kaitaistruct>=0.7,<0.10", @@ -83,7 +83,7 @@ setup( "passlib>=1.6.5, <1.8", "protobuf>=3.14,<3.19",