Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2017 20:49:36 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436109 - in head/textproc/elasticsearch2: . files
Message-ID:  <201703132049.v2DKnaO3042189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Mon Mar 13 20:49:36 2017
New Revision: 436109
URL: https://svnweb.freebsd.org/changeset/ports/436109

Log:
  Update to 2.4.4.
  
  Changes: https://www.elastic.co/guide/en/elasticsearch/reference/2.4/release-notes-2.4.4.html
  
  Fix multi-instance pidfile writing.
  
  PR:		217503, 215966
  Reported by:	knolan@sourcefire.com, olgeni

Modified:
  head/textproc/elasticsearch2/Makefile
  head/textproc/elasticsearch2/distinfo
  head/textproc/elasticsearch2/files/elasticsearch.in

Modified: head/textproc/elasticsearch2/Makefile
==============================================================================
--- head/textproc/elasticsearch2/Makefile	Mon Mar 13 19:54:22 2017	(r436108)
+++ head/textproc/elasticsearch2/Makefile	Mon Mar 13 20:49:36 2017	(r436109)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	elasticsearch
-PORTVERSION=	2.4.2
+PORTVERSION=	2.4.4
 CATEGORIES=	textproc java devel
 MASTER_SITES=	http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/

Modified: head/textproc/elasticsearch2/distinfo
==============================================================================
--- head/textproc/elasticsearch2/distinfo	Mon Mar 13 19:54:22 2017	(r436108)
+++ head/textproc/elasticsearch2/distinfo	Mon Mar 13 20:49:36 2017	(r436109)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480690899
-SHA256 (elasticsearch-2.4.2.tar.gz) = 7741a2e78f5f155c5005ba891f9b6e57a4e45178cb540beed101d30517cbe22f
-SIZE (elasticsearch-2.4.2.tar.gz) = 27335824
+TIMESTAMP = 1489437100
+SHA256 (elasticsearch-2.4.4.tar.gz) = 981092e6ca65ba5560b8b97a74e5ed0eb2236e9128efdb85bb652cec340158e2
+SIZE (elasticsearch-2.4.4.tar.gz) = 27343272

Modified: head/textproc/elasticsearch2/files/elasticsearch.in
==============================================================================
--- head/textproc/elasticsearch2/files/elasticsearch.in	Mon Mar 13 19:54:22 2017	(r436108)
+++ head/textproc/elasticsearch2/files/elasticsearch.in	Mon Mar 13 20:49:36 2017	(r436109)
@@ -113,6 +113,7 @@ if [ -n "$2" ]; then
     profile="$2"
     if [ "x${elasticsearch_profiles}" != "x" ]; then
         pidfile="${_pidprefix}.${profile}.pid"
+	command_args="-d --pidfile=${pidfile}"
         eval elasticsearch_config="\${elasticsearch_${profile}_config:-}"
         if [ "x${elasticsearch_config}" = "x" ]; then
             echo "You must define a configuration  (elasticsearch_${profile}_config)"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703132049.v2DKnaO3042189>