FreeBSD Bugzilla – Attachment 153212 Details for
Bug 197595
textproc/elasticsearch: upgrade to 1.4.3 and add plugins directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to bring ES to 1.4.4
es144.patch (text/plain), 2.58 KB, created by
cheffo
on 2015-02-20 13:45:36 UTC
(
hide
)
Description:
patch to bring ES to 1.4.4
Filename:
MIME Type:
Creator:
cheffo
Created:
2015-02-20 13:45:36 UTC
Size:
2.58 KB
patch
obsolete
>diff -urN /usr/ports/textproc/elasticsearch/Makefile elasticsearch/Makefile >--- /usr/ports/textproc/elasticsearch/Makefile 2015-01-29 21:38:14.000000000 +0200 >+++ elasticsearch/Makefile 2015-02-20 15:06:43.753250560 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/textproc/elasticsearch/Makefile 378128 2015-01-29 19:38:14Z tj $ > > PORTNAME= elasticsearch >-PORTVERSION= 1.4.2 >+PORTVERSION= 1.4.4 > CATEGORIES= textproc java devel > MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ > http://mirrors.rit.edu/zi/ >@@ -24,7 +24,7 @@ > > .include <bsd.port.options.mk> > >-LUCENEVER= 4.10.2 >+LUCENEVER= 4.10.3 > CONFIG_FILES= elasticsearch.yml logging.yml > JARS= elasticsearch-${PORTVERSION}.jar \ > asm-4.1.jar \ >@@ -109,6 +109,7 @@ > ${INSTALL_DATA} ${WRKSRC}/lib/${f} ${STAGEDIR}${PREFIX}/lib/elasticsearch/ > .endfor > >+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins > ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/sigar > # ${INSTALL_DATA} ${WRKSRC}/lib/sigar/sigar-1.6.4.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/sigar/ > cd ${STAGEDIR}${PREFIX}/lib/elasticsearch/sigar && ${LN} -s ${JAVAJARDIR}/sigar.jar >diff -urN /usr/ports/textproc/elasticsearch/distinfo elasticsearch/distinfo >--- /usr/ports/textproc/elasticsearch/distinfo 2015-01-29 21:38:14.000000000 +0200 >+++ elasticsearch/distinfo 2015-02-20 15:05:04.402478324 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (elasticsearch-1.4.2.tar.gz) = 31dd6c049745f7dac201f94852b778b0841d6869d358fd80d4c897d0bf73b53c >-SIZE (elasticsearch-1.4.2.tar.gz) = 27734207 >+SHA256 (elasticsearch-1.4.4.tar.gz) = a3158d474e68520664debaea304be22327fc7ee1f410e0bfd940747b413e8586 >+SIZE (elasticsearch-1.4.4.tar.gz) = 27900004 >diff -urN /usr/ports/textproc/elasticsearch/files/elasticsearch.in elasticsearch/files/elasticsearch.in >--- /usr/ports/textproc/elasticsearch/files/elasticsearch.in 2014-09-08 17:39:09.000000000 +0300 >+++ elasticsearch/files/elasticsearch.in 2015-02-20 15:11:31.736281923 +0200 >@@ -122,7 +122,7 @@ > debug "pid file ($_pidfile): no pid in file." > return > fi >- if [ -n "`%%LOCALBASE%%/bin/jps -l | grep -e "^$_pid org.elasticsearch.bootstrap.Elasticsearch\$"`" ]; then >+ if [ -n "`%%LOCALBASE%%/bin/jps -l | grep -e "^$_pid"`" ]; then > echo -n $_pid > fi > } >diff -urN /usr/ports/textproc/elasticsearch/pkg-plist elasticsearch/pkg-plist >--- /usr/ports/textproc/elasticsearch/pkg-plist 2014-12-09 13:05:44.000000000 +0200 >+++ elasticsearch/pkg-plist 2015-02-20 15:08:59.768349965 +0200 >@@ -38,4 +38,5 @@ > %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt > %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt > %%PORTDOCS%%%%DOCSDIR%%/README.textile >+@dir lib/elasticsearch/plugins > @dir %%ETCDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197595
:
152937
| 153212 |
153213
|
153214