git: b930f50493e7 - main - net-mgmt: remove rest of expired Zabbix54
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Jun 2022 11:40:09 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b930f50493e72aab9b87b48448fdfe39cedb8de3
commit b930f50493e72aab9b87b48448fdfe39cedb8de3
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-06-27 11:38:26 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-06-27 11:39:56 +0000
net-mgmt: remove rest of expired Zabbix54
Fixes: 2fb224a12bb
---
MOVED | 3 +++
net-mgmt/Makefile | 3 ---
net-mgmt/zabbix54-agent/Makefile | 11 -----------
net-mgmt/zabbix54-java/Makefile | 13 -------------
net-mgmt/zabbix54-proxy/Makefile | 9 ---------
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"