summaryrefslogtreecommitdiff
path: root/databases/neo4j
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-06-26 22:05:16 +0800
committerWen Heping <wen@FreeBSD.org>2023-06-26 22:05:48 +0800
commit852ccdb4dcdd02b48a461f49c3b076ef106db352 (patch)
tree4c1b674cbfd5edc7c3405274dabc3ee0e4e591a3 /databases/neo4j
parentdatabases/py-python-sql: Update to 1.4.2 (diff)
databases/neo4j: Update to 4.4.21
Diffstat (limited to 'databases/neo4j')
-rw-r--r--databases/neo4j/Makefile2
-rw-r--r--databases/neo4j/distinfo6
-rw-r--r--databases/neo4j/files/patch-bin_neo4j8
-rw-r--r--databases/neo4j/files/patch-bin_neo4j-admin9
-rw-r--r--databases/neo4j/pkg-plist39
5 files changed, 32 insertions, 32 deletions
diff --git a/databases/neo4j/Makefile b/databases/neo4j/Makefile
index f07030aef9c2..3942da100c28 100644
--- a/databases/neo4j/Makefile
+++ b/databases/neo4j/Makefile
@@ -1,5 +1,5 @@
PORTNAME= neo4j
-DISTVERSION= 4.4.16
+DISTVERSION= 4.4.21
CATEGORIES= databases java
MASTER_SITES= http://dist.neo4j.org/
DISTNAME= ${PORTNAME}-community-${DISTVERSION}-unix
diff --git a/databases/neo4j/distinfo b/databases/neo4j/distinfo
index 95f44111af62..ba6ce777e152 100644
--- a/databases/neo4j/distinfo
+++ b/databases/neo4j/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672135151
-SHA256 (neo4j-community-4.4.16-unix.tar.gz) = 9e4ae513dc1a297dc2cbf4f07af5ced366038055385de9c9d598df1b4aceed91
-SIZE (neo4j-community-4.4.16-unix.tar.gz) = 133516083
+TIMESTAMP = 1687765330
+SHA256 (neo4j-community-4.4.21-unix.tar.gz) = ba7cef86b9b2f0743f3855f4543f81fa46d07c5c724a56e5f4e0f437e20cc3a5
+SIZE (neo4j-community-4.4.21-unix.tar.gz) = 114201189
diff --git a/databases/neo4j/files/patch-bin_neo4j b/databases/neo4j/files/patch-bin_neo4j
index 5919c0bb845a..6e0bc1933b95 100644
--- a/databases/neo4j/files/patch-bin_neo4j
+++ b/databases/neo4j/files/patch-bin_neo4j
@@ -1,6 +1,6 @@
---- bin/neo4j.orig 2022-05-19 10:56:30 UTC
+--- bin/neo4j.orig 2023-06-26 13:12:30 UTC
+++ bin/neo4j
-@@ -33,7 +33,7 @@ while [ -h "$PRG" ]; do
+@@ -33,7 +33,7 @@ PRGDIR=`dirname "$PRG"`
done
PRGDIR=`dirname "$PRG"`
@@ -9,7 +9,7 @@
# Reset the REPO variable. If you need to influence this use the environment setup file.
REPO=
-@@ -116,6 +116,9 @@ if $cygwin; then
+@@ -116,6 +116,9 @@ fi
[ -n "$BASEDIR" ] && BASEDIR=`cygpath --path --windows "$BASEDIR"`
[ -n "$REPO" ] && REPO=`cygpath --path --windows "$REPO"`
fi
@@ -22,7 +22,7 @@
@@ -125,4 +128,4 @@ exec "$JAVACMD" -Xmx128m \
-Dapp.home="$BASEDIR" \
-Dbasedir="$BASEDIR" \
- org.neo4j.server.startup.Neo4jCommand \
+ org.neo4j.server.startup.Neo4jBoot \
- "$@"
\ No newline at end of file
+ "$@"
diff --git a/databases/neo4j/files/patch-bin_neo4j-admin b/databases/neo4j/files/patch-bin_neo4j-admin
index 38922b4c8923..849a3609797f 100644
--- a/databases/neo4j/files/patch-bin_neo4j-admin
+++ b/databases/neo4j/files/patch-bin_neo4j-admin
@@ -1,19 +1,18 @@
---- bin/neo4j-admin.orig 2022-05-20 01:49:37 UTC
+--- bin/neo4j-admin.orig 2023-06-26 13:14:57 UTC
+++ bin/neo4j-admin
-@@ -33,7 +33,8 @@ while [ -h "$PRG" ]; do
+@@ -33,7 +33,7 @@ PRGDIR=`dirname "$PRG"`
done
PRGDIR=`dirname "$PRG"`
-BASEDIR=`cd "$PRGDIR/.." >/dev/null; pwd`
-+#BASEDIR=`cd "$PRGDIR/.." >/dev/null; pwd`
+BASEDIR=%%PREFIX%%/neo4j
# Reset the REPO variable. If you need to influence this use the environment setup file.
REPO=
-@@ -125,4 +126,4 @@ exec "$JAVACMD" -Xmx128m \
+@@ -125,4 +125,4 @@ exec "$JAVACMD" -Xmx128m \
-Dapp.home="$BASEDIR" \
-Dbasedir="$BASEDIR" \
- org.neo4j.server.startup.Neo4jAdminCommand \
+ org.neo4j.server.startup.Neo4jAdminBoot \
- "$@"
\ No newline at end of file
+ "$@"
diff --git a/databases/neo4j/pkg-plist b/databases/neo4j/pkg-plist
index c54c3d0d08f5..78a7761fde54 100644
--- a/databases/neo4j/pkg-plist
+++ b/databases/neo4j/pkg-plist
@@ -50,15 +50,15 @@ 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.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
-neo4j/lib/jetty-server-9.4.48.v20220622.jar
-neo4j/lib/jetty-servlet-9.4.48.v20220622.jar
-neo4j/lib/jetty-util-9.4.48.v20220622.jar
-neo4j/lib/jetty-webapp-9.4.48.v20220622.jar
-neo4j/lib/jetty-xml-9.4.48.v20220622.jar
+neo4j/lib/jettison-1.5.4.jar
+neo4j/lib/jetty-http-9.4.51.v20230217.jar
+neo4j/lib/jetty-io-9.4.51.v20230217.jar
+neo4j/lib/jetty-security-9.4.51.v20230217.jar
+neo4j/lib/jetty-server-9.4.51.v20230217.jar
+neo4j/lib/jetty-servlet-9.4.51.v20230217.jar
+neo4j/lib/jetty-util-9.4.51.v20230217.jar
+neo4j/lib/jetty-webapp-9.4.51.v20230217.jar
+neo4j/lib/jetty-xml-9.4.51.v20230217.jar
neo4j/lib/jna-5.9.0.jar
neo4j/lib/lucene-analyzers-common-8.11.2.jar
neo4j/lib/lucene-backward-codecs-8.11.2.jar
@@ -70,7 +70,8 @@ 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-5.0.0.jar
+neo4j/lib/neo4j-bootcheck-%%DISTVERSION%%.jar
+neo4j/lib/neo4j-browser-5.6.0.jar
neo4j/lib/neo4j-buffers-%%DISTVERSION%%.jar
neo4j/lib/neo4j-capabilities-%%DISTVERSION%%.jar
neo4j/lib/neo4j-codegen-%%DISTVERSION%%.jar
@@ -154,15 +155,15 @@ neo4j/lib/reactor-core-3.4.15.jar
neo4j/lib/scala-library-2.12.13.jar
neo4j/lib/scala-reflect-2.12.13.jar
neo4j/lib/server-api-%%DISTVERSION%%.jar
-neo4j/lib/shiro-cache-1.10.0.jar
-neo4j/lib/shiro-config-core-1.10.0.jar
-neo4j/lib/shiro-config-ogdl-1.10.0.jar
-neo4j/lib/shiro-core-1.10.0.jar
-neo4j/lib/shiro-crypto-cipher-1.10.0.jar
-neo4j/lib/shiro-crypto-core-1.10.0.jar
-neo4j/lib/shiro-crypto-hash-1.10.0.jar
-neo4j/lib/shiro-event-1.10.0.jar
-neo4j/lib/shiro-lang-1.10.0.jar
+neo4j/lib/shiro-cache-1.11.0.jar
+neo4j/lib/shiro-config-core-1.11.0.jar
+neo4j/lib/shiro-config-ogdl-1.11.0.jar
+neo4j/lib/shiro-core-1.11.0.jar
+neo4j/lib/shiro-crypto-cipher-1.11.0.jar
+neo4j/lib/shiro-crypto-core-1.11.0.jar
+neo4j/lib/shiro-crypto-hash-1.11.0.jar
+neo4j/lib/shiro-event-1.11.0.jar
+neo4j/lib/shiro-lang-1.11.0.jar
neo4j/lib/slf4j-api-1.7.30.jar
neo4j/lib/slf4j-nop-1.7.30.jar
neo4j/lib/stax-ex-1.8.1.jar