Bug 270085

Summary: net-mgmt/nagiosql: Update to 3.5.0_1
Product: Ports & Packages Reporter: Helmut Ritter <freebsd-ports>
Component: Individual Port(s)Assignee: Dan Langille <dvl>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (dvl)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://gitlab.com/wizonet/nagiosql/
Attachments:
Description Flags
Update to 3.5.0_1
none
Poudriere Log none

Description Helmut Ritter 2023-03-10 11:48:51 UTC
Fixes a regression of Webserver Authentication
https://gitlab.com/wizonet/nagiosql/-/issues/37
Comment 1 Helmut Ritter 2023-03-10 11:48:56 UTC
Created attachment 240719 [details]
Update to 3.5.0_1
Comment 2 Helmut Ritter 2023-03-10 11:49:00 UTC
Created attachment 240720 [details]
Poudriere Log
Comment 3 Dan Langille freebsd_committer freebsd_triage 2023-03-10 14:35:51 UTC
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.
Comment 4 Helmut Ritter 2023-03-11 09:42:53 UTC
(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.
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-03-11 18:51:14 UTC
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(-)
Comment 6 Dan Langille freebsd_committer freebsd_triage 2023-03-11 18:51:59 UTC
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