diff options
| author | Mikael Urankar <mikael@FreeBSD.org> | 2025-09-01 10:25:04 +0200 |
|---|---|---|
| committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-09-01 10:25:04 +0200 |
| commit | b21956d7db4b5a41c0e0c57c5cdca79ee89be9c6 (patch) | |
| tree | 922fa64d9610719fbfe62f50bbcc3dcd94e198f0 /filesystems | |
| parent | f69320cde4307cf56edae4d2c25d2762062a63c3 (diff) | |
lang/rust: Bump revisions after 1.89.0
PR: 288923
Diffstat (limited to 'filesystems')
| -rw-r--r-- | filesystems/sandboxfs/Makefile | 2 | ||||
| -rw-r--r-- | filesystems/ufs/Makefile | 2 | ||||
| -rw-r--r-- | filesystems/xfuse/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/zerofs/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/ztop/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/filesystems/sandboxfs/Makefile b/filesystems/sandboxfs/Makefile index b5df233cc36c..2ca6983f3aa4 100644 --- a/filesystems/sandboxfs/Makefile +++ b/filesystems/sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 49 +PORTREVISION= 50 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/ufs/Makefile b/filesystems/ufs/Makefile index c827951ee19f..343a6bbb925b 100644 --- a/filesystems/ufs/Makefile +++ b/filesystems/ufs/Makefile @@ -1,6 +1,6 @@ PORTNAME= ufs DISTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems sysutils PKGNAMEPREFIX= fusefs- diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile index 533be765ed1b..2f6de71b931b 100644 --- a/filesystems/xfuse/Makefile +++ b/filesystems/xfuse/Makefile @@ -1,5 +1,6 @@ PORTNAME= xfuse DISTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= filesystems MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION} diff --git a/filesystems/zerofs/Makefile b/filesystems/zerofs/Makefile index 969f463a97c7..e577719bff00 100644 --- a/filesystems/zerofs/Makefile +++ b/filesystems/zerofs/Makefile @@ -1,6 +1,7 @@ PORTNAME= zerofs DISTVERSIONPREFIX= v DISTVERSION= 0.10.5 +PORTREVISION= 1 CATEGORIES= filesystems sysutils MAINTAINER= stephan@lichtenauer.co.za diff --git a/filesystems/ztop/Makefile b/filesystems/ztop/Makefile index 5219c2f797a6..6f5e82b0f8c9 100644 --- a/filesystems/ztop/Makefile +++ b/filesystems/ztop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= filesystems sysutils MAINTAINER= asomers@FreeBSD.org |
