[Bug 272248] security/p5-openxpki{-i18n}: Update to 3.24.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 30 Jun 2023 07:29:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272248

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
             Status|New                         |In Progress
                 CC|                            |fuz@FreeBSD.org

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Instead of ${CAT} filelist, you may want to use a redirection operator,
avoiding a useless use of cat.  For example:

    ${XARGS} -I % ${RM} "%.bak" <filelist ;

Will commit this patch as is.

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