git: e46bec5b74a3 - main - devel/pecl-APCu_bc: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 14 Feb 2022 11:44:12 UTC
The branch main has been updated by bofh:

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

commit e46bec5b74a30b67e85c21a07a722fe96d5b90e8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-14 11:39:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-14 11:44:02 +0000

    devel/pecl-APCu_bc: Mark DEPRECATED
    
    - Set EXPIRATION_DATE on 2022-11-28
    
    As stated on
    https://www.php.net/manual/en/apcu.installation.php
    pecl-APCu_bc will not support PHP 8.0.
    
    PR:             261622 261943
    Approved by:    me@skylord.ru (maintainer)
---
 devel/pecl-APCu_bc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/pecl-APCu_bc/Makefile b/devel/pecl-APCu_bc/Makefile
index c5237115dcbe..be830b3d2d8e 100644
--- a/devel/pecl-APCu_bc/Makefile
+++ b/devel/pecl-APCu_bc/Makefile
@@ -9,6 +9,9 @@ COMMENT=	APCu Backwards Compatibility Module
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
 BUILD_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
 
 USES=		localbase php:pecl