aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-06-27 11:38:26 +0000
committerRene Ladan <rene@FreeBSD.org>2022-06-27 11:39:56 +0000
commitb930f50493e72aab9b87b48448fdfe39cedb8de3 (patch)
treeea93c1c69a2f9df8ce6c0d466ad39c13e9a8cd18
parent2fb224a12bba79baeabc41519ab19ab876baec32 (diff)
net-mgmt: remove rest of expired Zabbix54
Fixes: 2fb224a12bb
-rw-r--r--MOVED3
-rw-r--r--net-mgmt/Makefile3
-rw-r--r--net-mgmt/zabbix54-agent/Makefile11
-rw-r--r--net-mgmt/zabbix54-java/Makefile13
-rw-r--r--net-mgmt/zabbix54-proxy/Makefile9
5 files changed, 3 insertions, 36 deletions
diff --git a/MOVED b/MOVED
index 9b49d3caa18b..c33f03cfbf02 100644
--- a/MOVED
+++ b/MOVED
@@ -17229,3 +17229,6 @@ sysutils/firstboot-growfs||2022-06-27|Has expired: A better version is available
security/modsecurity3-apache||2022-06-27|Has expired: The project was not developed further
net-mgmt/zabbix54-frontend||2022-06-27|Has expired: Unsupported by upstream
net-mgmt/zabbix54-server||2022-06-27|Has expired: Unsupported by upstream
+net-mgmt/zabbix54-agent||2022-06-27|Has expired: Unsupported by upstream
+net-mgmt/zabbix54-java||2022-06-27|Has expired: Unsupported by upstream
+net-mgmt/zabbix54-proxy||2022-06-27|Has expired: Unsupported by upstream
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 8f64fb213a5e..87663fa8e454 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -403,9 +403,6 @@
SUBDIR += zabbix5-java
SUBDIR += zabbix5-proxy
SUBDIR += zabbix5-server
- SUBDIR += zabbix54-agent
- SUBDIR += zabbix54-java
- SUBDIR += zabbix54-proxy
SUBDIR += zabbix6-agent
SUBDIR += zabbix6-frontend
SUBDIR += zabbix6-java
diff --git a/net-mgmt/zabbix54-agent/Makefile b/net-mgmt/zabbix54-agent/Makefile
deleted file mode 100644
index 3a726f2d1d0f..000000000000
--- a/net-mgmt/zabbix54-agent/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-PORTNAME= zabbix54
-CATEGORIES= net-mgmt
-PKGNAMESUFFIX= -agent
-
-MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
-PLIST= ${PKGDIR}/pkg-plist.agent
-
-OPTIONS_DEFINE= CURL IPV6 MODBUS
-OPTIONS_DEFAULT= CURL OPENSSL
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net-mgmt/zabbix54-java/Makefile b/net-mgmt/zabbix54-java/Makefile
deleted file mode 100644
index b7f294d9699c..000000000000
--- a/net-mgmt/zabbix54-java/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-PORTNAME= zabbix54
-PORTREVISION= 0
-CATEGORIES= net-mgmt
-PKGNAMESUFFIX= -java
-
-MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
-PLIST= ${PKGDIR}/pkg-plist.java
-
-OPTIONS_DEFINE= IPV6
-
-USE_JAVA= yes
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net-mgmt/zabbix54-proxy/Makefile b/net-mgmt/zabbix54-proxy/Makefile
deleted file mode 100644
index 3f9eb0e1eb8d..000000000000
--- a/net-mgmt/zabbix54-proxy/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PORTNAME= zabbix54
-CATEGORIES= net-mgmt
-PKGNAMESUFFIX= -proxy
-
-MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
-
-OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE
-
-.include "${MASTERDIR}/Makefile"