[Bug 280274] net/quiche: update to 0.22.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 16 Jul 2024 18:22:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280274

Zsolt Udvari <uzsolt@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |uzsolt@FreeBSD.org

--- Comment #2 from Zsolt Udvari <uzsolt@FreeBSD.org> ---
(In reply to Junho Choi from comment #1)
I'd prefer DISTVERSION without macros and derive from it the MAJOR_VER if
needed:

DISTVERSION=0.22.0
MAJOR_VER=${DISTVERSION:C|\..*||}

See "man make" (Variable modifiers).

In your case it's hard to find the DISTVERSION.

And could you please check "portfmt -D Makefile" (part of ports-mgmt/portfmt)?

-- 
You are receiving this mail because:
You are the assignee for the bug.