Date: Sun, 20 Feb 2022 21:53:40 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: 28158226ee39 - main - devel/pecl-jsond: Mark DEPRECATED with php74 Message-ID: <202202202153.21KLreoi019887@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=28158226ee3985c9651f461bba39e93b415cbc7f commit 28158226ee3985c9651f461bba39e93b415cbc7f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-02-20 21:46:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-02-20 21:53:34 +0000 devel/pecl-jsond: Mark DEPRECATED with php74 - Set EXPIRATION_DATE 2022-11-28 This is part of the php core from php8. PR: 261614 Approved by: gasol.wu@gmail.com (maintainer-timeout) --- devel/pecl-jsond/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/pecl-jsond/Makefile b/devel/pecl-jsond/Makefile index 0ad5b97eb6b9..9e2e5e472da0 100644 --- a/devel/pecl-jsond/Makefile +++ b/devel/pecl-jsond/Makefile @@ -9,6 +9,9 @@ COMMENT= JavaScript Object Notation in PHP LICENSE= PHP301 +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + USES= php:pecl IGNORE_WITH_PHP= 80 81
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202202153.21KLreoi019887>