diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-11-17 22:06:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-11-17 22:06:18 +0000 |
commit | c96835b6908aef17211d92cc3022065f6f517842 (patch) | |
tree | 91551fa67b7985c9ecd7826b53cc383b6338505b /databases/cassandra3/files/patch-bin_cassandra | |
parent | www/youtube_dl: update to 2020.11.18 (diff) |
databases/cassandra3: update to 3.11.9
The port now uses Python 3 so unexpire it.
PR: 249595
Submitted by: maintainer
Reported by: swills (py27 overview)
Notes
Notes:
svn path=/head/; revision=555590
Diffstat (limited to 'databases/cassandra3/files/patch-bin_cassandra')
-rw-r--r-- | databases/cassandra3/files/patch-bin_cassandra | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/cassandra3/files/patch-bin_cassandra b/databases/cassandra3/files/patch-bin_cassandra index 6df441c11505..b05592c1623f 100644 --- a/databases/cassandra3/files/patch-bin_cassandra +++ b/databases/cassandra3/files/patch-bin_cassandra @@ -1,6 +1,6 @@ ---- bin/cassandra.orig 2019-12-13 12:50:29 UTC +--- bin/cassandra.orig 2020-07-14 21:00:51 UTC +++ bin/cassandra -@@ -30,7 +30,7 @@ +@@ -31,7 +31,7 @@ # JVM_OPTS -- Additional arguments to the JVM for heap size, etc # JVM_ON_OUT_OF_MEMORY_ERROR_OPT -- The OnOutOfMemoryError JVM option if specified # CASSANDRA_CONF -- Directory containing Cassandra configuration files. @@ -9,7 +9,7 @@ # # As a convenience, a fragment of shell is sourced in order to set one or # more of these variables. This so-called `include' can be placed in a -@@ -127,7 +127,7 @@ if [ -f "$CASSANDRA_CONF/cassandra-env.sh" ]; then +@@ -128,7 +128,7 @@ if [ -f "$CASSANDRA_CONF/cassandra-env.sh" ]; then fi if [ -z "$CASSANDRA_LOG_DIR" ]; then |