svn commit: r451763 - branches/2017Q4/textproc/elasticsearch5

Mark Felder feld at FreeBSD.org
Wed Oct 11 17:10:11 UTC 2017


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
 


More information about the svn-ports-branches mailing list