Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2020 17:45:11 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538179 - in head: . sysutils sysutils/beats sysutils/beats6
Message-ID:  <202006071745.057HjBZV052325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Sun Jun  7 17:45:11 2020
New Revision: 538179
URL: https://svnweb.freebsd.org/changeset/ports/538179

Log:
  Move beats to beats6
  
  This aligns it with the other ELK ports and makes room for beats7

Added:
  head/sysutils/beats6/
     - copied from r538178, head/sysutils/beats/
Deleted:
  head/sysutils/beats/
Modified:
  head/MOVED
  head/sysutils/Makefile
  head/sysutils/beats6/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jun  7 17:39:29 2020	(r538178)
+++ head/MOVED	Sun Jun  7 17:45:11 2020	(r538179)
@@ -15078,3 +15078,4 @@ net/freerdp1|net/freerdp|2020-06-06|Has expired: Super
 irc/psybnc||2020-06-06|Has expired: Broken for more than 6 months
 www/py-dj22-djangoql|www/py-djangoql|2020-06-06|Renamed to match the naming of other Django ports since Django 2.2 became default
 devel/pear-channel-phpunit||2020-06-07|Remove obsolete
+sysutils/beats|sysutils/beats6|2020-06-07|Renamed to match the naming of other ELK ports

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Jun  7 17:39:29 2020	(r538178)
+++ head/sysutils/Makefile	Sun Jun  7 17:45:11 2020	(r538179)
@@ -100,7 +100,7 @@
     SUBDIR += bchunk
     SUBDIR += beadm
     SUBDIR += beadm-devel
-    SUBDIR += beats
+    SUBDIR += beats6
     SUBDIR += bfs
     SUBDIR += bhyve-firmware
     SUBDIR += bhyve-rc

Modified: head/sysutils/beats6/Makefile
==============================================================================
--- head/sysutils/beats/Makefile	Sun Jun  7 17:39:29 2020	(r538178)
+++ head/sysutils/beats6/Makefile	Sun Jun  7 17:45:11 2020	(r538179)
@@ -5,6 +5,7 @@ PORTNAME=	beats
 PORTVERSION=	6.8.10
 DISTVERSIONPREFIX=v
 CATEGORIES=	sysutils
+PKGNAMESUFFIX=	6
 
 MAINTAINER=	elastic@FreeBSD.org
 COMMENT=	Collect logs locally and send to remote logstash
@@ -15,6 +16,8 @@ USES=		gmake go
 USE_GITHUB=	yes
 GH_ACCOUNT=	elastic
 USE_RC_SUBR=	${GO_TARGETS}
+
+CONFLICTS=	beats7*
 
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
 FIND_ARGS=	"! ( -regex .*/*\.(go|in|log) ) ! -path *test* ! -path *vendor*"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006071745.057HjBZV052325>