mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
* Update to 6.8.7
* Pet portlint a little
This commit is contained in:
parent
9f52237e03
commit
5473cd710f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528256
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= logstash
|
||||
PORTVERSION= 6.8.6
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 6.8.7
|
||||
CATEGORIES= sysutils java
|
||||
MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/
|
||||
PKGNAMESUFFIX= 6
|
||||
@ -15,9 +14,10 @@ LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
|
||||
|
||||
USES= cpe shebangfix
|
||||
|
||||
CONFLICTS= logstash-[0-9]* logstash5-[0-9]*
|
||||
|
||||
USES= cpe shebangfix
|
||||
SHEBANG_FILES= bin/*
|
||||
CPE_VENDOR= elasticsearch
|
||||
USE_JAVA= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1577361271
|
||||
SHA256 (logstash-6.8.6.tar.gz) = 2ece03699ad081eb0742bf6638e6ee363fb55c30db9fed97f165f62397f2cb05
|
||||
SIZE (logstash-6.8.6.tar.gz) = 173707250
|
||||
TIMESTAMP = 1583889504
|
||||
SHA256 (logstash-6.8.7.tar.gz) = 43f9e46c362dc878acafb49aee5d2c29a874b2cdf9826e54ea5119d587f9d8ee
|
||||
SIZE (logstash-6.8.7.tar.gz) = 179974918
|
||||
|
@ -1,6 +1,6 @@
|
||||
Logstash is an open source, server-side data processing pipeline that
|
||||
ingests data from a multitude of sources simultaneously, transforms it,
|
||||
and then sends it to your favorite “stash.” (Ours is Elasticsearch,
|
||||
and then sends it to your favorite "stash." (Ours is Elasticsearch,
|
||||
naturally.)
|
||||
|
||||
WWW: https://www.elastic.co/products/logstash
|
||||
|
Loading…
Reference in New Issue
Block a user