'make -C sysutils/checkrestart stage check-plist' gives: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: etc/periodic/security/checkrestart ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: etc/periodic/security//checkrestart ===> Error: Plist issues found. *** Error code 1
Created attachment 242019 [details] [patch] fix check-plist for sysutils/checkrestart It could be argued that check-plist should be smart enough to not be tripped up by one or more extra slashes in a pathname, but this patch just fixes the extra slash in sysutils/checkrestart. I didn't look at check-plist to see if a fix could be easily implemented there (it probably could).
Comment on attachment 242019 [details] [patch] fix check-plist for sysutils/checkrestart Thanks!
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=73f596c04224b56045bc1b583119ffbd90f8852e commit 73f596c04224b56045bc1b583119ffbd90f8852e Author: Thomas Hurst <tom@hur.st> AuthorDate: 2023-05-08 09:40:39 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-05-08 13:10:17 +0000 sysutils/checkrestart: Pacify check-plist Fix extra slash. PR: 271282 Reported by: jcfyecrayz@liamekaens.com (maintainer) sysutils/checkrestart/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)