Date: Wed, 7 Feb 2018 12:00:54 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461138 - in head/sysutils/beats: . files Message-ID: <201802071200.w17C0suU049236@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Wed Feb 7 12:00:54 2018 New Revision: 461138 URL: https://svnweb.freebsd.org/changeset/ports/461138 Log: Update to version 6.2.0 Deleted: head/sysutils/beats/files/patch-gosigar_freebsd.go Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo head/sysutils/beats/files/patch-libbeat_scripts_Makefile Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Wed Feb 7 10:21:57 2018 (r461137) +++ head/sysutils/beats/Makefile Wed Feb 7 12:00:54 2018 (r461138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 6.1.3 +PORTVERSION= 6.2.0 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Wed Feb 7 10:21:57 2018 (r461137) +++ head/sysutils/beats/distinfo Wed Feb 7 12:00:54 2018 (r461138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517398295 -SHA256 (elastic-beats-v6.1.3_GH0.tar.gz) = 5a21ce1eca7eab2b8214b54a7f4690cd557cd05073119f861025330e1b4006a3 -SIZE (elastic-beats-v6.1.3_GH0.tar.gz) = 17374165 +TIMESTAMP = 1518004202 +SHA256 (elastic-beats-v6.2.0_GH0.tar.gz) = f4cf4dee93ae5803d7c07573e96f73ee421cf9f3154615c9c518137c1956feab +SIZE (elastic-beats-v6.2.0_GH0.tar.gz) = 19405883 Modified: head/sysutils/beats/files/patch-libbeat_scripts_Makefile ============================================================================== --- head/sysutils/beats/files/patch-libbeat_scripts_Makefile Wed Feb 7 10:21:57 2018 (r461137) +++ head/sysutils/beats/files/patch-libbeat_scripts_Makefile Wed Feb 7 12:00:54 2018 (r461138) @@ -1,9 +1,9 @@ ---- libbeat/scripts/Makefile.orig 2016-12-08 18:08:06.201040000 +0100 -+++ libbeat/scripts/Makefile 2016-12-08 18:08:14.835100000 +0100 -@@ -30,7 +30,7 @@ - GOFILES = $(shell find . -type f -name '*.go') +--- libbeat/scripts/Makefile.orig 2018-02-01 16:56:52.000000000 +0100 ++++ libbeat/scripts/Makefile 2018-02-07 12:53:00.911420000 +0100 +@@ -27,7 +27,7 @@ GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*") GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go') + GOPACKAGES_STRESSTESTS=$(shell find . -name '*.go' | xargs awk 'FNR>1 {nextfile} /\+build.*stresstest/ {print FILENAME; nextfile}' | xargs dirname | uniq) -SHELL=bash +SHELL=sh ES_HOST?="elasticsearch"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802071200.w17C0suU049236>