Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 18:50:58 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521864 - head/textproc/elasticsearch6
Message-ID:  <202001021850.002Iowgn076496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Thu Jan  2 18:50:57 2020
New Revision: 521864
URL: https://svnweb.freebsd.org/changeset/ports/521864

Log:
  Update to 6.8.6
  
  PR:		242920
  Submitted by:	Juraj Lutter <juraj@lutter.sk>
  Differential Revision:	https://reviews.freebsd.org/D22883

Modified:
  head/textproc/elasticsearch6/Makefile
  head/textproc/elasticsearch6/distinfo

Modified: head/textproc/elasticsearch6/Makefile
==============================================================================
--- head/textproc/elasticsearch6/Makefile	Thu Jan  2 18:18:39 2020	(r521863)
+++ head/textproc/elasticsearch6/Makefile	Thu Jan  2 18:50:57 2020	(r521864)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	elasticsearch
-PORTVERSION=	6.8.5
+PORTVERSION=	6.8.6
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
-		http://mirrors.rit.edu/zi/
+		https://ftp.sk.freebsd.org/pub/local/distfiles/
 PKGNAMESUFFIX=	6
 
 MAINTAINER=	elastic@FreeBSD.org
@@ -125,6 +125,8 @@ post-install:
 	${ECHO} "@sample ${ETCDIR}/elasticsearch.yml.sample" >> ${TMPPLIST}
 	${ECHO} "@sample ${ETCDIR}/log4j2.properties.sample" >> ${TMPPLIST}
 	${ECHO} "@sample ${ETCDIR}/jvm.options.sample" >> ${TMPPLIST}
+	${ECHO} "@sample ${ETCDIR}/roles.yml.sample" >> ${TMPPLIST}
+	${ECHO} "@sample ${ETCDIR}/role_mapping.yml.sample" >> ${TMPPLIST}
 	${FIND} -s ${STAGEDIR}${PREFIX}/lib/elasticsearch -not -type d | ${SORT} | \
 		${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
 	${ECHO} "@dir lib/elasticsearch/plugins" >> ${TMPPLIST}

Modified: head/textproc/elasticsearch6/distinfo
==============================================================================
--- head/textproc/elasticsearch6/distinfo	Thu Jan  2 18:18:39 2020	(r521863)
+++ head/textproc/elasticsearch6/distinfo	Thu Jan  2 18:50:57 2020	(r521864)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574585124
-SHA256 (elasticsearch-6.8.5.tar.gz) = 5fe84fa84a0ca0136aad9bbdfc2053f8dda9a3e166ddf34e947bb1fe24e4ce6d
-SIZE (elasticsearch-6.8.5.tar.gz) = 149499945
+TIMESTAMP = 1577620816
+SHA256 (elasticsearch-6.8.6.tar.gz) = 67b9b07a649831eb30779cf8264548a0828414ba9abb1be7bc592a8db91fdf7c
+SIZE (elasticsearch-6.8.6.tar.gz) = 149510158



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