Re: git: df19fe9ede3b - main - filesystems/zerofs: update to 1.0.6

From: Herbert J. Skuhra <herbert_at_gojira.at>
Date: Mon, 16 Mar 2026 09:12:32 UTC
On Sun, 15 Mar 2026 16:31:01 +0100, Robert Clausecker wrote:
> 
> The branch main has been updated by fuz:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=df19fe9ede3bd67ec3dad44b7faaf2af5d46e0dd
> 
> commit df19fe9ede3bd67ec3dad44b7faaf2af5d46e0dd
> Author:     Stephan Lichtenauer <stephan@lichtenauer.co.za>
> AuthorDate: 2026-03-10 13:00:44 +0000
> Commit:     Robert Clausecker <fuz@FreeBSD.org>
> CommitDate: 2026-03-15 15:28:56 +0000
> 
>     filesystems/zerofs: update to 1.0.6
>     
>     Upgrade ZeroFS to 1.0.6, make sure that protobuf is not built from
>     source but used as a dependency
>     
>     Changelog:
>      * https://github.com/Barre/ZeroFS/releases/tag/v1.0.1
>      * https://github.com/Barre/ZeroFS/releases/tag/v1.0.2
>      * https://github.com/Barre/ZeroFS/releases/tag/1.0.3
>      * https://github.com/Barre/ZeroFS/releases/tag/v1.0.4
>      * https://github.com/Barre/ZeroFS/releases/tag/v1.0.5
>      * https://github.com/Barre/ZeroFS/releases/tag/v1.0.6
>     
>     PR:             293206
> ---
>  filesystems/zerofs/Makefile               |  14 +-
>  filesystems/zerofs/Makefile.crates        | 160 ++++++++-------
>  filesystems/zerofs/distinfo               | 326 +++++++++++++++++-------------
>  filesystems/zerofs/files/patch-Cargo.toml |  11 +
>  4 files changed, 295 insertions(+), 216 deletions(-)
> 
> diff --git a/filesystems/zerofs/Makefile b/filesystems/zerofs/Makefile
> index 5981630c6f99..ffbdc7c87b79 100644
> --- a/filesystems/zerofs/Makefile
> +++ b/filesystems/zerofs/Makefile
> @@ -1,7 +1,6 @@
>  PORTNAME=	zerofs
>  DISTVERSIONPREFIX=	v
> -DISTVERSION=	1.0.0
> -PORTREVISION=	1
> +DISTVERSION=	1.0.6
>  CATEGORIES=	filesystems sysutils
>  
>  MAINTAINER=	stephan@lichtenauer.co.za
> @@ -14,17 +13,26 @@ LICENSE_FILE=	${WRKSRC:H}/LICENSE
>  NOT_FOR_ARCHS=	armv6 armv7 i386 powerpc
>  NOT_FOR_ARCHS_REASON=	32-bit compilation is not supported
>  
> -LIB_DEPENDS+=	libzstd.so:archivers/zstd
> +BUILD_DEPENDS+=	protoc:devel/protobuf
> +LIB_DEPENDS+=	libprotobuf.so:devel/protobuf \
               
Is this LIB_DEPENDS really needed? 

Warning: you might not need LIB_DEPENDS on libprotobuf.so