git: 571ea862eec3 - main - devel/pecl-eio: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 20 Feb 2022 22:06:07 UTC
The branch main has been updated by bofh:

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

commit 571ea862eec3d99610de4d6b3fc8824482bc91e6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-20 21:58:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-20 22:06:00 +0000

    devel/pecl-eio: Mark DEPRECATED
    
    - Set EXPIRATION_DATE 2022-11-28
    
    Release 3.0.0 will support php8.
    
    PR:             261611
    Approved by:    gasol.wu@gmail.com (maintainer-timeout)
---
 devel/pecl-eio/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/pecl-eio/Makefile b/devel/pecl-eio/Makefile
index b114c9405eec..7bf015c38006 100644
--- a/devel/pecl-eio/Makefile
+++ b/devel/pecl-eio/Makefile
@@ -9,6 +9,10 @@ COMMENT=	Provides interface to the libeio library
 
 LICENSE=	PHP301
 
+# Remove these when upgraded to 3.0.0 which supports php8
+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