diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-31 16:06:08 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-31 16:09:06 -0600 |
commit | d20b8da90c6af294cf92f6fee541fef2489d8cac (patch) | |
tree | 30cafd96c8339560438b9261b329616a95c74522 | |
parent | x11/gnome: Move from x11/gnome3 (diff) |
zabbix3*: Mark DEPRECATED
- zabbix3 reached EOL 2021-02-28
- libzbxpgsql is set to EXPIRE on 2022-02-27
- Rest of the zabbix3-* are set to EXPIRE on 2022-02-28
-rw-r--r-- | databases/zabbix3-libzbxpgsql/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zabbix3-server/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/databases/zabbix3-libzbxpgsql/Makefile b/databases/zabbix3-libzbxpgsql/Makefile index 7dfaa3032259..21a67e4e44ff 100644 --- a/databases/zabbix3-libzbxpgsql/Makefile +++ b/databases/zabbix3-libzbxpgsql/Makefile @@ -13,6 +13,9 @@ COMMENT= Zabbix agent module for comprehensive monitoring of PostgreSQL servers LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED=Upstream EOL reached on 2021-02-28 +EXPIRATION_DATE=2022-02-27 + BUILD_DEPENDS= ${NONEXISTENT}:net-mgmt/${PKGNAMEPREFIX}agent:patch RUN_DEPENDS= zabbix_agentd:net-mgmt/${PKGNAMEPREFIX}agent LIB_DEPENDS= libconfig.so:devel/libconfig diff --git a/net-mgmt/zabbix3-server/Makefile b/net-mgmt/zabbix3-server/Makefile index 5ee913a32281..8c72d7420f7a 100644 --- a/net-mgmt/zabbix3-server/Makefile +++ b/net-mgmt/zabbix3-server/Makefile @@ -14,6 +14,9 @@ COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED=Upstream EOL reached on 2021-02-28 +EXPIRATION_DATE=2022-02-28 + CONFLICTS_INSTALL= zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-24-9]${PKGNAMESUFFIX} ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} |