git: 85bf73f1fd79 - 2024Q2 - lang/php81: Extend EXPIRATION_DATE
Date: Mon, 10 Jun 2024 11:52:03 UTC
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