Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2022 22:09:20 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d20b8da90c6a - main - zabbix3*: Mark DEPRECATED
Message-ID:  <202201312209.20VM9KPL059058@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d20b8da90c6af294cf92f6fee541fef2489d8cac

commit d20b8da90c6af294cf92f6fee541fef2489d8cac
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-01-31 22:06:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-01-31 22:09:06 +0000

    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
---
 databases/zabbix3-libzbxpgsql/Makefile | 3 +++
 net-mgmt/zabbix3-server/Makefile       | 3 +++
 2 files changed, 6 insertions(+)

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/^-//}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201312209.20VM9KPL059058>