mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
sysutils/fusefs-libs3: update to version 3.17.1
This commit is contained in:
parent
5ae157abfe
commit
5ef6af6058
5 changed files with 5 additions and 24 deletions
filesystems/fusefs-libs3
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= fusefs-libs3
|
||||
DISTVERSION= 3.16.2
|
||||
DISTVERSION= 3.17.1
|
||||
CATEGORIES= filesystems sysutils
|
||||
MASTER_SITES= https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/
|
||||
DISTNAME= fuse-${DISTVERSION}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1697025258
|
||||
SHA256 (fuse-3.16.2.tar.gz) = f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87
|
||||
SIZE (fuse-3.16.2.tar.gz) = 14165836
|
||||
TIMESTAMP = 1742831394
|
||||
SHA256 (fuse-3.17.1.tar.gz) = 2d8ae87a4525fbfa1db5e5eb010ff6f38140627a7004554ed88411c1843d51b2
|
||||
SIZE (fuse-3.17.1.tar.gz) = 4793172
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
--- example/meson.build.orig 2023-02-17 09:31:14 UTC
|
||||
+++ example/meson.build
|
||||
@@ -1,5 +1,5 @@ examples = [ 'passthrough', 'passthrough_fh',
|
||||
examples = [ 'passthrough', 'passthrough_fh',
|
||||
- 'hello', 'hello_ll', 'hello_ll_uds',
|
||||
+ 'hello', 'hello_ll',
|
||||
'printcap', 'ioctl_client', 'poll_client',
|
||||
'ioctl', 'cuse', 'cuse_client' ]
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- lib/mount_bsd.c.orig 2023-02-17 09:31:14 UTC
|
||||
+++ lib/mount_bsd.c
|
||||
@@ -8,7 +8,6 @@
|
||||
See the file COPYING.LIB.
|
||||
*/
|
||||
|
||||
-#include "config.h"
|
||||
#include "fuse_i.h"
|
||||
#include "fuse_misc.h"
|
||||
#include "fuse_opt.h"
|
|
@ -6,6 +6,6 @@ include/fuse3/fuse_lowlevel.h
|
|||
include/fuse3/fuse_opt.h
|
||||
include/fuse3/libfuse_config.h
|
||||
lib/libfuse3.so
|
||||
lib/libfuse3.so.3
|
||||
lib/libfuse3.so.%%VERSION%%
|
||||
lib/libfuse3.so.4
|
||||
libdata/pkgconfig/fuse3.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue