aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix5-java
diff options
context:
space:
mode:
authorJuraj Lutter <otis@FreeBSD.org>2021-09-05 15:11:28 +0000
committerJuraj Lutter <otis@FreeBSD.org>2021-09-19 21:14:01 +0000
commiteeb45e075e420a95a42f6022113cd58ee6b833fa (patch)
treeaf7317ffd9e235a8ca2d8c377b3051f2f54c0cb5 /net-mgmt/zabbix5-java
parent7737d5d3b1e94c878f356e1253c264d59bb28d3c (diff)
downloadports-eeb45e075e420a95a42f6022113cd58ee6b833fa.tar.gz
ports-eeb45e075e420a95a42f6022113cd58ee6b833fa.zip
net-mgmt/zabbix5-server: Update to 5.0.15
Summary: - Update to 5.0.15 - Reformat a bit according to portclippy and portfmt - Rework pidfile and logfile handling (now under /var/{run,log}/zabbix) - Provide sample config for agentd - Changelog: https://www.zabbix.com/rn/rn5.0.15 PR: 258076 Reviewed by: pg@pakhom.spb.ru (maintainer) Differential Revision: https://reviews.freebsd.org/D31845
Diffstat (limited to 'net-mgmt/zabbix5-java')
-rw-r--r--net-mgmt/zabbix5-java/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/zabbix5-java/Makefile b/net-mgmt/zabbix5-java/Makefile
index 9ae9fa3573e4..d3f09bd459c6 100644
--- a/net-mgmt/zabbix5-java/Makefile
+++ b/net-mgmt/zabbix5-java/Makefile
@@ -3,10 +3,11 @@ CATEGORIES= net-mgmt
PKGNAMESUFFIX= -java
MASTERDIR= ${.CURDIR}/../zabbix5-server
-PLIST= ${PKGDIR}/pkg-plist.java
-
-OPTIONS_DEFINE= IPV6
USE_JAVA= yes
+PLIST= ${PKGDIR}/pkg-plist.java
+
+OPTIONS_DEFINE= IPV6
+
.include "${MASTERDIR}/Makefile"