mirror of https://git.FreeBSD.org/ports.git
filesystems/ltfs: Update to 2.4.8.1
This commit is contained in:
parent
271cb2e04f
commit
bf808f1b89
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= ltfs
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.4.7
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= -10514
|
||||
DISTVERSION= 2.4.8.1
|
||||
DISTVERSIONSUFFIX= -10519
|
||||
CATEGORIES= filesystems sysutils
|
||||
|
||||
MAINTAINER= kbowling@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1733607018
|
||||
SHA256 (LinearTapeFileSystem-ltfs-v2.4.7-10514_GH0.tar.gz) = f3e3d9ddf968b483ee0d82b92b8e55b9d089f22d7b9d489976ad6ee4c0ddf703
|
||||
SIZE (LinearTapeFileSystem-ltfs-v2.4.7-10514_GH0.tar.gz) = 629021
|
||||
TIMESTAMP = 1755917875
|
||||
SHA256 (LinearTapeFileSystem-ltfs-v2.4.8.1-10519_GH0.tar.gz) = b4bf6bc54b222ab12fafe674474d7d7ae01ded7a322af697360f3f7c68e4f571
|
||||
SIZE (LinearTapeFileSystem-ltfs-v2.4.8.1-10519_GH0.tar.gz) = 633165
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
--- src/libltfs/xattr.h.orig 2025-08-23 03:05:20 UTC
|
||||
+++ src/libltfs/xattr.h
|
||||
@@ -66,7 +66,9 @@ extern "C" {
|
||||
#include "libltfs/arch/freebsd/xattr.h"
|
||||
#endif
|
||||
|
||||
-#include "fuse.h"
|
||||
+
|
||||
+#include "libltfs/ltfs_fuse_version.h"
|
||||
+#include <fuse.h>
|
||||
#include "ltfs.h"
|
||||
|
||||
#define LTFS_PRIVATE_PREFIX "ltfs."
|
|
@ -7,6 +7,7 @@ etc/ltfs.conf.local
|
|||
include/ltfs/config.h
|
||||
include/ltfs/libltfs/arch/arch_info.h
|
||||
include/ltfs/libltfs/arch/errormap.h
|
||||
include/ltfs/libltfs/arch/ltfs_arch_ops.h
|
||||
include/ltfs/libltfs/arch/signal_internal.h
|
||||
include/ltfs/libltfs/arch/time_internal.h
|
||||
include/ltfs/libltfs/config_file.h
|
||||
|
|
Loading…
Reference in New Issue