Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 17:10:10 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451763 - branches/2017Q4/textproc/elasticsearch5
Message-ID:  <201710111710.v9BHAAjr083081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Oct 11 17:10:10 2017
New Revision: 451763
URL: https://svnweb.freebsd.org/changeset/ports/451763

Log:
  MFH: r451762
  
  textproc/elasticsearch5: Add new SHEBANG_FILES entry to pass testport
  
  Approved by:	portmgr (with hat)

Modified:
  branches/2017Q4/textproc/elasticsearch5/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/textproc/elasticsearch5/Makefile
==============================================================================
--- branches/2017Q4/textproc/elasticsearch5/Makefile	Wed Oct 11 17:08:37 2017	(r451762)
+++ branches/2017Q4/textproc/elasticsearch5/Makefile	Wed Oct 11 17:10:10 2017	(r451763)
@@ -3,6 +3,7 @@
 
 PORTNAME=	elasticsearch
 PORTVERSION=	5.3.0
+PORTREVISION=	1
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/
@@ -24,7 +25,7 @@ NO_BUILD=	yes
 JAVA_VERSION=	1.8+
 USE_RC_SUBR=	${PORTNAME}
 SHEBANG_FILES=	bin/elasticsearch-plugin \
-		bin/elasticsearch
+		bin/elasticsearch bin/elasticsearch.in.sh
 
 OPTIONS_DEFINE=	DOCS
 



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