diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-04-08 10:40:13 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-04-08 10:41:13 +0200 |
commit | 2a5976aebeefd09d36fd4ac2e7e2eefde5491c0d (patch) | |
tree | 76abde2c7f9a0f061b89db78a5e39adb05557600 /filesystems | |
parent | www/ungoogled-chromium: Fix build with rust 1.86.0 (diff) |
lang/rust: Bump revisions after 1.86.0
PR: 285840
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/sandboxfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/ufs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/xfuse/Makefile | 2 | ||||
-rw-r--r-- | filesystems/ztop/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/sandboxfs/Makefile b/filesystems/sandboxfs/Makefile index 059bf1e9c22d..26a4dcf61b1b 100644 --- a/filesystems/sandboxfs/Makefile +++ b/filesystems/sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 46 +PORTREVISION= 47 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/ufs/Makefile b/filesystems/ufs/Makefile index 884140778252..ae0ad2045c49 100644 --- a/filesystems/ufs/Makefile +++ b/filesystems/ufs/Makefile @@ -1,6 +1,6 @@ PORTNAME= ufs DISTVERSION= 0.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems sysutils PKGNAMEPREFIX= fusefs- diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile index ab68007d0024..f245d29f4af3 100644 --- a/filesystems/xfuse/Makefile +++ b/filesystems/xfuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfuse DISTVERSION= 0.4.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= filesystems MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION} diff --git a/filesystems/ztop/Makefile b/filesystems/ztop/Makefile index 94fd08f286b3..22a9bc0532b8 100644 --- a/filesystems/ztop/Makefile +++ b/filesystems/ztop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems sysutils MAINTAINER= asomers@FreeBSD.org |