Date: Thu, 6 Oct 2016 17:42:07 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423427 - head/textproc/elasticsearch2 Message-ID: <201610061742.u96Hg7qY094208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Thu Oct 6 17:42:07 2016 New Revision: 423427 URL: https://svnweb.freebsd.org/changeset/ports/423427 Log: Add some missing modules files Reported by: Jamie Ivanov Modified: head/textproc/elasticsearch2/Makefile head/textproc/elasticsearch2/pkg-plist Modified: head/textproc/elasticsearch2/Makefile ============================================================================== --- head/textproc/elasticsearch2/Makefile Thu Oct 6 17:37:31 2016 (r423426) +++ head/textproc/elasticsearch2/Makefile Thu Oct 6 17:42:07 2016 (r423427) @@ -3,6 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -72,7 +73,7 @@ do-install: (cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/ "-name *\.jar") @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules - (cd ${WRKSRC}/modules && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules/ "-name *\.jar") + (cd ${WRKSRC}/modules && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules/) @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch @${MKDIR} ${STAGEDIR}${ELASTIC_DBDIR} ${STAGEDIR}${ELASTIC_LOGDIR} Modified: head/textproc/elasticsearch2/pkg-plist ============================================================================== --- head/textproc/elasticsearch2/pkg-plist Thu Oct 6 17:37:31 2016 (r423426) +++ head/textproc/elasticsearch2/pkg-plist Thu Oct 6 17:42:07 2016 (r423427) @@ -48,8 +48,13 @@ lib/elasticsearch/modules/lang-expressio lib/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar lib/elasticsearch/modules/lang-expression/lang-expression-%%PORTVERSION%%.jar lib/elasticsearch/modules/lang-expression/lucene-expressions-%%LUCENEVER%%.jar +lib/elasticsearch/modules/lang-expression/plugin-descriptor.properties +lib/elasticsearch/modules/lang-expression/plugin-security.policy lib/elasticsearch/modules/lang-groovy/groovy-2.4.6-indy.jar lib/elasticsearch/modules/lang-groovy/lang-groovy-%%PORTVERSION%%.jar +lib/elasticsearch/modules/lang-groovy/plugin-descriptor.properties +lib/elasticsearch/modules/lang-groovy/plugin-security.policy +lib/elasticsearch/modules/reindex/plugin-descriptor.properties lib/elasticsearch/modules/reindex/reindex-%%PORTVERSION%%.jar %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610061742.u96Hg7qY094208>