git: 29d06d4836ff - main - sysutils/ods2: move to filesystems/ods2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Nov 2024 08:44:00 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=29d06d4836ff71faa468070886cf7184c0cb4eef commit 29d06d4836ff71faa468070886cf7184c0cb4eef Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-11-10 12:45:46 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-11-14 08:42:58 +0000 sysutils/ods2: move to filesystems/ods2 - tool manipulates VMS file systems - add timestamp to distinfo to satisfy post-receive hook Approved by: portmgr (infrastructure blanket) --- MOVED | 1 + filesystems/Makefile | 1 + {sysutils => filesystems}/ods2/Makefile | 2 +- {sysutils => filesystems}/ods2/distinfo | 1 + {sysutils => filesystems}/ods2/files/patch-direct.c | 0 {sysutils => filesystems}/ods2/files/patch-makefile.unix | 0 {sysutils => filesystems}/ods2/files/patch-ods2.c | 0 {sysutils => filesystems}/ods2/pkg-descr | 0 sysutils/Makefile | 1 - 9 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MOVED b/MOVED index e509e16f9712..dabd50a0e3e5 100644 --- a/MOVED +++ b/MOVED @@ -3719,3 +3719,4 @@ security/gpgme-qt-headers|security/gpgme-qt|2024-11-10|Flavored headers are now 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 diff --git a/filesystems/Makefile b/filesystems/Makefile index ad01b5843272..565355c029d4 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -78,6 +78,7 @@ SUBDIR += ntfs SUBDIR += ntfs-compression SUBDIR += ntfs2btrfs + SUBDIR += ods2 SUBDIR += openzfs SUBDIR += openzfs-kmod SUBDIR += p5-Filesys-Statvfs diff --git a/sysutils/ods2/Makefile b/filesystems/ods2/Makefile similarity index 96% rename from sysutils/ods2/Makefile rename to filesystems/ods2/Makefile index 87f77fac6820..df24a85360d7 100644 --- a/sysutils/ods2/Makefile +++ b/filesystems/ods2/Makefile @@ -1,7 +1,7 @@ PORTNAME= ods2 PORTVERSION= 1.3 PORTREVISION= 1 -CATEGORIES= sysutils +CATEGORIES= filesystems sysutils MASTER_SITES= LOCAL/fuz DISTNAME= ods2 diff --git a/sysutils/ods2/distinfo b/filesystems/ods2/distinfo similarity index 82% rename from sysutils/ods2/distinfo rename to filesystems/ods2/distinfo index 190a1e9565d7..a82cf211f20c 100644 --- a/sysutils/ods2/distinfo +++ b/filesystems/ods2/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1731573744 SHA256 (ods2.zip) = 6c4f0bba11958e84278dca2c78c33349575df145584c1d030a2172c7792ca7fc SIZE (ods2.zip) = 480695 diff --git a/sysutils/ods2/files/patch-direct.c b/filesystems/ods2/files/patch-direct.c similarity index 100% rename from sysutils/ods2/files/patch-direct.c rename to filesystems/ods2/files/patch-direct.c diff --git a/sysutils/ods2/files/patch-makefile.unix b/filesystems/ods2/files/patch-makefile.unix similarity index 100% rename from sysutils/ods2/files/patch-makefile.unix rename to filesystems/ods2/files/patch-makefile.unix diff --git a/sysutils/ods2/files/patch-ods2.c b/filesystems/ods2/files/patch-ods2.c similarity index 100% rename from sysutils/ods2/files/patch-ods2.c rename to filesystems/ods2/files/patch-ods2.c diff --git a/sysutils/ods2/pkg-descr b/filesystems/ods2/pkg-descr similarity index 100% rename from sysutils/ods2/pkg-descr rename to filesystems/ods2/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index 6968c06fa60d..0706953fd294 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -776,7 +776,6 @@ SUBDIR += oc SUBDIR += ocijail SUBDIR += odo - SUBDIR += ods2 SUBDIR += ohmu SUBDIR += omnibackup SUBDIR += onefetch