svn commit: r423427 - head/textproc/elasticsearch2

Tom Judge tj at FreeBSD.org
Thu Oct 6 17:42:09 UTC 2016


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


More information about the svn-ports-all mailing list