svn commit: r456911 - in head/sysutils/beats: . files

Palle Girgensohn girgen at FreeBSD.org
Thu Dec 21 14:08:47 UTC 2017


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")


More information about the svn-ports-head mailing list