aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
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 /net-mgmt
parent2fb224a12bba79baeabc41519ab19ab876baec32 (diff)
downloadports-b930f50493e72aab9b87b48448fdfe39cedb8de3.tar.gz
ports-b930f50493e72aab9b87b48448fdfe39cedb8de3.zip
net-mgmt: remove rest of expired Zabbix54
Fixes: 2fb224a12bb
Diffstat (limited to 'net-mgmt')
-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
4 files changed, 0 insertions, 36 deletions
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"