diff options
Diffstat (limited to 'net-mgmt/victoria-metrics/Makefile')
-rw-r--r-- | net-mgmt/victoria-metrics/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile index 65abb771c070..9f861be6c742 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?= 2 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 |