Date: Wed, 11 Oct 2017 17:08:38 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451762 - head/textproc/elasticsearch5 Message-ID: <201710111708.v9BH8cuV082847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710111708.v9BH8cuV082847>