Bug 197595 - textproc/elasticsearch: upgrade to 1.4.3 and add plugins directory
Summary: textproc/elasticsearch: upgrade to 1.4.3 and add plugins directory
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tom Judge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-13 15:07 UTC by Jimmy Olgeni
Modified: 2015-05-03 19:44 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (tj)


Attachments
ES 1.4.3 (1.73 KB, patch)
2015-02-13 15:07 UTC, Jimmy Olgeni
no flags Details | Diff
patch to bring ES to 1.4.4 (2.58 KB, patch)
2015-02-20 13:45 UTC, cheffo
no flags Details | Diff
poudriere testport portlint output (245 bytes, text/plain)
2015-02-20 13:46 UTC, cheffo
no flags Details
poudriere testport output (25.62 KB, text/plain)
2015-02-20 13:46 UTC, cheffo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2015-02-13 15:07:48 UTC
Created attachment 152937 [details]
ES 1.4.3

Quick upgrade to 1.4.3 + managed plugins directory.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-13 15:07:48 UTC
Auto-assigned to maintainer tj@FreeBSD.org
Comment 2 cheffo 2015-02-20 13:45:36 UTC
Created attachment 153212 [details]
patch to bring ES to 1.4.4

Changelog:

- Quick upgrade to 1.4.4
- managed plugins directory
- jps sometimes returns "process information unavailable" so fix grep in rc.d script.

Sorry to hijack the bug report but I do not see point to open a new.
Comment 3 cheffo 2015-02-20 13:46:05 UTC
Created attachment 153213 [details]
poudriere testport portlint output
Comment 4 cheffo 2015-02-20 13:46:32 UTC
Created attachment 153214 [details]
poudriere testport output
Comment 5 cheffo 2015-02-20 13:47:12 UTC
My patch is for 1.4.2 -> 1.4.4 e.g. ES 1.4.3 is no longer needed.

Thanks.
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-04-26 12:21:10 UTC
A commit references this bug:

Author: olgeni
Date: Sun Apr 26 12:20:58 UTC 2015
New revision: 384779
URL: https://svnweb.freebsd.org/changeset/ports/384779

Log:
  Add plugins directory.

  PR:		197595
  Submitted by:	olgeni
  Approved by:	maintainer timeout

Changes:
  head/textproc/elasticsearch/Makefile
  head/textproc/elasticsearch/pkg-plist
Comment 7 Jimmy Olgeni freebsd_committer freebsd_triage 2015-04-26 12:23:18 UTC
(In reply to cheffo from comment #2)

Is the rc.d fix still required for 1.5.1?
Comment 8 cheffo 2015-04-27 10:13:15 UTC
No idea, but it's very easy to check - install and if jps does not show process information - yes the fix is needed.
Comment 9 commit-hook freebsd_committer freebsd_triage 2015-05-03 19:44:16 UTC
A commit references this bug:

Author: olgeni
Date: Sun May  3 19:44:08 UTC 2015
New revision: 385341
URL: https://svnweb.freebsd.org/changeset/ports/385341

Log:
  Fix pidfile check when jps does not return full process information.

  PR:		197595 (comment)
  Submitted by:	cheffo@freebsd-bg.org

Changes:
  head/textproc/elasticsearch/Makefile
  head/textproc/elasticsearch/files/elasticsearch.in
Comment 10 Jimmy Olgeni freebsd_committer freebsd_triage 2015-05-03 19:44:43 UTC
JPS fix committed. Thanks!