diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-06-05 09:52:53 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-06-05 09:52:53 +0200 |
commit | 3ed29b818520b4c5691c1c49d13fd6b89c3142ef (patch) | |
tree | c8b3ebcff045e73bc5e02ad53f235b01324abc8e /filesystems | |
parent | net/findomain: Fix build with rust 1.87.0 (diff) |
lang/rust: Bump revisions after 1.87.0
PR: 286829
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/sandboxfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/ufs/Makefile | 1 | ||||
-rw-r--r-- | filesystems/xfuse/Makefile | 2 | ||||
-rw-r--r-- | filesystems/ztop/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/filesystems/sandboxfs/Makefile b/filesystems/sandboxfs/Makefile index e5b235774668..548557393469 100644 --- a/filesystems/sandboxfs/Makefile +++ b/filesystems/sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 47 +PORTREVISION= 48 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/ufs/Makefile b/filesystems/ufs/Makefile index e8239deca5a4..c1904f60b287 100644 --- a/filesystems/ufs/Makefile +++ b/filesystems/ufs/Makefile @@ -1,5 +1,6 @@ PORTNAME= ufs DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= filesystems sysutils PKGNAMEPREFIX= fusefs- diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile index f245d29f4af3..f477a66173c7 100644 --- a/filesystems/xfuse/Makefile +++ b/filesystems/xfuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfuse DISTVERSION= 0.4.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= filesystems MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION} diff --git a/filesystems/ztop/Makefile b/filesystems/ztop/Makefile index 22a9bc0532b8..51f2ec04d9f4 100644 --- a/filesystems/ztop/Makefile +++ b/filesystems/ztop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems sysutils MAINTAINER= asomers@FreeBSD.org |