diff options
author | Duane <parakleta@darkreality.org> | 2025-09-06 01:59:32 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-09-06 01:59:32 +0300 |
commit | 1dea1165c91c424f2c841405d006f4acd020133f (patch) | |
tree | 3e54d2248cc83bc9c01e6f5af69caaeb1c4d8cb3 | |
parent | java/eclipse: Update 4.36 => 4.37 (diff) |
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
-rw-r--r-- | www/mongoose/Makefile | 3 | ||||
-rw-r--r-- | 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 |