Index: Makefile =================================================================== --- Makefile (revision 494187) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= logstash -PORTVERSION= 6.4.2 +PORTVERSION= 6.5.4 PORTREVISION= 0 CATEGORIES= sysutils java MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/ Index: distinfo =================================================================== --- distinfo (revision 494187) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541266705 -SHA256 (logstash-6.4.2.tar.gz) = 8c0a0d45df6485c71eebde5272ac53136fdde772bac7fab65a273d76a54ddc35 -SIZE (logstash-6.4.2.tar.gz) = 153924169 +TIMESTAMP = 1548195160 +SHA256 (logstash-6.5.4.tar.gz) = 774c5687006991bcd20d28bf1dcb76890fcd882d1937d71074ba87aa7fc5c4f0 +SIZE (logstash-6.5.4.tar.gz) = 160286824
Please accept the suggested patch. As it is now elasticsearch 6.5.4 is live in ports, while logstash 6.4.2 is in ports. These versions are not compatible with each other.
(In reply to Patrik Hildingsson from comment #1) My mistake. Logstash 6.4.2 is compatible with elasticsearch 6.5.4. Still would be nice if logstash gets bumped to 6.5.4.
A commit references this bug: Author: dvl Date: Tue Jul 23 20:14:04 UTC 2019 New revision: 507243 URL: https://svnweb.freebsd.org/changeset/ports/507243 Log: Upgrade to 6.5.4 PR: 236244 Submitted by: gettoknowmi@yahoo.com Changes: head/sysutils/logstash6/Makefile head/sysutils/logstash6/distinfo
Done. Thank you.