From owner-svn-ports-all@freebsd.org Thu Dec 21 14:08:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02084E99102; Thu, 21 Dec 2017 14:08:47 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C28ED67D69; Thu, 21 Dec 2017 14:08:46 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBLE8jjM064002; Thu, 21 Dec 2017 14:08:45 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBLE8jjv063999; Thu, 21 Dec 2017 14:08:45 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201712211408.vBLE8jjv063999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 21 Dec 2017 14:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456911 - in head/sysutils/beats: . files X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/sysutils/beats: . files X-SVN-Commit-Revision: 456911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 14:08:47 -0000 Author: girgen Date: Thu Dec 21 14:08:45 2017 New Revision: 456911 URL: https://svnweb.freebsd.org/changeset/ports/456911 Log: Update to latest version Added: head/sysutils/beats/files/patch-gosigar_linux_common.go (contents, props changed) Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Thu Dec 21 14:00:27 2017 (r456910) +++ head/sysutils/beats/Makefile Thu Dec 21 14:08:45 2017 (r456911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 6.0.1 +PORTVERSION= 6.1.1 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Thu Dec 21 14:00:27 2017 (r456910) +++ head/sysutils/beats/distinfo Thu Dec 21 14:08:45 2017 (r456911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512664719 -SHA256 (elastic-beats-v6.0.1_GH0.tar.gz) = 10cbac9789b227e844ad47ef563266057f5b7f6ca58d480f46c966e5055694ce -SIZE (elastic-beats-v6.0.1_GH0.tar.gz) = 15150919 +TIMESTAMP = 1513862160 +SHA256 (elastic-beats-v6.1.1_GH0.tar.gz) = c69f0047644be919e42a1d8fa3383c894ca8e054d5b6f727f161ed4ce497ca84 +SIZE (elastic-beats-v6.1.1_GH0.tar.gz) = 17061456 Added: head/sysutils/beats/files/patch-gosigar_linux_common.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/beats/files/patch-gosigar_linux_common.go Thu Dec 21 14:08:45 2017 (r456911) @@ -0,0 +1,18 @@ +--- vendor/github.com/elastic/gosigar/sigar_linux_common.go.orig 2017-12-21 14:43:33.660692000 +0100 ++++ vendor/github.com/elastic/gosigar/sigar_linux_common.go 2017-12-21 14:44:02.666180000 +0100 +@@ -274,6 +274,7 @@ + return nil + } + ++/* + func (self *ProcTime) Get(pid int) error { + contents, err := readProcFile(pid, "stat") + if err != nil { +@@ -297,6 +298,7 @@ + + return nil + } ++*/ + + func (self *ProcArgs) Get(pid int) error { + contents, err := readProcFile(pid, "cmdline")