diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-01-11 05:09:57 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-01-11 05:09:57 +0800 |
commit | fde48dacb7b4ffed4527d521f9ecbb675d05e645 (patch) | |
tree | 5a5110cdc58d58d7515ba9116701cbb04cca088e /textproc | |
parent | 30f0c584d1230ad8f58898a36bf1bbf88b1b1bf0 (diff) | |
download | freebsd-ports-gnome-fde48dacb7b4ffed4527d521f9ecbb675d05e645.tar.gz freebsd-ports-gnome-fde48dacb7b4ffed4527d521f9ecbb675d05e645.tar.zst freebsd-ports-gnome-fde48dacb7b4ffed4527d521f9ecbb675d05e645.zip |
Update ElasticSearch version requirement to 1.7.x.
Remove unnecessary code from do-install.
Mark conflict with upcoming version 2.x.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/elasticsearch-plugin-sql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/elasticsearch-plugin-sql/Makefile b/textproc/elasticsearch-plugin-sql/Makefile index c6e29a4d4e54..6bfdd1a3977d 100644 --- a/textproc/elasticsearch-plugin-sql/Makefile +++ b/textproc/elasticsearch-plugin-sql/Makefile @@ -12,7 +12,9 @@ COMMENT= ElasticSearch SQL plugin LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch>=1.5.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.7.0:${PORTSDIR}/textproc/elasticsearch + +CONFLICTS= elasticsearch2-plugin-sql-2.* USES= zip NO_BUILD= yes @@ -25,7 +27,6 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql/_site ${INSTALL_DATA} ${WRKSRC}/*.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql |