git: 931e531f05f5 - main - net-mgmt/{victoria-metrics,vmutils}: update to version 1.126.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Sep 2025 09:11:29 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=931e531f05f5856f8f69166979ec88ccabdc2945
commit 931e531f05f5856f8f69166979ec88ccabdc2945
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-09-16 09:10:22 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-09-16 09:10:22 +0000
net-mgmt/{victoria-metrics,vmutils}: update to version 1.126.0
- Required Go[lang] version had been bumped to 1.25
- Garbage-collect no longer needed patch now that date(1)
is called in a portable way (thanks to Dmytro Kozlov)
Reported by: portscout
---
net-mgmt/victoria-metrics/Makefile | 8 ++++----
net-mgmt/victoria-metrics/distinfo | 6 +++---
.../victoria-metrics/files/patch-benchmarks_Makefile | 16 ----------------
net-mgmt/victoria-metrics/pkg-plist | 3 +++
net-mgmt/vmutils/Makefile | 1 -
net-mgmt/vmutils/pkg-plist | 5 +++++
6 files changed, 15 insertions(+), 24 deletions(-)
diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile
index 65abb771c070..681b851a1fd9 100644
--- a/net-mgmt/victoria-metrics/Makefile
+++ b/net-mgmt/victoria-metrics/Makefile
@@ -1,7 +1,7 @@
PORTNAME?= victoria-metrics
-PORTVERSION= 1.123.0 # don't forget to update BUILDINFO_TAG
+PORTVERSION= 1.126.0 # don't forget to update BUILDINFO_TAG
DISTVERSIONPREFIX= v
-PORTREVISION?= 1
+PORTREVISION?= 0
CATEGORIES= net-mgmt
MAINTAINER= danfe@FreeBSD.org
@@ -11,10 +11,10 @@ WWW= https://victoriametrics.com/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake go:1.24,no_targets
+USES= gmake go:1.25,no_targets
USE_RC_SUBR?= ${PORTNAME}
MAKE_ENV= PKG_TAG=v${PORTVERSION} GOOS=${OPSYS:tl} \
- BUILDINFO_TAG=tags-v${PORTVERSION}-0-gfbe5ddc \
+ BUILDINFO_TAG=tags-v${PORTVERSION}-0-gaa42963 \
DATEINFO_TAG=${_GET_DATE:sh}
ALL_TARGET= ${PORTNAME}-pure
diff --git a/net-mgmt/victoria-metrics/distinfo b/net-mgmt/victoria-metrics/distinfo
index 4b4cd12b11c5..358825537494 100644
--- a/net-mgmt/victoria-metrics/distinfo
+++ b/net-mgmt/victoria-metrics/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754052859
-SHA256 (VictoriaMetrics-VictoriaMetrics-v1.123.0_GH0.tar.gz) = fac29199ea949c420800564a0aeae33bd21539916cdfdccaf6617695083c54ec
-SIZE (VictoriaMetrics-VictoriaMetrics-v1.123.0_GH0.tar.gz) = 37769067
+TIMESTAMP = 1757681862
+SHA256 (VictoriaMetrics-VictoriaMetrics-v1.126.0_GH0.tar.gz) = 460871ab460183220624df41b4400419e3635615803374c6a8f5844d159e0988
+SIZE (VictoriaMetrics-VictoriaMetrics-v1.126.0_GH0.tar.gz) = 41162635
diff --git a/net-mgmt/victoria-metrics/files/patch-benchmarks_Makefile b/net-mgmt/victoria-metrics/files/patch-benchmarks_Makefile
deleted file mode 100644
index 215eb55c0f16..000000000000
--- a/net-mgmt/victoria-metrics/files/patch-benchmarks_Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
---- benchmarks/Makefile.orig 2025-08-01 12:54:19 UTC
-+++ benchmarks/Makefile
-@@ -35,11 +35,8 @@
- tsbs: tsbs-build tsbs-generate-data tsbs-load-data tsbs-generate-queries tsbs-run-queries
-
- TSBS_SCALE := 100000
--# If GNU date is available, use it; otherwise, fall back to the standard date command
--# User can install GNU date on macOS via `brew install coreutils`
--DATE_CMD := $(shell which gdate 2>/dev/null || echo date)
--TSBS_START := $(shell $(DATE_CMD) -u -d "1 day ago 00:00:00" +"%Y-%m-%dT%H:%M:%SZ")
--TSBS_END := $(shell $(DATE_CMD) -u -d "00:00:00" +"%Y-%m-%dT%H:%M:%SZ")
-+TSBS_START := $(shell date -u -v-1d -v0H -v0M -v0S +"%Y-%m-%dT%H:%M:%SZ")
-+TSBS_END := $(shell date -u -v0H -v0M -v0S +"%Y-%m-%dT%H:%M:%SZ")
- TSBS_STEP := 80s
- TSBS_QUERIES := 1000
- TSBS_WORKERS := 4
diff --git a/net-mgmt/victoria-metrics/pkg-plist b/net-mgmt/victoria-metrics/pkg-plist
index f8e3e7f12c2c..15ac487e5f52 100644
--- a/net-mgmt/victoria-metrics/pkg-plist
+++ b/net-mgmt/victoria-metrics/pkg-plist
@@ -200,9 +200,11 @@ bin/victoria-metrics
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/grafana.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/graphite.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/influxdb.md
+%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/kafka.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/newrelic.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/opentsdb.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/prometheus.md
+%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/integrations/pubsub.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/keyConcepts/_index.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/keyConcepts/counter.webp
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/keyConcepts/data_collection.webp
@@ -242,5 +244,6 @@ bin/victoria-metrics
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/stream-aggregation/configuration-total.webp
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/stream-aggregation/configuration.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/url-examples.md
+%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/victoria_metrics_flags.md
%%PORTDOCS%%%%DOCSDIR%%/victoriametrics/victoriametrics-datasource.md
@dir(%%VICTORIA_USER%%,%%VICTORIA_GROUP%%,750) %%VICTORIA_DATA%%
diff --git a/net-mgmt/vmutils/Makefile b/net-mgmt/vmutils/Makefile
index 81fa7ca916df..faa8e86c8244 100644
--- a/net-mgmt/vmutils/Makefile
+++ b/net-mgmt/vmutils/Makefile
@@ -1,5 +1,4 @@
PORTNAME= vmutils
-PORTREVISION= 1
COMMENT= Ancillary utilities and agent for VictoriaMetrics
diff --git a/net-mgmt/vmutils/pkg-plist b/net-mgmt/vmutils/pkg-plist
index 506a8e0534a2..81ff6ce8f5cc 100644
--- a/net-mgmt/vmutils/pkg-plist
+++ b/net-mgmt/vmutils/pkg-plist
@@ -7,10 +7,12 @@ bin/vmrestore
@sample etc/prometheus/prometheus.yml.sample
%%PORTDOCS%%%%DOCSDIR%%/vmagent.md
%%PORTDOCS%%%%DOCSDIR%%/vmagent.webp
+%%PORTDOCS%%%%DOCSDIR%%/vmagent_flags.md
%%PORTDOCS%%%%DOCSDIR%%/vmalert-tool.md
%%PORTDOCS%%%%DOCSDIR%%/vmalert.md
%%PORTDOCS%%%%DOCSDIR%%/vmalert_cluster.excalidraw
%%PORTDOCS%%%%DOCSDIR%%/vmalert_cluster.webp
+%%PORTDOCS%%%%DOCSDIR%%/vmalert_flags.md
%%PORTDOCS%%%%DOCSDIR%%/vmalert_ha.excalidraw
%%PORTDOCS%%%%DOCSDIR%%/vmalert_ha.webp
%%PORTDOCS%%%%DOCSDIR%%/vmalert_multicluster.excalidraw
@@ -44,4 +46,7 @@ bin/vmrestore
%%PORTDOCS%%%%DOCSDIR%%/vmgateway-overview.webp
%%PORTDOCS%%%%DOCSDIR%%/vmgateway-rate-limiting.webp
%%PORTDOCS%%%%DOCSDIR%%/vmgateway.md
+%%PORTDOCS%%%%DOCSDIR%%/vminsert_flags.md
%%PORTDOCS%%%%DOCSDIR%%/vmrestore.md
+%%PORTDOCS%%%%DOCSDIR%%/vmselect_flags.md
+%%PORTDOCS%%%%DOCSDIR%%/vmstorage_flags.md