v1.2.4 : Optional prometheus exporter

This commit is contained in:
yo
2021-02-20 19:40:16 +01:00
parent 5296f2b6df
commit 36c943f604
2 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# $FreeBSD: head/sysutils/postfix-log-parser/Makefile 517745 2021-02-15 15:10:39Z yo000 $
PORTNAME= postfix-log-parser
PORTVERSION= 1.2.3
PORTVERSION= 1.2.4
DISTVERSIONPREFIX=v
PORTREVISION= 3
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= johan@nosd.in
@ -22,7 +22,8 @@ GH_PROJECT= postfix-log-parser
GH_TUPLE= spf13:cobra:v1.1.3:cobra/vendor/github.com/spf13/cobra \
spf13:pflag:v1.0.5:pflag/vendor/github.com/spf13/pflag \
tabalt:pidfile:v1.1.0:pidfile/vendor/github.com/tabalt/pidfile
tabalt:pidfile:v1.1.0:pidfile/vendor/github.com/tabalt/pidfile \
prometheus:client_golang:v1.9.0:client_golang/vendor/github.com/prometheus/client_golang
pre-test:
${SETENV} GOPATH="${WRKDIR}"