diff options
| author | Mikael Urankar <mikael@FreeBSD.org> | 2026-06-04 08:52:51 +0000 |
|---|---|---|
| committer | Mikael Urankar <mikael@FreeBSD.org> | 2026-06-04 08:52:51 +0000 |
| commit | e29b5eeec31db62161d9f83c4ea2ddff023e5d00 (patch) | |
| tree | 4416356eed3d3b3aa6c65200dd7d6bf766d8a05d /filesystems | |
| parent | 28760628ac9a12ad6af3ef8c133edef059fcf62a (diff) | |
Diffstat (limited to 'filesystems')
| -rw-r--r-- | filesystems/amazon-efs-utils/Makefile | 2 | ||||
| -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/zerofs/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/ztop/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/filesystems/amazon-efs-utils/Makefile b/filesystems/amazon-efs-utils/Makefile index 5128f3deae0f..b37aeee96a82 100644 --- a/filesystems/amazon-efs-utils/Makefile +++ b/filesystems/amazon-efs-utils/Makefile @@ -1,7 +1,7 @@ PORTNAME= amazon-efs-utils DISTVERSIONPREFIX= v DISTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems python MAINTAINER= olivier@FreeBSD.org diff --git a/filesystems/sandboxfs/Makefile b/filesystems/sandboxfs/Makefile index 12a84fc27c78..5001229fb906 100644 --- a/filesystems/sandboxfs/Makefile +++ b/filesystems/sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 56 +PORTREVISION= 57 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/ufs/Makefile b/filesystems/ufs/Makefile index fa4c50476ac7..5e0b509c2866 100644 --- a/filesystems/ufs/Makefile +++ b/filesystems/ufs/Makefile @@ -1,6 +1,6 @@ PORTNAME= ufs DISTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= filesystems sysutils PKGNAMEPREFIX= fusefs- diff --git a/filesystems/xfuse/Makefile b/filesystems/xfuse/Makefile index ab6e6f879ba0..04248df4d826 100644 --- a/filesystems/xfuse/Makefile +++ b/filesystems/xfuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfuse DISTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= xfs-fuse/${DISTVERSION} diff --git a/filesystems/zerofs/Makefile b/filesystems/zerofs/Makefile index 5f74371fab46..1c3d72de91f0 100644 --- a/filesystems/zerofs/Makefile +++ b/filesystems/zerofs/Makefile @@ -1,6 +1,7 @@ PORTNAME= zerofs DISTVERSIONPREFIX= v DISTVERSION= 1.1.14 +PORTREVISION= 1 CATEGORIES= filesystems sysutils MAINTAINER= stephan@lichtenauer.co.za diff --git a/filesystems/ztop/Makefile b/filesystems/ztop/Makefile index 974b0965a637..7eafaf737cac 100644 --- a/filesystems/ztop/Makefile +++ b/filesystems/ztop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= filesystems sysutils MAINTAINER= asomers@FreeBSD.org |
