git: 4fa9e2774b42 - main - net-mgmt/zabbix72-java: Fix JAVA version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Feb 2025 16:34:00 UTC
The branch main has been updated by otis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4fa9e2774b4285407beae869d2e2d9c00ee7f049
commit 4fa9e2774b4285407beae869d2e2d9c00ee7f049
Author: Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2025-02-11 16:21:37 +0000
Commit: Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2025-02-11 16:21:37 +0000
net-mgmt/zabbix72-java: Fix JAVA version
Recent zabbix 7.2 java components requires OpenJDK 11 or newer
PR: 284565
Reported by: Einar Bjarni Halldórsson <einar@isnic.is>
---
net-mgmt/zabbix72-java/Makefile | 2 +-
net-mgmt/zabbix72-server/Makefile | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-mgmt/zabbix72-java/Makefile b/net-mgmt/zabbix72-java/Makefile
index 17bea19ae81d..11dd268bcaa2 100644
--- a/net-mgmt/zabbix72-java/Makefile
+++ b/net-mgmt/zabbix72-java/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zabbix72
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -java
diff --git a/net-mgmt/zabbix72-server/Makefile b/net-mgmt/zabbix72-server/Makefile
index 0c116676acb7..64bc3c2fab86 100644
--- a/net-mgmt/zabbix72-server/Makefile
+++ b/net-mgmt/zabbix72-server/Makefile
@@ -166,6 +166,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
.if ${ZABBIX_BUILD} == "java"
USES+= java
+JAVA_VERSION= 11+
.endif
.include <bsd.port.pre.mk>