[Bug 262601] [PATCH] [pkgbase] Wrong PKG_ABI used in repo pathname if a custom PKG_VERSION is given

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 16 Mar 2022 20:48:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262601

            Bug ID: 262601
           Summary: [PATCH] [pkgbase] Wrong PKG_ABI used in repo pathname
                    if a custom PKG_VERSION is given
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: astralblue@gmail.com

If a custom PKG_VERSION is specified, various pkgbase targets (such as
create-packages) use a wrong PKG_ABI with a minor version number (ex:
FreeBSD:14.0:amd64, should be FreeBSD:14:amd64 instead) in the repo pathnames.

https://github.com/freebsd/freebsd-src/pull/592 fixes this problem.

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