Re: git: 892389fd9fc5 - main - graphics/qcomicbook: Mark deprecated

From: Max Brazhnikov <makc_at_freebsd.org>
Date: Sat, 12 Sep 2026 11:10:59 UTC
> URL: https://cgit.FreeBSD.org/ports/commit/?id=892389fd9fc50c5cf570434052a922c881005ed6
> 
> commit 892389fd9fc50c5cf570434052a922c881005ed6
> Author:     Gleb Popov <arrowd@FreeBSD.org>
> AuthorDate: 2026-09-12 09:53:16 +0000
> Commit:     Gleb Popov <arrowd@FreeBSD.org>
> CommitDate: 2026-09-12 09:53:53 +0000
> 
>     graphics/qcomicbook: Mark deprecated
> ---
>  graphics/qcomicbook/Makefile | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile
> index 17c99f4203d2..5314c1e59078 100644
> --- a/graphics/qcomicbook/Makefile
> +++ b/graphics/qcomicbook/Makefile
> @@ -1,6 +1,6 @@
>  PORTNAME=      QComicBook
>  PORTVERSION=   0.9.1
> -PORTREVISION=  54
> +PORTREVISION=  55
>  CATEGORIES=    graphics
>  
>  MAINTAINER=    ports@FreeBSD.org
> @@ -9,6 +9,9 @@ WWW=            https://github.com/stolowski/QComicBook
>  
>  LICENSE=       GPLv2
>  
> +DEPRECATED=    Abandoned upstream, does not build with CMake 4
> +EXPIRATION_DATE=2026-11-30

Just in case, there are two forks on github supporting Qt6 and modern CMake.

Max