pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mitmproxy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 28 08:29:03 UTC 2024

Modified Files:
        pkgsrc/net/mitmproxy: Makefile

Log Message:
mitmproxy: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/mitmproxy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/mitmproxy/Makefile
diff -u pkgsrc/net/mitmproxy/Makefile:1.46 pkgsrc/net/mitmproxy/Makefile:1.47
--- pkgsrc/net/mitmproxy/Makefile:1.46  Sat Jan  6 23:39:24 2024
+++ pkgsrc/net/mitmproxy/Makefile       Sun Jan 28 08:29:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2024/01/06 23:39:24 leot Exp $
+# $NetBSD: Makefile,v 1.47 2024/01/28 08:29:03 wiz Exp $
 
 DISTNAME=      mitmproxy-10.2.1
 CATEGORIES=    net
@@ -9,6 +9,7 @@ HOMEPAGE=       https://mitmproxy.org/
 COMMENT=       Interactive TLS-capable intercepting HTTP proxy
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-aioquic>=0.9.24:../../www/py-aioquic
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.2.10:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-brotli>=1.0:../../archivers/py-brotli



Home | Main Index | Thread Index | Old Index