mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update opensearch 3.6.0 -> 3.7.0
Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-3.7.0.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT = distributed and RESTful search engine
|
||||
|
||||
V = 3.6.0
|
||||
V = 3.7.0
|
||||
DISTNAME = opensearch-$V-linux-x64
|
||||
PKGNAME = opensearch-$V
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (opensearch-3.6.0-linux-x64.tar.gz) = c2GLB1tZWn4a2GUuqS4D0e974rkDfg5qv1ghSuGtxcc=
|
||||
SIZE (opensearch-3.6.0-linux-x64.tar.gz) = 1043009891
|
||||
SHA256 (opensearch-3.7.0-linux-x64.tar.gz) = rk7fDoD/OO+eUCpRIAx/VOMTzEJ1Ag//W2B4kIFUYYQ=
|
||||
SIZE (opensearch-3.7.0-linux-x64.tar.gz) = 1067177646
|
||||
|
||||
@@ -14,11 +14,13 @@ Index: bin/opensearch-env
|
||||
SCRIPT="$0"
|
||||
|
||||
UNAME=$(uname -s)
|
||||
@@ -44,7 +46,7 @@ if [[ -z "$OPENSEARCH_HOME" ]]; then
|
||||
@@ -43,8 +45,8 @@ if [[ -z "$OPENSEARCH_HOME" ]]; then
|
||||
OPENSEARCH_HOME=`dirname "$OPENSEARCH_HOME"`
|
||||
fi
|
||||
|
||||
# now set the classpath
|
||||
-# now set the classpath — include lib/* (core jars)
|
||||
-OPENSEARCH_CLASSPATH="$OPENSEARCH_HOME/lib/*"
|
||||
+# now set the classpath - include lib/* (core jars)
|
||||
+OPENSEARCH_CLASSPATH="$OPENSEARCH_HOME/lib/*:${MODJAVA_JAR_DIR}/jna.jar:${MODJAVA_JAR_DIR}/jna-platform.jar"
|
||||
|
||||
# now set the path to java: OPENSEARCH_JAVA_HOME -> JAVA_HOME -> bundled JRE -> bundled JDK
|
||||
|
||||
+293
-237
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user