Date: Mon, 23 Mar 2026 11:40:33 +0100 (CET)
From: Ronald Klop <ronald-lists@klop.ws>
To: Michael Osipov <michaelo@FreeBSD.org>
Cc: ports-committers@FreeBSD.org, dev-commits-ports-main@FreeBSD.org, dev-commits-ports-all@FreeBSD.org
Subject: Re: git: c5ebe54afbb8 - main - databases/mongodb{7,8}0: Use documented placeholder NETWOKING in RC scripts
Message-ID: <611872620.249.1774262433809@localhost>
In-Reply-To: <69c0256c.372e2.65dbf9e9@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
Hi,
I noticed the maintainer timeout mentioned. In hindsight I see that I moved some Phabricator mails to my Trash box. I never interpreted these review mails as something related to a port I maintain.
Anyway, I think the change is fine.
Regards,
Ronald.
Van: Michael Osipov <michaelo@FreeBSD.org>
Datum: zondag, 22 maart 2026 18:22
Aan: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Onderwerp: git: c5ebe54afbb8 - main - databases/mongodb{7,8}0: Use documented placeholder NETWOKING in RC scripts
>
> 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
>
>
>
>
[-- Attachment #2 --]
<html><head></head><body>Hi,<br>
<br>
I noticed the maintainer timeout mentioned. In hindsight I see that I moved some Phabricator mails to my Trash box. I never interpreted these review mails as something related to a port I maintain.<br>
Anyway, I think the change is fine.<br>
<br>
Regards,<br>
Ronald.<br>
<br>
<p><strong>Van:</strong> Michael Osipov <michaelo@FreeBSD.org><br>
<strong>Datum:</strong> zondag, 22 maart 2026 18:22<br>
<strong>Aan:</strong> ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org<br>
<strong>Onderwerp:</strong> git: c5ebe54afbb8 - main - databases/mongodb{7,8}0: Use documented placeholder NETWOKING in RC scripts</p>
<blockquote style="padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left: #000000 2px solid; margin-right: 0px">
<div class="MessageRFC822Viewer" id="P">
<div class="TextPlainViewer" id="P.P">The branch main has been updated by michaelo:<br>
<br>
URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=c5ebe54afbb869ba15b860b7b29b61a6973e1be2">https://cgit.FreeBSD.org/ports/commit/?id=c5ebe54afbb869ba15b860b7b29b61a6973e1be2</a><br>
<br>
commit c5ebe54afbb869ba15b860b7b29b61a6973e1be2<br>
Author: Michael Osipov <michaelo@FreeBSD.org><br>
AuthorDate: 2026-03-07 21:15:08 +0000<br>
Commit: Michael Osipov <michaelo@FreeBSD.org><br>
CommitDate: 2026-03-22 17:22:24 +0000<br>
<br>
databases/mongodb{7,8}0: Use documented placeholder NETWOKING in RC scripts<br>
<br>
PR: 293652<br>
Approved by: ronald (maintainer timeout)<br>
Differential Revision: <a href="https://reviews.freebsd.org/D55712">https://reviews.freebsd.org/D55712</a><br>
---<br>
databases/mongodb70/Makefile | 1 +<br>
databases/mongodb70/files/mongod.in | 2 +-<br>
databases/mongodb80/Makefile | 2 +-<br>
databases/mongodb80/files/mongod.in | 2 +-<br>
4 files changed, 4 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/databases/mongodb70/Makefile b/databases/mongodb70/Makefile<br>
index de48ec04a149..bc5f9d1cb668 100644<br>
--- a/databases/mongodb70/Makefile<br>
+++ b/databases/mongodb70/Makefile<br>
@@ -1,6 +1,7 @@<br>
PORTNAME= mongodb<br>
DISTVERSIONPREFIX= r<br>
DISTVERSION= 7.0.31<br>
+PORTREVISION= 1<br>
CATEGORIES= databases net<br>
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}<br>
<br>
diff --git a/databases/mongodb70/files/mongod.in b/databases/mongodb70/files/mongod.in<br>
index 20b0f5c0f43d..53d966b4b16a 100644<br>
--- a/databases/mongodb70/files/mongod.in<br>
+++ b/databases/mongodb70/files/mongod.in<br>
@@ -1,7 +1,7 @@<br>
#!/bin/sh<br>
<br>
# PROVIDE: mongod<br>
-# REQUIRE: NETWORK ldconfig<br>
+# REQUIRE: NETWORKING ldconfig<br>
# KEYWORD: shutdown<br>
#<br>
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf<br>
diff --git a/databases/mongodb80/Makefile b/databases/mongodb80/Makefile<br>
index cc39c518c902..a3e2237acd80 100644<br>
--- a/databases/mongodb80/Makefile<br>
+++ b/databases/mongodb80/Makefile<br>
@@ -1,7 +1,7 @@<br>
PORTNAME= mongodb<br>
DISTVERSIONPREFIX= r<br>
DISTVERSION= 8.0.12<br>
-PORTREVISION= 6<br>
+PORTREVISION= 7<br>
CATEGORIES= databases net<br>
PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}<br>
<br>
diff --git a/databases/mongodb80/files/mongod.in b/databases/mongodb80/files/mongod.in<br>
index 20b0f5c0f43d..53d966b4b16a 100644<br>
--- a/databases/mongodb80/files/mongod.in<br>
+++ b/databases/mongodb80/files/mongod.in<br>
@@ -1,7 +1,7 @@<br>
#!/bin/sh<br>
<br>
# PROVIDE: mongod<br>
-# REQUIRE: NETWORK ldconfig<br>
+# REQUIRE: NETWORKING ldconfig<br>
# KEYWORD: shutdown<br>
#<br>
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf<br>
</div>
<hr></div>
</blockquote>
<br>
</body></html>
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?611872620.249.1774262433809>
