git: 218072af3a70 - 2025Q3 - www/mongoose: Fix case in rc.d file in "REQUIRE" section: daemon => DAEMON

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Fri, 05 Sep 2025 23:07:15 UTC
The branch 2025Q3 has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=218072af3a704a2557b8cc732a478f1c5d28de68

commit 218072af3a704a2557b8cc732a478f1c5d28de68
Author:     Duane <parakleta@darkreality.org>
AuthorDate: 2025-09-05 22:59:32 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-05 23:06:48 +0000

    www/mongoose: Fix case in rc.d file in "REQUIRE" section: daemon => DAEMON
    
    While here replace PORTVERSION with DISTVERSION.
    
    PR:             289203
    Approved by:    lytboris@gmail.com (maintainer)
    MFH:            2025Q3
    
    (cherry picked from commit 1dea1165c91c424f2c841405d006f4acd020133f)
---
 www/mongoose/Makefile          | 3 ++-
 www/mongoose/files/mongoose.in | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/mongoose/Makefile b/www/mongoose/Makefile
index 43f5296e26e6..777719e09f3a 100644
--- a/www/mongoose/Makefile
+++ b/www/mongoose/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mongoose
-PORTVERSION=	5.6
+DISTVERSION=	5.6
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	lytboris@gmail.com
diff --git a/www/mongoose/files/mongoose.in b/www/mongoose/files/mongoose.in
index 99ee54b11bbe..d6db19280e3b 100644
--- a/www/mongoose/files/mongoose.in
+++ b/www/mongoose/files/mongoose.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: mongoose
-# REQUIRE: daemon
+# REQUIRE: DAEMON
 
 # Define these mongoose_* variables in one of these files:
 #       /etc/rc.conf