diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-18 13:12:24 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-18 13:37:04 +0800 |
commit | 186a8781b0d466348f2c13a1a9785c179c0b0046 (patch) | |
tree | 110a52caf03f632090603b514a7ed95253105e35 /filesystems | |
parent | devel/phpunit11: Update to 11.5.16 (diff) |
devel/protobuf: Update to 29.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/securefs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystems/securefs/Makefile b/filesystems/securefs/Makefile index 93167fb4aefa..096a94740666 100644 --- a/filesystems/securefs/Makefile +++ b/filesystems/securefs/Makefile @@ -1,6 +1,6 @@ PORTNAME= securefs DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- |