Skip site navigation (1)Skip section navigation (2)
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>
&nbsp;
<p><strong>Van:</strong> Michael Osipov &lt;michaelo@FreeBSD.org&gt;<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: &nbsp;&nbsp;&nbsp;&nbsp;Michael Osipov &lt;michaelo@FreeBSD.org&gt;<br>
AuthorDate: 2026-03-07 21:15:08 +0000<br>
Commit: &nbsp;&nbsp;&nbsp;&nbsp;Michael Osipov &lt;michaelo@FreeBSD.org&gt;<br>
CommitDate: 2026-03-22 17:22:24 +0000<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;databases/mongodb{7,8}0: Use documented placeholder NETWOKING in RC scripts<br>
&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;PR: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;293652<br>
&nbsp;&nbsp;&nbsp;&nbsp;Approved by: &nbsp;&nbsp;&nbsp;ronald (maintainer timeout)<br>
&nbsp;&nbsp;&nbsp;&nbsp;Differential Revision: &nbsp;<a href="https://reviews.freebsd.org/D55712">https://reviews.freebsd.org/D55712</a><br>;
---<br>
&nbsp;databases/mongodb70/Makefile &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 1 +<br>
&nbsp;databases/mongodb70/files/mongod.in | 2 +-<br>
&nbsp;databases/mongodb80/Makefile &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 2 +-<br>
&nbsp;databases/mongodb80/files/mongod.in | 2 +-<br>
&nbsp;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>
&nbsp;PORTNAME= &nbsp;mongodb<br>
&nbsp;DISTVERSIONPREFIX= r<br>
&nbsp;DISTVERSION= &nbsp;&nbsp;7.0.31<br>
+PORTREVISION= &nbsp;1<br>
&nbsp;CATEGORIES= &nbsp;&nbsp;&nbsp;databases net<br>
&nbsp;PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}<br>
&nbsp;<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>
&nbsp;#!/bin/sh<br>
&nbsp;<br>
&nbsp;# PROVIDE: mongod<br>
-# REQUIRE: NETWORK ldconfig<br>
+# REQUIRE: NETWORKING ldconfig<br>
&nbsp;# KEYWORD: shutdown<br>
&nbsp;#<br>
&nbsp;# 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>
&nbsp;PORTNAME= &nbsp;mongodb<br>
&nbsp;DISTVERSIONPREFIX= r<br>
&nbsp;DISTVERSION= &nbsp;&nbsp;8.0.12<br>
-PORTREVISION= &nbsp;6<br>
+PORTREVISION= &nbsp;7<br>
&nbsp;CATEGORIES= &nbsp;&nbsp;&nbsp;databases net<br>
&nbsp;PKGNAMESUFFIX= ${DISTVERSION:R:S/.//}<br>
&nbsp;<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>
&nbsp;#!/bin/sh<br>
&nbsp;<br>
&nbsp;# PROVIDE: mongod<br>
-# REQUIRE: NETWORK ldconfig<br>
+# REQUIRE: NETWORKING ldconfig<br>
&nbsp;# KEYWORD: shutdown<br>
&nbsp;#<br>
&nbsp;# Add the following lines to /etc/rc.conf.local or /etc/rc.conf<br>
&nbsp;</div>

<hr></div>
</blockquote>
<br>
&nbsp;</body></html>
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?611872620.249.1774262433809>