git: c5ebe54afbb8 - main - databases/mongodb{7,8}0: Use documented placeholder NETWOKING in RC scripts
Date: Sun, 22 Mar 2026 17:22:52 UTC
The branch main has been updated by michaelo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c5ebe54afbb869ba15b860b7b29b61a6973e1be2
commit c5ebe54afbb869ba15b860b7b29b61a6973e1be2
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2026-03-07 21:15:08 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-03-22 17:22:24 +0000
databases/mongodb{7,8}0: Use documented placeholder NETWOKING in RC scripts
PR: 293652
Approved by: ronald (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D55712
---
databases/mongodb70/Makefile | 1 +
databases/mongodb70/files/mongod.in | 2 +-
databases/mongodb80/Makefile | 2 +-
databases/mongodb80/files/mongod.in | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile
index de48ec04a149..bc5f9d1cb668 100644
--- a/databases/mongodb70/Makefile
+++ b/databases/mongodb70/Makefile
@@ -1,6 +1,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 7.0.31
+PORTREVISION= 1
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
diff --git a/databases/mongodb70/files/mongod.in b/databases/mongodb70/files/mongod.in
index 20b0f5c0f43d..53d966b4b16a 100644
--- a/databases/mongodb70/files/mongod.in
+++ b/databases/mongodb70/files/mongod.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: mongod
-# REQUIRE: NETWORK ldconfig
+# REQUIRE: NETWORKING ldconfig
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile
index cc39c518c902..a3e2237acd80 100644
--- a/databases/mongodb80/Makefile
+++ b/databases/mongodb80/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mongodb
DISTVERSIONPREFIX= r
DISTVERSION= 8.0.12
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= databases net
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}
diff --git a/databases/mongodb80/files/mongod.in b/databases/mongodb80/files/mongod.in
index 20b0f5c0f43d..53d966b4b16a 100644
--- a/databases/mongodb80/files/mongod.in
+++ b/databases/mongodb80/files/mongod.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: mongod
-# REQUIRE: NETWORK ldconfig
+# REQUIRE: NETWORKING ldconfig
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf