Fixes a regression of Webserver Authentication https://gitlab.com/wizonet/nagiosql/-/issues/37
Created attachment 240719 [details] Update to 3.5.0_1
Created attachment 240720 [details] Poudriere Log
If the code base is changing, that requires an update to PORTVERSION/DISTVERSION, not PORTREVISION. Why don't we start with date-based VERSION? Given upstream is not creating releases. What about? 3.5.0.2023.03.10 This will keep things incrementing without needing to resort to anything fancy.
(In reply to Dan Langille from comment #3) I'm open for everything, just let me know what I need to change here as I'm no port expert.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e20eef6a0b133dcf1fc2f0d8f9e6c7956515779 commit 1e20eef6a0b133dcf1fc2f0d8f9e6c7956515779 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-03-11 18:49:46 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-03-11 18:50:30 +0000 net-mgmt/nagiosql: Update to 3.5.0.20230311 Fixes a regression of Webserver Authentication https://gitlab.com/wizonet/nagiosql/-/issues/37 PR: 270085 net-mgmt/nagiosql/Makefile | 4 ++-- net-mgmt/nagiosql/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
I used: PORTVERSION= 3.5.0.20230311 That's just today's date. Whenever GL_COMMIT is changed, that value will change to reflect today's date. Thank you