diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2026-06-18 06:23:10 +0000 |
|---|---|---|
| committer | Ronald Klop <ronald@FreeBSD.org> | 2026-06-18 06:23:10 +0000 |
| commit | db526289779bbec0bea11a0dee526bf539aa3fe6 (patch) | |
| tree | 23862428bbb39e5c8faf94d0e4b03388ff162b1c | |
| parent | 7faebc4f1a4a8b04a0dc734024021bcbea8d3ab9 (diff) | |
databases/cassandra[45]: add run_depends on java
These ports need to have a specific JDK installed to run.
In cassandra3 this was already correctly configured.
NB: Cassandra 4 is out of beta for a long time.
PR: 296095
Approved-by: Angelo Polo <language.devel@>
| -rw-r--r-- | databases/cassandra4/Makefile | 3 | ||||
| -rw-r--r-- | databases/cassandra4/pkg-descr | 2 | ||||
| -rw-r--r-- | databases/cassandra5/Makefile | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/cassandra4/Makefile b/databases/cassandra4/Makefile index f2d96da853c0..5d2c00e22a00 100644 --- a/databases/cassandra4/Makefile +++ b/databases/cassandra4/Makefile @@ -1,5 +1,6 @@ PORTNAME= cassandra DISTVERSION= 4.1.11 +PORTREVISION= 1 CATEGORIES= databases java MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/${DISTVERSION}/:apache \ https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.6-7/:maven @@ -24,7 +25,7 @@ FETCH_DEPENDS= ${JAVA}:${JAVA_PORT} \ RUN_DEPENDS= snappyjava>=0:archivers/snappy-java \ netty>0:java/netty -USES= cpe java:ant python shebangfix +USES= cpe java:ant,run python shebangfix USE_RC_SUBR= cassandra SHEBANG_FILES= bin/cqlsh.py pylib/setup.py TEST_TARGET= test diff --git a/databases/cassandra4/pkg-descr b/databases/cassandra4/pkg-descr index 32774a3354f5..c14d3a30ca12 100644 --- a/databases/cassandra4/pkg-descr +++ b/databases/cassandra4/pkg-descr @@ -10,5 +10,3 @@ Apache project. The CQL query language offers SQL-like data access and management. Drivers are available for a number of languages. - -This is a BETA version! diff --git a/databases/cassandra5/Makefile b/databases/cassandra5/Makefile index 7af4c9afebd7..71a1ed3ef25d 100644 --- a/databases/cassandra5/Makefile +++ b/databases/cassandra5/Makefile @@ -1,5 +1,6 @@ PORTNAME= cassandra DISTVERSION= 5.0.8 +PORTREVISION= 1 CATEGORIES= databases java MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/${DISTVERSION}/:apache \ https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.6-7/:maven @@ -24,7 +25,7 @@ FETCH_DEPENDS= ${JAVA}:${JAVA_PORT} \ RUN_DEPENDS= snappyjava>=0:archivers/snappy-java \ netty>0:java/netty -USES= cpe java:ant python shebangfix +USES= cpe java:ant,run python shebangfix USE_RC_SUBR= cassandra SHEBANG_FILES= bin/cqlsh.py pylib/setup.py TEST_TARGET= test |
