On Thu, Aug 09, 2018 at 09:04:54AM +0200, Landry Breuil wrote:
> Hi,
> 
> here's an update to latest influxdb, looking for testers!

builds and runs fine. Tested on amd64 with collectd and grafana.

ok remi

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/databases/influxdb/Makefile,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile
> --- Makefile  17 May 2018 09:21:12 -0000      1.6
> +++ Makefile  9 Aug 2018 07:03:37 -0000
> @@ -2,9 +2,8 @@
>  
>  COMMENT =    time-series datastore for metrics, events, and analytics
>  
> -V =          1.5.2
> +V =          1.6.1
>  DISTNAME =   influxdb-${V}
> -REVISION =   0
>  
>  HOMEPAGE =   https://influxdata.com
>  # selfhosted because we bundle go deps
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/databases/influxdb/distinfo,v
> retrieving revision 1.2
> diff -u -r1.2 distinfo
> --- distinfo  25 Apr 2018 15:48:02 -0000      1.2
> +++ distinfo  9 Aug 2018 07:03:37 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (influxdb-1.5.2.tar.gz) = qaDlenMvjJeJuYw9/fXm5mLF0pRlykIbW+eQzXs2rV0=
> -SIZE (influxdb-1.5.2.tar.gz) = 7711974
> +SHA256 (influxdb-1.6.1.tar.gz) = O63l8wKY3Lj/aoVhydQfxO8O4W7SJFsy9SnBcABJI7o=
> +SIZE (influxdb-1.6.1.tar.gz) = 10202830
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/databases/influxdb/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -r1.2 PLIST
> --- pkg/PLIST 17 May 2018 09:21:12 -0000      1.2
> +++ pkg/PLIST 9 Aug 2018 07:03:37 -0000
> @@ -1,7 +1,10 @@
>  @comment $OpenBSD: PLIST,v 1.2 2018/05/17 09:21:12 espie Exp $
>  @newgroup _influx:797
>  @newuser _influx:797:_influx:daemon:InfluxDB 
> user:${VARBASE}/influxdb:/sbin/nologin
> +@rcscript ${RCDIR}/influxdb
> +@extraunexec rm -rf ${VARBASE}/influxdb/
>  @bin bin/influx
> +@bin bin/influx-tools
>  @bin bin/influx_inspect
>  @bin bin/influx_stress
>  @bin bin/influx_tsm
> @@ -28,8 +31,3 @@
>  @sample ${SYSCONFDIR}/influxdb/influxdb.conf
>  @mode 0750
>  @sample ${VARBASE}/influxdb/
> -@mode
> -@owner
> -@group
> -@rcscript ${RCDIR}/influxdb
> -@extraunexec rm -rf ${VARBASE}/influxdb/

Reply via email to