Commit dfeb28f6 authored by Robert Clausecker's avatar Robert Clausecker
Browse files

sysutils/py-ioztat: move to filesystems

Seems more appropriate.

PR:		286662
Reported by:	Miroslav Lachman <000.fbsd@quip.cz>
Approved by:	tom@hur.st (maintainer timeout)
Event:		Wiesbaden Hackathon 202604
parent bee5df83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5252,3 +5252,4 @@ devel/py-prettytable0|devel/py-prettytable|2026-04-18|Remove obsoleted port. Use
www/py-requests-cache0|www/py-requests-cache|2026-04-18|Remove obsoleted port. Use www/py-requests-cache instead
sysutils/py-azure-cli-base||2026-04-21|Remove obsoleted port
games/coronapoker||2026-04-25|Remove for security concerns: downloads closed source binary modules, should not be restored unless https://github.com/tonikelope/coronapoker/issues/7 is addressed
sysutils/py-ioztat|filesystems/py-ioztat|2026-04-27|Move to more appropriate category
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@
    SUBDIR += py-fsspec-xrootd
    SUBDIR += py-fusepy
    SUBDIR += py-gcsfs
    SUBDIR += py-ioztat
    SUBDIR += py-kerchunk
    SUBDIR += py-libzfs
    SUBDIR += py-llfuse
+2 −2
Original line number Diff line number Diff line
PORTNAME=	ioztat
DISTVERSIONPREFIX=	v
DISTVERSION=	2.0.1
PORTREVISION=	1
CATEGORIES=	sysutils python
PORTREVISION=	2
CATEGORIES=	filesystems sysutils python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	tom@hur.st
Loading