git: 0bb17f54321d - main - net-mgmt/zabbix5-agent: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jun 2025 10:59:50 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0bb17f54321d7c1159336165d210816bbd9ce084
commit 0bb17f54321d7c1159336165d210816bbd9ce084
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-30 10:59:40 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-30 10:59:40 +0000
net-mgmt/zabbix5-agent: Remove expired port
2025-06-30 net-mgmt/zabbix5-agent: Upstream EOL reaches on 2025-05-31
---
MOVED | 1 +
net-mgmt/Makefile | 1 -
net-mgmt/zabbix5-agent/Makefile | 12 ------------
3 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/MOVED b/MOVED
index 425c44bf4b38..d362e37eda07 100644
--- a/MOVED
+++ b/MOVED
@@ -4579,3 +4579,4 @@ net-mgmt/unifi8|net-mgmt/unifi9|2025-06-30|Has expired: No longer supported by u
devel/openwince-include||2025-06-30|Has expired: Abandoned, last release in 2005 and no consumers in tree
net/zillion||2025-06-30|Has expired: Unmaintained upstream as last release was in 2003
devel/libPropList||2025-06-30|Has expired: Deprecated and unsupported upstream
+net-mgmt/zabbix5-agent||2025-06-30|Has expired: Upstream EOL reaches on 2025-05-31
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index a4636e56755e..f46f4f8ff0c1 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -419,7 +419,6 @@
SUBDIR += xymon-client
SUBDIR += xymon-server
SUBDIR += yaf
- SUBDIR += zabbix5-agent
SUBDIR += zabbix5-java
SUBDIR += zabbix5-proxy
SUBDIR += zabbix5-server
diff --git a/net-mgmt/zabbix5-agent/Makefile b/net-mgmt/zabbix5-agent/Makefile
deleted file mode 100644
index 2c721bd27616..000000000000
--- a/net-mgmt/zabbix5-agent/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-PORTNAME= zabbix5
-PORTREVISION= 1
-CATEGORIES= net-mgmt
-PKGNAMESUFFIX= -agent
-
-MASTERDIR= ${.CURDIR}/../zabbix5-server
-PLIST= ${PKGDIR}/pkg-plist.agent
-
-OPTIONS_DEFINE= CURL IPV6
-OPTIONS_DEFAULT= CURL OPENSSL
-
-.include "${MASTERDIR}/Makefile"