diff options
Diffstat (limited to 'net-mgmt/thanos/Makefile')
-rw-r--r-- | net-mgmt/thanos/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/thanos/Makefile b/net-mgmt/thanos/Makefile index b61c6f0a3f4e..09fd8fc1ff4a 100644 --- a/net-mgmt/thanos/Makefile +++ b/net-mgmt/thanos/Makefile @@ -1,10 +1,10 @@ PORTNAME= thanos DISTVERSIONPREFIX= v -DISTVERSION= 0.38.0 -PORTREVISION= 3 +DISTVERSION= 0.39.2 +PORTREVISION= 1 CATEGORIES= net-mgmt -MAINTAINER= alster@vinterdalen.se +MAINTAINER= alven@FreeBSD.org COMMENT= Highly available Prometheus setup with long term storage capabilities WWW= https://thanos.io/ \ https://github.com/thanos-io/thanos/ @@ -12,17 +12,16 @@ WWW= https://thanos.io/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules GO_MODULE= github.com/thanos-io/thanos GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ -s -w \ - -X github.com/prometheus/common/version.Revision="18291a7" \ -X github.com/prometheus/common/version.Branch="master" \ -X github.com/prometheus/common/version.BuildDate=${BUILD_DATE} \ -X github.com/prometheus/common/version.BuildUser=${USER} \ - -X github.com/prometheus/common/version.Revision="0439da0" \ + -X github.com/prometheus/common/version.Revision="36681af" \ -X github.com/prometheus/common/version.Version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} |