Summary: | textproc/elasticsearch2: Update 2.2.0 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | loic.blot | ||||||||||
Component: | Individual Port(s) | Assignee: | Tom Judge <tj> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Many People | CC: | loic.blot, olgeni, tj | ||||||||||
Priority: | --- | Keywords: | easy, patch, patch-ready | ||||||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(tj) |
||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Created attachment 166551 [details]
poudriere testport
Created attachment 166553 [details]
Port diff
Created attachment 166855 [details]
Misc. fixes for 2.2.0
I poked around a bit and fixed a few things:
- Actually set PORTVERSION to 2.2.0 :)
- Remove extra @unexec lines
- Remove extra whitespace from Makefile
- Remove unnecessary parentheses from Makefile
- Regenerate patch files using the new format
- Install contents of lib/elasticsearch/modules
- Sort pkg-plist
poudriere OK (10.2 amd64); portlint OK except for warnings about absolute pathnames.
Should we keep 2.1 around? (kibana43 requires 2.1) (In reply to Jimmy Olgeni from comment #4) kibana 4.3 works with ELS 2.2 (i have this version in production on Debian at work) A commit references this bug: Author: tj Date: Fri Mar 25 15:12:52 UTC 2016 New revision: 411848 URL: https://svnweb.freebsd.org/changeset/ports/411848 Log: Update to 2.2.1 Changes: https://www.elastic.co/guide/en/elasticsearch/reference/2.2/release-notes-2.2.1.html PR: 206918 Changes: head/textproc/elasticsearch2/Makefile head/textproc/elasticsearch2/distinfo head/textproc/elasticsearch2/files/elasticsearch.in head/textproc/elasticsearch2/pkg-plist |
Created attachment 166550 [details] Port diff Elasticsearch 2.2.0 is now out. You will find the port diff and the poudriere testport log attached here. Thanks !