git: 18a65291d933 - main - sysutils/hammer2: move to new category filesystems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 08:43:54 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=18a65291d933ab99ab4467446b53d4635f88f12f commit 18a65291d933ab99ab4467446b53d4635f88f12f Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-11-09 12:15:10 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-11-14 08:41:03 +0000 sysutils/hammer2: move to new category filesystems Approved by: kusumi.tomohiro@gmail.com (maintainer) PR: 282628 --- MOVED | 1 + filesystems/Makefile | 1 + {sysutils => filesystems}/hammer2/Makefile | 2 +- {sysutils => filesystems}/hammer2/distinfo | 0 {sysutils => filesystems}/hammer2/pkg-descr | 0 {sysutils => filesystems}/hammer2/pkg-plist | 0 sysutils/Makefile | 1 - 7 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index dfbc45792ba1..e509e16f9712 100644 --- a/MOVED +++ b/MOVED @@ -3718,3 +3718,4 @@ misc/e2fsprogs-libblkid|filesystems/e2fsprogs-libblkid|2024-11-06|Moved to new c security/gpgme-qt-headers|security/gpgme-qt|2024-11-10|Flavored headers are now installed by security/gpgme-qt 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 diff --git a/filesystems/Makefile b/filesystems/Makefile index 5b0e6dbca81c..ad01b5843272 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -32,6 +32,7 @@ SUBDIR += gitfs SUBDIR += gphotofs SUBDIR += gvfs + SUBDIR += hammer2 SUBDIR += hfsexplorer SUBDIR += hfsfuse SUBDIR += hfsutils diff --git a/sysutils/hammer2/Makefile b/filesystems/hammer2/Makefile similarity index 98% rename from sysutils/hammer2/Makefile rename to filesystems/hammer2/Makefile index 33b5996256c7..8814dcadca1e 100644 --- a/sysutils/hammer2/Makefile +++ b/filesystems/hammer2/Makefile @@ -1,7 +1,7 @@ PORTNAME= hammer2 PORTVERSION= 1.2.6 DISTVERSIONPREFIX= v -CATEGORIES= sysutils +CATEGORIES= filesystems MAINTAINER= tkusumi@netbsd.org COMMENT= HAMMER2 file system for FreeBSD (read-only support) diff --git a/sysutils/hammer2/distinfo b/filesystems/hammer2/distinfo similarity index 100% rename from sysutils/hammer2/distinfo rename to filesystems/hammer2/distinfo diff --git a/sysutils/hammer2/pkg-descr b/filesystems/hammer2/pkg-descr similarity index 100% rename from sysutils/hammer2/pkg-descr rename to filesystems/hammer2/pkg-descr diff --git a/sysutils/hammer2/pkg-plist b/filesystems/hammer2/pkg-plist similarity index 100% rename from sysutils/hammer2/pkg-plist rename to filesystems/hammer2/pkg-plist diff --git a/sysutils/Makefile b/sysutils/Makefile index 0661ed205774..6968c06fa60d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -480,7 +480,6 @@ SUBDIR += gstat-rs SUBDIR += gstopd SUBDIR += gstreamer1-plugins-cdio - SUBDIR += hammer2 SUBDIR += handlr SUBDIR += hardlink SUBDIR += hare