Created attachment 243403 [details] patch security/rkhunter's periodic script falls into the "security" category but follows pre-stable/12 variable naming conventions. Thus, it's meant to run daily but runs weekly and monthly as well. Modernize the script but use a compatibility shim to maintain previous variables.
Since the binary package will be (slightly) different, we need to bump PORTREVISION. No need to update a new patch.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c85caa3933d08274a9ba9b1be16ee8af5583b99a commit c85caa3933d08274a9ba9b1be16ee8af5583b99a Author: Helge Oldach <freebsd@oldach.net> AuthorDate: 2023-07-27 06:42:27 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-07-28 06:31:32 +0000 security/rkhunter: Modernize and correct the periodic script Modernize the script but use a compatibility shim to maintain previous variables. PR: 272516 Reported by: freebsd@oldach.net Approved by: lukasz@wasikowski.net (maintainer) security/rkhunter/Makefile | 2 +- security/rkhunter/files/415.rkhunter.in | 67 ++++++++++++++++----------------- security/rkhunter/pkg-message | 10 +++-- 3 files changed, 40 insertions(+), 39 deletions(-)