git: ee270f90ab68 - main - sysutils/logstash7: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:57:02 UTC 2021


The branch main has been updated by decke:

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

commit ee270f90ab6898e78c7939f3764d5e8ff6336a60
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 09:49:34 +0000
Commit:     Bernhard Froehlich <decke at 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


More information about the dev-commits-ports-main mailing list