diff options
Diffstat (limited to 'net-mgmt/victoria-logs/Makefile')
-rw-r--r-- | net-mgmt/victoria-logs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/victoria-logs/Makefile b/net-mgmt/victoria-logs/Makefile index 6aeb1124b7fb..49cb0eb7837a 100644 --- a/net-mgmt/victoria-logs/Makefile +++ b/net-mgmt/victoria-logs/Makefile @@ -1,7 +1,6 @@ PORTNAME= victoria-logs -PORTVERSION= 1.24.0 +PORTVERSION= 1.34.0 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX=-victorialogs PORTREVISION= 2 CATEGORIES= net-mgmt @@ -12,9 +11,9 @@ WWW= https://victoriametrics.com/products/victorialogs/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake go:modules,1.24,no_targets +USES= gmake go:modules,1.25,no_targets -GO_MODULE= github.com/VictoriaMetrics/VictoriaMetrics +GO_MODULE= github.com/VictoriaMetrics/VictoriaLogs USE_RC_SUBR?= ${PORTNAME} MAKE_ENV= PKG_TAG=v${PORTVERSION} GOOS=${OPSYS:tl} \ |