Bug 261622 - devel/pecl-APCu_bc: Do not support future PHP versions
Summary: devel/pecl-APCu_bc: Do not support future PHP versions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks: 261604
  Show dependency treegraph
 
Reported: 2022-01-31 20:06 UTC by Muhammad Moinur Rahman
Modified: 2022-02-14 11:46 UTC (History)
1 user (show)

See Also:
me: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2022-01-31 20:06:29 UTC
Security Support for php 7.4 will end on 28th November, 2022 and we are planning to remove php 7.4 after that from the tree. So in preparation of that and for tracking purposes we are checking which ports actually fails without php 7.4 and notifying the relevant maintainer to check if viable update options are available to make it work on later versions of PHP. We still have a lot of time in hand to update and fix. Hence please do not get alarmed with this ticket. As mentioned again this is for tracking purposes only and hopefully by the time php 7.4 expires we will have a working version of this port for php 8.*. So there are two options here for the MAINTAINER:

1. If you have a version that works with php 8.* please commit and close this ticket.
2. In case you want it to expire with php 7.4 please add the following to the Makefile, commit and close this ticket

DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28
Comment 1 Mikle Davidkin 2022-02-14 07:34:14 UTC
pecl-APCu_bc has no plans to work with php 8.0, so deprecate it. Patch in bug #261943
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-14 11:44:25 UTC
A commit in branch main references this bug:

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(+)