Re: git: 85bf73f1fd79 - 2024Q2 - lang/php81: Extend EXPIRATION_DATE
- In reply to: Michael Osipov : "Re: git: 85bf73f1fd79 - 2024Q2 - lang/php81: Extend EXPIRATION_DATE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jun 2024 12:09:00 UTC
> On Jun 10, 2024, at 2:03 PM, Michael Osipov <michaelo@FreeBSD.org> wrote: > > On 2024-06-10 13:52, Muhammad Moinur Rahman wrote: >> The branch 2024Q2 has been updated by bofh: >> URL: https://cgit.FreeBSD.org/ports/commit/?id=85bf73f1fd79653d13ab9610000788e1876eee97 >> commit 85bf73f1fd79653d13ab9610000788e1876eee97 >> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> AuthorDate: 2024-05-29 11:11:31 +0000 >> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> >> CommitDate: 2024-06-10 11:51:57 +0000 >> lang/php81: Extend EXPIRATION_DATE >> As per the new RFC[1] the end of life of all current active PHP >> versions has been extended by almost 1 year. Reflect the same in our >> EXPIRATION_DATE based on the site[2]. >> 1. https://wiki.php.net/rfc/release_cycle_update >> 2. https://www.php.net/supported-versions.php >> Reported by: andreas.elsner@pitcom.de >> (cherry picked from commit 3ebf2b19f362453195f51fb4ae18482a42ef6eb1) >> --- >> lang/php81/Makefile | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> diff --git a/lang/php81/Makefile b/lang/php81/Makefile >> index 18f611fe0c7b..79ee11f42844 100644 >> --- a/lang/php81/Makefile >> +++ b/lang/php81/Makefile >> @@ -12,7 +12,7 @@ WWW= https://www.php.net/ >> LICENSE= PHP301 >> DEPRECATED= Upstream EOL reaches on 2024-11-25 >> -EXPIRATION_DATE= 2024-11-26 >> +EXPIRATION_DATE= 2025-12-31 >> USES+= compiler:c11 cpe gnome localbase pkgconfig tar:xz >> CPE_PRODUCT= php > > You missed to update DEPRECATED, but I would prefer you to remove both DEPRECATED and EXPIRATION_DATE because it is more than annoying to see this message more than 1,5 years in advance. Six month is absolutely enough. I get a bus load of messages on multiple servers for something I don't need to address this year. > > M Hi Michael, I did not miss this. I understand that it is indeed annoying but while maintaining these php ports over the years I have seen people ranting that I did not give them enough time(I have tried with 3/6 months). So rather than hearing peoples rants or tantrums I prefer it like this. But I will send another mail in the ml regarding the life-cycle of php specially when we should change the defaults and when we should mark it deprecated sometimes next week. For now enjoy the messages. Kind regards, Moin