Created attachment 215639 [details] patch to update port MAINTAINER update sysutils/file to 5.39.
^Triage: - If there is a changelog or release notes URL available for this version, please add it to the URL field. A changelog is useful to see if it is a security release or a bugfix release: if it is either of them please also set the merge-quarterly flag to ?. - Please confirm this change passes QA (portlint, poudriere at least). For details and instructions, see: https://www.freebsd.org/doc/en/books/porters-handbook/testing.html
There is a plist error with this patch: - poudriere (plist error): ``` ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: libdata/pkgconfig/libmagic.pc ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. ``` - porlint (1 irrevelant warning): ``` WARN: Makefile: [2]: possible direct use of command "file" found. use ${FILE} instead. 0 fatal errors and 1 warning found. ```
Created attachment 215644 [details] sysutils/file: Update to 5.39 Fixed pkg-plist
(In reply to Loïc Bartoletti from comment #3) - poudriere (11/12/HEAD i386/amd64)
Comment on attachment 215644 [details] sysutils/file: Update to 5.39 Approved new patch. Thanks!
A commit references this bug: Author: lbartoletti Date: Fri Jun 19 03:57:01 UTC 2020 New revision: 539581 URL: https://svnweb.freebsd.org/changeset/ports/539581 Log: sysutils/file: Update to 5.39 - Update to 5.39 - Fix plist PR: 247331 Submitted by: jharris@widomaker.com (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25314 Changes: head/sysutils/file/Makefile head/sysutils/file/distinfo head/sysutils/file/pkg-plist
^Triage: MFH flag is now OBE.