Bug 261841

Summary: www/typo3-10: Do not support future PHP versions
Product: Ports & Packages Reporter: Muhammad Moinur Rahman <bofh>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Only Me CC: flo, freebsd-ports
Priority: --- Flags: bugzilla: maintainer-feedback? (freebsd-ports)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 261604    
Attachments:
Description Flags
deprecate freebsd-ports: maintainer-approval+

Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2022-02-09 19:56:55 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 Helmut Ritter 2022-02-13 21:08:17 UTC
Created attachment 231799 [details]
deprecate
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-14 19:06:47 UTC
A commit in branch main references this bug:

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

commit 923e93c6368d3f3580eed6f64317b02f455ed779
Author:     Helmut Ritter <freebsd-ports@charlieroot.de>
AuthorDate: 2022-02-14 18:44:51 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2022-02-14 19:05:44 +0000

    www/typo3-10: Deprecated together with PHP 7.4

    PR:             261841

 www/typo3-10/Makefile | 3 +++
 1 file changed, 3 insertions(+)
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2022-02-14 19:07:48 UTC
Committed. Thanks.