Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:57:00 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee270f90ab68 - main - sysutils/logstash7: Fix CPE information because current one is deprecated
Message-ID:  <202109141057.18EAv0i9056282@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee270f90ab6898e78c7939f3764d5e8ff6336a60

commit ee270f90ab6898e78c7939f3764d5e8ff6336a60
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 09:49:34 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-14 10:55:32 +0000

    sysutils/logstash7: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 sysutils/logstash7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/logstash7/Makefile b/sysutils/logstash7/Makefile
index 505c517e39c0..c9057803d4e7 100644
--- a/sysutils/logstash7/Makefile
+++ b/sysutils/logstash7/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
 
 USES=		cpe shebangfix
 
-CPE_VENDOR=	elasticsearch
+CPE_VENDOR=	elastic
 USE_JAVA=	yes
 JAVA_VERSION=	8+
 JAVA_RUN=	yes



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