git: e607b5233459 - main - net-mgmt/victoria-metrics: REQUIRE in RC script is wrong
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Mar 2026 13:54:50 UTC
The branch main has been updated by michaelo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e607b5233459580cb22fecc1708d0459ddfa6fa8
commit e607b5233459580cb22fecc1708d0459ddfa6fa8
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2026-01-24 19:11:35 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-03-07 13:54:40 +0000
net-mgmt/victoria-metrics: REQUIRE in RC script is wrong
PR: 292407
Approved by: danfe (maintainer timeout)
---
net-mgmt/victoria-metrics/Makefile | 2 +-
net-mgmt/victoria-metrics/files/victoria-metrics.in | 2 +-
net-mgmt/victoria-metrics/files/vmagent.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile
index b1e4c4d5a528..c1185a3f7106 100644
--- a/net-mgmt/victoria-metrics/Makefile
+++ b/net-mgmt/victoria-metrics/Makefile
@@ -1,7 +1,7 @@
PORTNAME?= victoria-metrics
PORTVERSION= 1.133.0 # don't forget to update BUILDINFO_TAG
DISTVERSIONPREFIX= v
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= net-mgmt
MAINTAINER= danfe@FreeBSD.org
diff --git a/net-mgmt/victoria-metrics/files/victoria-metrics.in b/net-mgmt/victoria-metrics/files/victoria-metrics.in
index 1d783abc77de..5ed7844e771d 100644
--- a/net-mgmt/victoria-metrics/files/victoria-metrics.in
+++ b/net-mgmt/victoria-metrics/files/victoria-metrics.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: victoria_metrics
-# REQUIRE: NETWORK
+# REQUIRE: NETWORKING
# BEFORE: DAEMON
. /etc/rc.subr
diff --git a/net-mgmt/victoria-metrics/files/vmagent.in b/net-mgmt/victoria-metrics/files/vmagent.in
index fb055fa0e39d..69c393ed137c 100644
--- a/net-mgmt/victoria-metrics/files/vmagent.in
+++ b/net-mgmt/victoria-metrics/files/vmagent.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: vmagent
-# REQUIRE: NETWORK
+# REQUIRE: NETWORKING
# BEFORE: DAEMON
. /etc/rc.subr