diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-04-25 11:53:43 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-04-27 00:01:38 +0000 |
| commit | dfeb28f6b00304273dfe7ac82176540e4696f4db (patch) | |
| tree | a01ee442e0fd52efdd1e1d30fff9242dea0ed13e | |
| parent | bee5df8341936f5670759795e73f07d1446a19e4 (diff) | |
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
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | filesystems/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/py-ioztat/Makefile (renamed from sysutils/py-ioztat/Makefile) | 4 | ||||
| -rw-r--r-- | filesystems/py-ioztat/distinfo (renamed from sysutils/py-ioztat/distinfo) | 0 | ||||
| -rw-r--r-- | filesystems/py-ioztat/pkg-descr (renamed from sysutils/py-ioztat/pkg-descr) | 0 | ||||
| -rw-r--r-- | sysutils/Makefile | 1 |
6 files changed, 4 insertions, 3 deletions
@@ -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 diff --git a/filesystems/Makefile b/filesystems/Makefile index fe5a6c9b7866..c0bccd639b97 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -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 diff --git a/sysutils/py-ioztat/Makefile b/filesystems/py-ioztat/Makefile index 3dcde5847ebf..50139166417c 100644 --- a/sysutils/py-ioztat/Makefile +++ b/filesystems/py-ioztat/Makefile @@ -1,8 +1,8 @@ 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 diff --git a/sysutils/py-ioztat/distinfo b/filesystems/py-ioztat/distinfo index 4dfeb8e91aa6..4dfeb8e91aa6 100644 --- a/sysutils/py-ioztat/distinfo +++ b/filesystems/py-ioztat/distinfo diff --git a/sysutils/py-ioztat/pkg-descr b/filesystems/py-ioztat/pkg-descr index a8fef36182d8..a8fef36182d8 100644 --- a/sysutils/py-ioztat/pkg-descr +++ b/filesystems/py-ioztat/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index d27cf03f24e3..97e0c091a306 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1082,7 +1082,6 @@ SUBDIR += py-howdoi SUBDIR += py-hpilo SUBDIR += py-iowait - SUBDIR += py-ioztat SUBDIR += py-jailconf SUBDIR += py-keep SUBDIR += py-kubernetes |
