Date: Sun, 14 May 2017 13:35:41 +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: r440879 - head/sysutils/beats Message-ID: <201705141335.v4EDZfw9047481@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Sun May 14 13:35:41 2017 New Revision: 440879 URL: https://svnweb.freebsd.org/changeset/ports/440879 Log: Update beats to 5.4.0 Remove migration script from version 1.x rather than having to pull in python dependency. Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo head/sysutils/beats/pkg-plist Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Sun May 14 13:08:54 2017 (r440878) +++ head/sysutils/beats/Makefile Sun May 14 13:35:41 2017 (r440879) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 5.3.1 +PORTVERSION= 5.4.0 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -49,9 +49,6 @@ post-stage: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} \ - ${GO_WRKSRC}/libbeat/scripts/migrate_beat_config_1_x_to_5_0.py \ - ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} \ ${GO_WRKSRC}/libbeat/dashboards/import_dashboards \ ${STAGEDIR}${DATADIR} Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Sun May 14 13:08:54 2017 (r440878) +++ head/sysutils/beats/distinfo Sun May 14 13:35:41 2017 (r440879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493124253 -SHA256 (elastic-beats-v5.3.1_GH0.tar.gz) = 392c647fd3a4fd40b70d911950f38c0fd65a3ad4bb8548fcd0afd77c01d31d9e -SIZE (elastic-beats-v5.3.1_GH0.tar.gz) = 17594920 +TIMESTAMP = 1494282443 +SHA256 (elastic-beats-v5.4.0_GH0.tar.gz) = d236f9433d48b69cc2f0bf3617f17d5f2eec261acee96cc28d8b72be84afc0a7 +SIZE (elastic-beats-v5.4.0_GH0.tar.gz) = 17823310 Modified: head/sysutils/beats/pkg-plist ============================================================================== --- head/sysutils/beats/pkg-plist Sun May 14 13:08:54 2017 (r440878) +++ head/sysutils/beats/pkg-plist Sun May 14 13:35:41 2017 (r440879) @@ -1,5 +1,4 @@ %%DATADIR%%/import_dashboards -%%DATADIR%%/migrate_beat_config_1_x_to_5_0.py %%FILEBEAT%%sbin/filebeat %%HEARTBEAT%%sbin/heartbeat %%METRICBEAT%%sbin/metricbeat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705141335.v4EDZfw9047481>