v1.2.4 : Optional prometheus exporter
This commit is contained in:
7
Makefile
7
Makefile
@ -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}"
|
||||
|
Reference in New Issue
Block a user