From owner-freebsd-ports@freebsd.org Thu Feb 4 10:56:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E645A9C982 for ; Thu, 4 Feb 2016 10:56:56 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (kingslanding.unix-experience.fr [62.4.22.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7FEEA3 for ; Thu, 4 Feb 2016 10:56:55 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (unknown [192.168.200.21]) by smtp.unix-experience.fr (Postfix) with ESMTP id 9230634FA8 for ; Thu, 4 Feb 2016 11:50:07 +0100 (CET) X-Virus-Scanned: scanned by unix-experience.fr Received: from smtp.unix-experience.fr ([192.168.200.21]) by smtp.unix-experience.fr (smtp.unix-experience.fr [192.168.200.21]) (amavisd-new, port 10024) with ESMTP id u5izakIFw5-e for ; Thu, 4 Feb 2016 11:50:06 +0100 (CET) Received: from mail.unix-experience.fr (repo.unix-experience.fr [192.168.200.30]) by smtp.unix-experience.fr (Postfix) with ESMTPSA id CC5A234F8D for ; Thu, 4 Feb 2016 11:50:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unix-experience.fr; s=uxselect; t=1454583005; bh=odWThZUT/Pyi1XYF/2+GogviJ95/uOwK01hzFnY3RCU=; h=Date:From:Subject:To; b=ZixziggVnnLlgzgxurWa6/EwE0BeqmCgtz53EoHZnBxFHZWmwQceF94slI5BL+zw1 sXMl+VMtJJIOzGSAgHKAi3Yzpw8nKuaxZmwEL19a5PFBRh+S/5KMOaE66/qlWlsJr5 UQlN6/HV8mWUswStpWtuCrXdMIt9Usk1KNkR17Dg= Mime-Version: 1.0 Date: Thu, 04 Feb 2016 10:50:05 +0000 Message-ID: <3916f5c4204640280f8902d11dbaae05@mail.unix-experience.fr> X-Mailer: RainLoop/1.9.3.363 From: loic.blot@unix-experience.fr Subject: [PATCH] Update Elasticsearch to 2.2.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 10:56:56 -0000 Hello,=0A=0AElasticsearch was updated to version 2.2.0 recently, you will= find the PR here:=0A=0Ahttps://bugs.freebsd.org/bugzilla/show_bug.cgi?id= =3D206918 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206918)=0A= =0ACan someone review it and push ?=0A=0AThanks=20!