Date: Wed, 16 Feb 2022 10:27:42 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0773873baee5 - main - net-mgmt/zabbix6-frontend: Ignore for PHP80 and PHP81 Message-ID: <202202161027.21GARgGx048039@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0773873baee5474cc70de8912d2962ead58f155b commit 0773873baee5474cc70de8912d2962ead58f155b Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-02-16 10:11:37 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-02-16 10:27:29 +0000 net-mgmt/zabbix6-frontend: Ignore for PHP80 and PHP81 Zabbix-frontend still requires PHP74; mark for deprecation pending updated PHP requirement. Reported by: bofh --- net-mgmt/zabbix6-frontend/Makefile | 4 ++++ net-mgmt/zabbix6-server/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/net-mgmt/zabbix6-frontend/Makefile b/net-mgmt/zabbix6-frontend/Makefile index 00953f71d81e..a58a3e9da056 100644 --- a/net-mgmt/zabbix6-frontend/Makefile +++ b/net-mgmt/zabbix6-frontend/Makefile @@ -6,6 +6,10 @@ USES+= php:web,flavors USE_PHP= bcmath ctype dom fileinfo filter gd gettext hash json ldap \ mbstring openssl pcre session simplexml snmp sockets xml \ xmlreader xmlwriter +IGNORE_WITH_PHP= 80 81 + +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 MASTERDIR= ${.CURDIR}/../${PORTNAME}-server PATCHDIR= diff --git a/net-mgmt/zabbix6-server/Makefile b/net-mgmt/zabbix6-server/Makefile index 83cdb751d634..eaac18b96cb9 100644 --- a/net-mgmt/zabbix6-server/Makefile +++ b/net-mgmt/zabbix6-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= zabbix6 DISTVERSION= 6.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ PKGNAMESUFFIX?= -server
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202161027.21GARgGx048039>