Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2024 18:34:35 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3ebf2b19f362 - main - lang/php81: Extend EXPIRATION_DATE
Message-ID:  <202405291834.44TIYZ8O003453@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 3ebf2b19f362453195f51fb4ae18482a42ef6eb1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-05-29 11:11:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-05-29 18:31:51 +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
---
 lang/php81/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index be1a5fa52c20..e700bd84b4d6 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405291834.44TIYZ8O003453>