git: 6d0a936a20e2 - main - net-mgmt/zabbix72-frontend: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 20:34:29 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6d0a936a20e235ab7c5d189229469bba398dcabb
commit 6d0a936a20e235ab7c5d189229469bba398dcabb
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:34:25 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:34:25 +0000
net-mgmt/zabbix72-frontend: Remove expired port
2026-06-30 net-mgmt/zabbix72-frontend: End of life
---
MOVED | 1 +
net-mgmt/Makefile | 1 -
net-mgmt/zabbix72-frontend/Makefile | 29 -----------------------------
3 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/MOVED b/MOVED
index 2db1ab056a4a..18d09eabcdf8 100644
--- a/MOVED
+++ b/MOVED
@@ -5431,3 +5431,4 @@ security/krb5-121||2026-06-30|Has expired: Unpatched vulnerabilities, no longer
net-mgmt/zabbix72-agent||2026-06-30|Has expired: End of life
net-mgmt/zabbix72-proxy||2026-06-30|Has expired: End of life
net-mgmt/zabbix72-java||2026-06-30|Has expired: End of life
+net-mgmt/zabbix72-frontend||2026-06-30|Has expired: End of life
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 18d509a84ba3..24158b22f408 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -434,7 +434,6 @@
SUBDIR += zabbix7-java
SUBDIR += zabbix7-proxy
SUBDIR += zabbix7-server
- SUBDIR += zabbix72-frontend
SUBDIR += zabbix72-server
SUBDIR += zabbix74-agent
SUBDIR += zabbix74-frontend
diff --git a/net-mgmt/zabbix72-frontend/Makefile b/net-mgmt/zabbix72-frontend/Makefile
deleted file mode 100644
index 637be4c4d0cf..000000000000
--- a/net-mgmt/zabbix72-frontend/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= zabbix72
-PORTREVISION= 0
-CATEGORIES= net-mgmt
-PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX}
-
-USES+= php:web,flavors
-USE_PHP= bcmath ctype filter gd gettext ldap mbstring session \
- simplexml sockets xml xmlreader xmlwriter
-
-MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
-PATCHDIR=
-NO_ARCH= yes
-NO_BUILD= yes
-
-PLIST= ${PKGDIR}/pkg-plist.frontend
-
-OPTIONS_DEFINE= MYSQLI PGSQL
-OPTIONS_DEFAULT= MYSQLI
-MYSQLI_DESC= MySQLI backend
-
-MYSQLI_USE= PHP=mysqli
-PGSQL_USE= PHP=pgsql
-
-do-install:
- @${MKDIR} ${STAGEDIR}${WWWDIR}
- (cd ${WRKSRC}/ui && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
-
-.include "${MASTERDIR}/Makefile"