databases/neo4j: Update to 4.4.16

set NEO4J_CONF correctly
This commit is contained in:
Wen Heping 2022-12-29 11:30:02 +08:00
parent 7b822dde35
commit aced8aab01
4 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= neo4j
DISTVERSION= 4.4.15
DISTVERSION= 4.4.16
CATEGORIES= databases java
MASTER_SITES= http://dist.neo4j.org/
DISTNAME= ${PORTNAME}-community-${DISTVERSION}-unix

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1670158591
SHA256 (neo4j-community-4.4.15-unix.tar.gz) = 310527e15a88fc6c874148e1807b9dbdf3c094c30bb27e7bba08655f1ea06352
SIZE (neo4j-community-4.4.15-unix.tar.gz) = 132059546
TIMESTAMP = 1672135151
SHA256 (neo4j-community-4.4.16-unix.tar.gz) = 9e4ae513dc1a297dc2cbf4f07af5ced366038055385de9c9d598df1b4aceed91
SIZE (neo4j-community-4.4.16-unix.tar.gz) = 133516083

View file

@ -14,8 +14,8 @@
[ -n "$REPO" ] && REPO=`cygpath --path --windows "$REPO"`
fi
+
+NEO4J_CONF_ENV='NEO4J_CONF=%%NEO4J_CONFDIR%%'
+export NEO4J_CONF_ENV
+NEO4J_CONF=%%NEO4J_CONFDIR%%
+export NEO4J_CONF
exec "$JAVACMD" -Xmx128m \
-classpath "$CLASSPATH" \

View file

@ -50,7 +50,7 @@ neo4j/lib/jersey-container-servlet-2.34.jar
neo4j/lib/jersey-container-servlet-core-2.34.jar
neo4j/lib/jersey-hk2-2.34.jar
neo4j/lib/jersey-server-2.34.jar
neo4j/lib/jettison-1.5.1.jar
neo4j/lib/jettison-1.5.3.jar
neo4j/lib/jetty-http-9.4.48.v20220622.jar
neo4j/lib/jetty-io-9.4.48.v20220622.jar
neo4j/lib/jetty-security-9.4.48.v20220622.jar
@ -70,7 +70,7 @@ neo4j/lib/neo4j-%%DISTVERSION%%.jar
neo4j/lib/neo4j-ast-%%DISTVERSION%%.jar
neo4j/lib/neo4j-batch-insert-%%DISTVERSION%%.jar
neo4j/lib/neo4j-bolt-%%DISTVERSION%%.jar
neo4j/lib/neo4j-browser-4.4.7.jar
neo4j/lib/neo4j-browser-5.0.0.jar
neo4j/lib/neo4j-buffers-%%DISTVERSION%%.jar
neo4j/lib/neo4j-capabilities-%%DISTVERSION%%.jar
neo4j/lib/neo4j-codegen-%%DISTVERSION%%.jar
@ -135,17 +135,17 @@ neo4j/lib/neo4j-unsafe-%%DISTVERSION%%.jar
neo4j/lib/neo4j-util-%%DISTVERSION%%.jar
neo4j/lib/neo4j-values-%%DISTVERSION%%.jar
neo4j/lib/neo4j-wal-%%DISTVERSION%%.jar
neo4j/lib/netty-buffer-4.1.77.Final.jar
neo4j/lib/netty-codec-4.1.77.Final.jar
neo4j/lib/netty-codec-http-4.1.77.Final.jar
neo4j/lib/netty-common-4.1.77.Final.jar
neo4j/lib/netty-handler-4.1.77.Final.jar
neo4j/lib/netty-resolver-4.1.77.Final.jar
neo4j/lib/netty-transport-4.1.77.Final.jar
neo4j/lib/netty-transport-classes-epoll-4.1.77.Final.jar
neo4j/lib/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar
neo4j/lib/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar
neo4j/lib/netty-transport-native-unix-common-4.1.77.Final.jar
neo4j/lib/netty-buffer-4.1.86.Final.jar
neo4j/lib/netty-codec-4.1.86.Final.jar
neo4j/lib/netty-codec-http-4.1.86.Final.jar
neo4j/lib/netty-common-4.1.86.Final.jar
neo4j/lib/netty-handler-4.1.86.Final.jar
neo4j/lib/netty-resolver-4.1.86.Final.jar
neo4j/lib/netty-transport-4.1.86.Final.jar
neo4j/lib/netty-transport-classes-epoll-4.1.86.Final.jar
neo4j/lib/netty-transport-native-epoll-4.1.86.Final-linux-aarch_64.jar
neo4j/lib/netty-transport-native-epoll-4.1.86.Final-linux-x86_64.jar
neo4j/lib/netty-transport-native-unix-common-4.1.86.Final.jar
neo4j/lib/parboiled-core-1.2.0.jar
neo4j/lib/parboiled-scala_2.12-1.2.0.jar
neo4j/lib/picocli-4.6.1.jar