Skip to content
Snippets Groups Projects
Unverified Commit 7fce51c3 authored by Romain Tartière's avatar Romain Tartière
Browse files

textproc/opensearch: Update to 1.2.0

parent d741f891
No related branches found
No related tags found
No related merge requests found
--- bin/opensearch-dashboards.orig 2021-07-02 23:30:56 UTC
+++ bin/opensearch-dashboards
@@ -14,8 +14,8 @@ while [ -h "$SCRIPT" ] ; do
done
DIR="$(dirname "${SCRIPT}")/.."
-CONFIG_DIR=${OSD_PATH_CONF:-"$DIR/config"}
-NODE="${DIR}/node/bin/node"
+CONFIG_DIR="%%PREFIX%%/etc/opensearch-dashboards"
+NODE="%%LOCALBASE%%/bin/node"
test -x "$NODE"
if [ ! -x "$NODE" ]; then
echo "unable to find usable node.js executable."
# Created by: Sven R <freebsd@hackacad.net>
PORTNAME= opensearch
DISTVERSION= 1.1.0
DISTVERSION= 1.2.0
DISTVERSIONSUFFIX= -linux-x64
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${PORTVERSION}/
......
TIMESTAMP = 1633493350
SHA256 (opensearch-1.1.0-linux-x64.tar.gz) = 59b362e7a8958c2ae41b1a52b37065b409f771662dda1cd84c16510d26f89223
SIZE (opensearch-1.1.0-linux-x64.tar.gz) = 440241328
TIMESTAMP = 1637961511
SHA256 (opensearch-1.2.0-linux-x64.tar.gz) = fcb66bfa08735ee4ca514ca8f616e8659d686c832e87be1247cf8b84cfab77ba
SIZE (opensearch-1.2.0-linux-x64.tar.gz) = 447677176
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment