pkgsrc-WIP-changes archive

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

mitmproxy: Prepare to update to 10.1.6



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 1 17:46:01 2024 +0100
Changeset:	80738197a5240ee28fd4fb8313d5a4b2fba5cfcb

Modified Files:
	mitmproxy/Makefile
	mitmproxy/distinfo

Log Message:
mitmproxy: Prepare to update to 10.1.6

Prepare to update to latest stable version and add a big TODO regarding
DEPENDS that needs to be double-checked.

Only passes the patch phase.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=80738197a5240ee28fd4fb8313d5a4b2fba5cfcb

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

diffstat:
 mitmproxy/Makefile | 7 +++----
 mitmproxy/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/mitmproxy/Makefile b/mitmproxy/Makefile
index 921776ca3e..41b0889e7c 100644
--- a/mitmproxy/Makefile
+++ b/mitmproxy/Makefile
@@ -1,16 +1,15 @@
 # $NetBSD: Makefile,v 1.45 2023/10/23 06:37:49 wiz Exp $
 
-DISTNAME=	mitmproxy-8.1.1
-PKGREVISION=	2
+DISTNAME=	mitmproxy-10.1.6
 CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_GITHUB:=mitmproxy/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
+MASTER_SITES=	https://downloads.mitmproxy.org/${PKGVERSION_NOREV}/
 
 MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	https://mitmproxy.org/
 COMMENT=	Interactive console program for inspecting and editing traffic flows
 LICENSE=	mit
 
+# TODO: review all depends and eventually add not packaged one
 DEPENDS+=	${PYPKGPREFIX}-asgiref>=3.2.10:../../www/py-asgiref
 DEPENDS+=	${PYPKGPREFIX}-blinker>=1.4:../../devel/py-blinker
 DEPENDS+=	${PYPKGPREFIX}-brotli>=1.0:../../archivers/py-brotli
diff --git a/mitmproxy/distinfo b/mitmproxy/distinfo
index 43d3c56466..065fa840ef 100644
--- a/mitmproxy/distinfo
+++ b/mitmproxy/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.29 2022/07/08 12:57:26 leot Exp $
 
-BLAKE2s (mitmproxy-8.1.1.tar.gz) = 07b9b8a6d29f725e1ae7276bb8d52031d2fd202fc176bddbb5680860b005934f
-SHA512 (mitmproxy-8.1.1.tar.gz) = a62a45f8991819202115ab8f43d1c113df88504c494c73917ec2e3c52999dbe3ac596444a4c096619d4285f2e26a91ec715d6894fc4d7768bac1a2c3c4c268bc
-Size (mitmproxy-8.1.1.tar.gz) = 27943959 bytes
+BLAKE2s (mitmproxy-10.1.6.tar.gz) = 6d2ae57488dd55eedf6934d267c6a851d3bf3de1975c2fe7917be2c3c16fd231
+SHA512 (mitmproxy-10.1.6.tar.gz) = 362c8f434289ea7841206dd9c0d38668e57de35acf431ae75160e7eaab4d60fe192bf4dafa8711ff67344b6e5fd2bc234b3bf4b3c6adc49f4b6054898f8716c3
+Size (mitmproxy-10.1.6.tar.gz) = 1531486 bytes


Home | Main Index | Thread Index | Old Index