diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-17 12:10:37 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-17 12:10:37 +0000 |
commit | dc0134217b3df1c2a06734c71c76b9555b5a52f7 (patch) | |
tree | 4dc3ff9983b0c7c5b8db26f4d66c8a32aef187c7 /sysutils | |
parent | ba88f3b2ec49dfcbc6ce7361f0b119a36f4ebe7e (diff) | |
download | pkgsrc-dc0134217b3df1c2a06734c71c76b9555b5a52f7.tar.gz |
Belated PKGREVISION bump for devel/protobuf update.
Fixes at least joyent/pkgsrc#60.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/collectd-riemann/Makefile | 3 | ||||
-rw-r--r-- | sysutils/collectd-write_prometheus/Makefile | 3 | ||||
-rw-r--r-- | sysutils/riemann-client/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/collectd-riemann/Makefile b/sysutils/collectd-riemann/Makefile index d65fb5204a7..051ba4d9290 100644 --- a/sysutils/collectd-riemann/Makefile +++ b/sysutils/collectd-riemann/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2016/10/13 15:17:28 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2018/01/17 12:10:38 jperkin Exp $ COLLECTD_PACKAGE= riemann COLLECTD_PLUGINS= write_riemann COMMENT= Statistics collection daemon - riemann plugin +PKGREVISION= 1 .include "../../sysutils/collectd/Makefile.common" diff --git a/sysutils/collectd-write_prometheus/Makefile b/sysutils/collectd-write_prometheus/Makefile index b306aa4eff7..ddd4b7c776f 100644 --- a/sysutils/collectd-write_prometheus/Makefile +++ b/sysutils/collectd-write_prometheus/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2017/12/08 16:47:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.2 2018/01/17 12:10:38 jperkin Exp $ COLLECTD_PACKAGE= write_prometheus COMMENT= Statistics collection daemon - write_prometheus plugin +PKGREVISION= 1 .include "../../sysutils/collectd/Makefile.common" diff --git a/sysutils/riemann-client/Makefile b/sysutils/riemann-client/Makefile index e7048b8f939..4133fe4bb9a 100644 --- a/sysutils/riemann-client/Makefile +++ b/sysutils/riemann-client/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2016/10/13 11:03:13 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2018/01/17 12:10:38 jperkin Exp $ DISTNAME= riemann-c-client-1.9.1 PKGNAME= ${DISTNAME:S/c-//} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=algernon/} EXTRACT_SUFX= .tar.xz |