diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2024-11-13 00:21:48 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-11-14 08:43:27 +0000 |
| commit | 778c14af66574240ec0b5a649b62b5752da3a9ec (patch) | |
| tree | aa6047e8fda146ce50a24cc5d22d61f8fea9a29e | |
| parent | dd40da67a627a917f2cfaacced2e1403685a6d16 (diff) | |
sysutils/ztop: move to new category filesystems
Forgot this one in my initial commit.
Approved by: portmgr (infrastructure blanket)
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | filesystems/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/ztop/Makefile (renamed from sysutils/ztop/Makefile) | 2 | ||||
| -rw-r--r-- | filesystems/ztop/Makefile.crates (renamed from sysutils/ztop/Makefile.crates) | 0 | ||||
| -rw-r--r-- | filesystems/ztop/distinfo (renamed from sysutils/ztop/distinfo) | 0 | ||||
| -rw-r--r-- | filesystems/ztop/pkg-descr (renamed from sysutils/ztop/pkg-descr) | 0 | ||||
| -rw-r--r-- | sysutils/Makefile | 1 |
7 files changed, 3 insertions, 2 deletions
@@ -3720,3 +3720,4 @@ devel/flatbuffers205|devel/flatbuffers|2024-11-10|Not needed any more lang/gcc11-devel|lang/gcc11|2024-11-12|GCC 11 reached end of life; use the final release (or a newer major version) sysutils/hammer2|filesystems/hammer2|2024-11-13|Moved to new category filesystems sysutils/ods2|filesystems/ods2|2024-11-13|Moved to new category filesystems +sysutils/ztop|filesystems/ztop|2024-11-13|Moved to new category filesystems diff --git a/filesystems/Makefile b/filesystems/Makefile index 565355c029d4..f2516673d839 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -141,6 +141,7 @@ SUBDIR += zisofs-tools SUBDIR += zrepl SUBDIR += zrepl-dsh2dsh + SUBDIR += ztop SUBDIR += zxfer .include <bsd.port.subdir.mk> diff --git a/sysutils/ztop/Makefile b/filesystems/ztop/Makefile index d7bd4aa8744f..edbe1fde2786 100644 --- a/sysutils/ztop/Makefile +++ b/filesystems/ztop/Makefile @@ -2,7 +2,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.2.3 PORTREVISION= 9 -CATEGORIES= sysutils +CATEGORIES= filesystems sysutils MAINTAINER= asomers@FreeBSD.org COMMENT= Display ZFS dataset I/O in real time diff --git a/sysutils/ztop/Makefile.crates b/filesystems/ztop/Makefile.crates index 36638c866df9..36638c866df9 100644 --- a/sysutils/ztop/Makefile.crates +++ b/filesystems/ztop/Makefile.crates diff --git a/sysutils/ztop/distinfo b/filesystems/ztop/distinfo index fee950bd9206..fee950bd9206 100644 --- a/sysutils/ztop/distinfo +++ b/filesystems/ztop/distinfo diff --git a/sysutils/ztop/pkg-descr b/filesystems/ztop/pkg-descr index c02b1cab4ab6..c02b1cab4ab6 100644 --- a/sysutils/ztop/pkg-descr +++ b/filesystems/ztop/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index 0706953fd294..66961764bc21 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1608,6 +1608,5 @@ SUBDIR += zrep SUBDIR += zsd SUBDIR += zsm - SUBDIR += ztop .include <bsd.port.subdir.mk> |
