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:           Fri Apr 25 11:12:32 UTC 2025

Modified Files:
        pkgsrc/net/mitmproxy: Makefile PLIST

Log Message:
mitmproxy: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/mitmproxy/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/mitmproxy/PLIST

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.51 pkgsrc/net/mitmproxy/Makefile:1.52
--- pkgsrc/net/mitmproxy/Makefile:1.51  Thu Feb  6 13:22:10 2025
+++ pkgsrc/net/mitmproxy/Makefile       Fri Apr 25 11:12:32 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2025/02/06 13:22:10 adam Exp $
+# $NetBSD: Makefile,v 1.52 2025/04/25 11:12:32 wiz Exp $
 
 DISTNAME=      mitmproxy-11.1.2
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  https://downloads.mitmproxy.org/${PKGVERSION_NOREV}/
 
@@ -9,7 +10,7 @@ HOMEPAGE=      https://mitmproxy.org/
 COMMENT=       Interactive TLS-capable intercepting HTTP proxy
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-aioquic>=1.1.0:../../www/py-aioquic
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.2.10:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-brotli>=1.0:../../archivers/py-brotli

Index: pkgsrc/net/mitmproxy/PLIST
diff -u pkgsrc/net/mitmproxy/PLIST:1.23 pkgsrc/net/mitmproxy/PLIST:1.24
--- pkgsrc/net/mitmproxy/PLIST:1.23     Thu Feb  6 13:22:10 2025
+++ pkgsrc/net/mitmproxy/PLIST  Fri Apr 25 11:12:32 2025
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.23 2025/02/06 13:22:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2025/04/25 11:12:32 wiz Exp $
 bin/mitmdump
 bin/mitmproxy
 bin/mitmweb
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/mitmproxy/__init__.py
 ${PYSITELIB}/mitmproxy/__init__.pyc



Home | Main Index | Thread Index | Old Index