[Bug 290600] ports-mgmt/pkg: Fix stage-qa warning and sort PLIST

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Nov 2025 10:25:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290600

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=236ce023bd14008e44bb91ea3222f8950942d78f

commit 236ce023bd14008e44bb91ea3222f8950942d78f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-05 10:18:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-05 10:23:44 +0000

    ports-mgmt/pkg: Fix stage-qa warning and sort PLIST

    - Strip shared library and binary executable
    - Sort PLIST
    - Bump PORTREVISION for package change

    ====> Running Q/A tests (stage-qa)
    Warning: 'lib/libpkg.so.4' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}
    Warning: 'sbin/pkg-static' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}
    Warning: 'sbin/pkg' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}

    PR:             290600
    Approved by:    bapt

 ports-mgmt/pkg/Makefile  | 2 ++
 ports-mgmt/pkg/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

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