svn commit: r451762 - head/textproc/elasticsearch5

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


Author: feld
Date: Wed Oct 11 17:08:37 2017
New Revision: 451762
URL: https://svnweb.freebsd.org/changeset/ports/451762

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

Modified:
  head/textproc/elasticsearch5/Makefile

Modified: head/textproc/elasticsearch5/Makefile
==============================================================================
--- head/textproc/elasticsearch5/Makefile	Wed Oct 11 16:22:54 2017	(r451761)
+++ head/textproc/elasticsearch5/Makefile	Wed Oct 11 17:08:37 2017	(r451762)
@@ -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-all mailing list