git: 778c14af6657 - main - sysutils/ztop: move to new category filesystems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 08:44:26 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=778c14af66574240ec0b5a649b62b5752da3a9ec commit 778c14af66574240ec0b5a649b62b5752da3a9ec Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-11-13 00:21:48 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-11-14 08:43:27 +0000 sysutils/ztop: move to new category filesystems Forgot this one in my initial commit. Approved by: portmgr (infrastructure blanket) --- MOVED | 1 + filesystems/Makefile | 1 + {sysutils => filesystems}/ztop/Makefile | 2 +- {sysutils => filesystems}/ztop/Makefile.crates | 0 {sysutils => filesystems}/ztop/distinfo | 0 {sysutils => filesystems}/ztop/pkg-descr | 0 sysutils/Makefile | 1 - 7 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index dabd50a0e3e5..2407afb282b0 100644 --- a/MOVED +++ b/MOVED @@ -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 similarity index 93% rename from sysutils/ztop/Makefile rename to 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 similarity index 100% rename from sysutils/ztop/Makefile.crates rename to filesystems/ztop/Makefile.crates diff --git a/sysutils/ztop/distinfo b/filesystems/ztop/distinfo similarity index 100% rename from sysutils/ztop/distinfo rename to filesystems/ztop/distinfo diff --git a/sysutils/ztop/pkg-descr b/filesystems/ztop/pkg-descr similarity index 100% rename from sysutils/ztop/pkg-descr rename to 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>