Created attachment 227409 [details] patch for 5.28.1 -> 5.29.0 update Update of Monit port to 5.29.0, patch attached + output of: portlint, make check-plist, make stage-qa. This update fixes also Bug 257941 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257941) Thanks, Martin
Created attachment 227410 [details] output of: make stage-qa
Created attachment 227411 [details] output of: portlint
Created attachment 227412 [details] output of: make check-plist
Hello, 1. use DISTVERSION instead of PORTVERSION: --- https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming --- 2. small fix using alphabetical order in PORTDOCS: --- +PORTDOCS= CHANGES COPYING -PORTDOCS= COPYING CHANGES --- What do you think? If it is ok, please update your patch Thanks
I'll take this one, closely related to bug #257941
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6234479982621235dc99824a812cd9ee11dbbf93 commit 6234479982621235dc99824a812cd9ee11dbbf93 Author: Martin Pala <martinp@tildeslash.com> AuthorDate: 2021-08-25 06:51:41 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-08-25 07:40:25 +0000 sysutils/monit: Update to 5.29.0 ChangeLog: https://www.mmonit.com/monit/changes/ This release fixes an issue reported in PR 257941 PR: 258029 257941 Reported by: martinp@tildeslash.com (maintainer) sysutils/monit/Makefile | 4 ++-- sysutils/monit/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Committed with minor changes. Thanks!
A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=497ca938c5ed7eff2cf441a4ffee4843d2345c5b commit 497ca938c5ed7eff2cf441a4ffee4843d2345c5b Author: Martin Pala <martinp@tildeslash.com> AuthorDate: 2021-08-25 06:51:41 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2021-09-20 21:32:05 +0000 sysutils/monit: Update to 5.29.0 ChangeLog: https://www.mmonit.com/monit/changes/ This release fixes an issue reported in PR 257941 PR: 258029 257941 Reported by: martinp@tildeslash.com (maintainer) (cherry picked from commit 6234479982621235dc99824a812cd9ee11dbbf93) sysutils/monit/Makefile | 4 ++-- sysutils/monit/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)