git: 28158226ee39 - main - devel/pecl-jsond: Mark DEPRECATED with php74
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 21:53:40 UTC
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