diff options
author | Leon Dietrich <doralitze@chaotikum.org> | 2025-07-16 21:24:38 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-07-16 21:24:38 +0300 |
commit | 62230c2bdaee37870e4c2dc0a545e787ba36b07f (patch) | |
tree | 32491b95cb0faeed983714cce19f88dc04ea90dc | |
parent | sysutils/limine: Update 9.3.4 => 9.5.0 (diff) |
filesystems/bindfs: Update 1.17.7 => 1.18.1
Changelogs:
https://bindfs.org/docs/ChangeLog.utf8.txt
PR: 288259
-rw-r--r-- | filesystems/bindfs/Makefile | 6 | ||||
-rw-r--r-- | filesystems/bindfs/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/filesystems/bindfs/Makefile b/filesystems/bindfs/Makefile index de68d898f5be..aa1450702dbc 100644 --- a/filesystems/bindfs/Makefile +++ b/filesystems/bindfs/Makefile @@ -1,6 +1,5 @@ PORTNAME= bindfs -DISTVERSION= 1.17.7 -PORTREVISION= 2 +DISTVERSION= 1.18.1 CATEGORIES= filesystems MASTER_SITES= https://bindfs.org/downloads/ PKGNAMEPREFIX= fusefs- @@ -14,9 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse:3 localbase:ldflags pkgconfig GNU_CONFIGURE= yes - -CONFIGURE_ENV+= fuse3_LIBS="-L${LOCALBASE}/lib -lfuse3" CONFIGURE_ARGS= --with-fuse3 +CONFIGURE_ENV+= fuse3_LIBS="-L${LOCALBASE}/lib -lfuse3" PLIST_FILES= bin/bindfs \ share/man/man1/bindfs.1.gz diff --git a/filesystems/bindfs/distinfo b/filesystems/bindfs/distinfo index c6ae2d4b1980..bad370fe5e41 100644 --- a/filesystems/bindfs/distinfo +++ b/filesystems/bindfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718036736 -SHA256 (bindfs-1.17.7.tar.gz) = c0b060e94c3a231a1d4aa0bcf266ff189981a4ef38e42fbe23296a7d81719b7a -SIZE (bindfs-1.17.7.tar.gz) = 427251 +TIMESTAMP = 1752650056 +SHA256 (bindfs-1.18.1.tar.gz) = 2a7064d993a5f255c52d72385ef14e349c131bc44195766e2173428e06d279fd +SIZE (bindfs-1.18.1.tar.gz) = 431995 |