FreeBSD Bugzilla – Attachment 152625 Details for
Bug 197377
textproc/apache-solr: Update to 4.10.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
apache_solr_4.10.3.patch
file_197377.txt (text/plain), 1.71 KB, created by
Hung-Yi Chen
on 2015-02-06 17:01:26 UTC
(
hide
)
Description:
apache_solr_4.10.3.patch
Filename:
MIME Type:
Creator:
Hung-Yi Chen
Created:
2015-02-06 17:01:26 UTC
Size:
1.71 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 378547) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= apache-solr >-PORTVERSION= 4.10.1 >+PORTVERSION= 4.10.3 > CATEGORIES= textproc java > MASTER_SITES= APACHE > MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION} >Index: distinfo >=================================================================== >--- distinfo (revision 378547) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (solr-4.10.1.tgz) = 3e6359f4227f17cda7dc280bc32572a514f330dada80539b0b47dba107672563 >-SIZE (solr-4.10.1.tgz) = 149941189 >+SHA256 (solr-4.10.3.tgz) = ac7024a0a759c6c53cc3a66b3a84757d599d350f491eb221160613356532e2b6 >+SIZE (solr-4.10.3.tgz) = 150010621 >Index: files/solr.in >=================================================================== >--- files/solr.in (revision 378547) >+++ files/solr.in (working copy) >@@ -38,13 +38,16 @@ > > : ${solr_enable:=NO} > : ${solr_instance:=/var/db/solr} >+: ${solr_pidfile:=/var/run/solr.pid} >+: ${solr_log:=/var/log} >+: ${solr_host:=0.0.0.0} >+: ${solr_port:=8983} > > required_files=${solr_instance}/solr.xml >-pidfile=/var/run/solr.pid >+pidfile=${solr_pidfile} > command=/usr/sbin/daemon > procname=%%LOCALBASE%%/openjdk7/bin/java > start_precmd="cd %%EXAMPLESDIR%%" > >-command_args="-f -p ${pidfile} ${procname} ${solr_flags} -Dsolr.solr.home=${solr_instance} -Dsolr.log=/var/log -jar %%EXAMPLESDIR%%/start.jar" >- >+command_args="-f -p ${pidfile} ${procname} ${solr_flags} -Djetty.host=${solr_host} -Djetty.port=${solr_port} -Dsolr.solr.home=${solr_instance} -Dsolr.log=${solr_log} -jar %%EXAMPLESDIR%%/start.jar" > run_rc_command "$1"
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 Raw
Actions:
View
Attachments on
bug 197377
: 152625