this would unbreak security/wfuzz as well.
On the other hand, wfuzz seems to have been stale for some years, maybe
it's time to say goodbye?
one way or the other?
Sebastian
On Tue, Nov 4, 2025 at 7:26 PM Stuart Henderson <[email protected]> wrote:
> same drill as the various py-standard-* recently imported, this is to
> replace cgi and cgitb, and will need to be left unhooked until the switch.
> needed for www/trac, maybe others.
>
> ok?
>
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/wfuzz/Makefile,v
diff -u -r1.10 Makefile
--- Makefile 17 Jun 2025 12:52:34 -0000 1.10
+++ Makefile 8 Dec 2025 17:42:46 -0000
@@ -2,7 +2,7 @@
MODPY_DISTV = 3.1.0
DISTNAME = wfuzz-${MODPY_DISTV}
-REVISION = 6
+REVISION = 7
CATEGORIES = security www
@@ -21,7 +21,8 @@
RUN_DEPENDS = devel/py-parsing \
devel/py-six \
net/py-curl \
- textproc/py-chardet
+ textproc/py-chardet \
+ www/py-legacy-cgi
BUILD_DEPENDS = ${RUN_DEPENDS}