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/httpdirfs/Makefile | |
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/httpdirfs/Makefile')
-rw-r--r-- | filesystems/httpdirfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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- |