diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-06-29 13:20:03 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 17:00:39 +0200 |
commit | 9eb3fb8e5bc151a15e62e82df91ded9c4366e18c (patch) | |
tree | d45500bcae960f5a0e22260b4a7f6dc40cad1adc /filesystems | |
parent | */*libuuid, */*libblkid: build MANPAGES by default as before. (diff) |
*/*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/e2fsprogs-core/Makefile | 2 | ||||
-rw-r--r-- | filesystems/e2fsprogs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/httpdirfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/ltfs/Makefile | 1 |
4 files changed, 3 insertions, 4 deletions
diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile index 68660da9c6a8..02865c08ef8b 100644 --- a/filesystems/e2fsprogs-core/Makefile +++ b/filesystems/e2fsprogs-core/Makefile @@ -1,6 +1,6 @@ PORTNAME= e2fsprogs PORTVERSION= 1.47.2 -PORTREVISION?= 1 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! +PORTREVISION?= 2 # NOTE: when bumping PORTREVISION, also bump ../e2fsprogs/Makefile! CATEGORIES?= filesystems sysutils MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION} diff --git a/filesystems/e2fsprogs/Makefile b/filesystems/e2fsprogs/Makefile index a296350e9bfb..ff6e1b6bcb05 100644 --- a/filesystems/e2fsprogs/Makefile +++ b/filesystems/e2fsprogs/Makefile @@ -1,7 +1,7 @@ PORTNAME= e2fsprogs CATEGORIES= filesystems sysutils PORTVERSION= 1.47.2 -PORTREVISION= 1 +PORTREVISION= 2 BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}${${PORTREVISION} > 0:?_${PORTREVISION}:}:filesystems/e2fsprogs-core RUN_DEPENDS= ${BUILD_DEPENDS} DISTFILES= # empty diff --git a/filesystems/httpdirfs/Makefile b/filesystems/httpdirfs/Makefile index 7d6329bca207..ff1655b7d340 100644 --- a/filesystems/httpdirfs/Makefile +++ b/filesystems/httpdirfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= httpdirfs DISTVERSION= 1.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- diff --git a/filesystems/ltfs/Makefile b/filesystems/ltfs/Makefile index 8737dcde852d..32a94538f300 100644 --- a/filesystems/ltfs/Makefile +++ b/filesystems/ltfs/Makefile @@ -3,7 +3,6 @@ DISTVERSIONPREFIX= v DISTVERSION= 2.4.7 PORTREVISION= 2 DISTVERSIONSUFFIX= -10514 -PORTREVISION= 1 CATEGORIES= filesystems sysutils MAINTAINER= kbowling@FreeBSD.org |