View | Details | Raw Unified | Return to bug 285261
Collapse All | Expand All

(-)b/filesystems/s3fs/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
PORTNAME=	s3fs
1
PORTNAME=	s3fs
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.92
3
DISTVERSION=	1.95
4
PORTREVISION=	1
5
CATEGORIES=	filesystems
4
CATEGORIES=	filesystems
6
PKGNAMEPREFIX=	fusefs-
5
PKGNAMEPREFIX=	fusefs-
7
6
(-)b/filesystems/s3fs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1685836142
1
TIMESTAMP = 1741376525
2
SHA256 (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 76ebea3c0784c5c0f6b84e009d555806aff86258886ced39eee316bf02ae8750
2
SHA256 (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 0c97b8922f005500d36f72aee29a1345c94191f61d795e2a7b79fb7e3e6f5517
3
SIZE (s3fs-fuse-s3fs-fuse-v1.92_GH0.tar.gz) = 283295
3
SIZE (s3fs-fuse-s3fs-fuse-v1.95_GH0.tar.gz) = 285599
(-)a/filesystems/s3fs/files/patch-test_mknod__test.c (-13 lines)
Removed Link Here
1
--- test/mknod_test.c.orig	2023-05-21 23:25:50 UTC
2
+++ test/mknod_test.c
3
@@ -28,7 +28,10 @@
4
 #include <string.h>
5
 #include <errno.h>
6
 #ifndef __APPLE__
7
+#elif
8
+#ifndef __FreeBSD__
9
 #include <sys/sysmacros.h>
10
+#endif
11
 #endif
12
 
13
 //---------------------------------------------------------
(-)b/filesystems/s3fs/pkg-descr (-3 / +3 lines)
Lines 1-2 Link Here
1
FUSE-based file system backed by Amazon S3.  Mount a bucket as a local
1
FUSE-based file system backed by Amazon S3.
2
file system read/write.  Store files/folders natively and transparently.
2
s3fs makes you operate files and directories in S3 bucket like a local
3
file system read/write. Store files/folders natively and transparently.
3
- 

Return to bug 285261