Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2023 22:59:41 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: b7b07f48fad2 - main - lang/php81: Mark DEPRECATED
Message-ID:  <202312312259.3BVMxffq096380@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=b7b07f48fad2d54b756554f96c340139dd8af7f0

commit b7b07f48fad2d54b756554f96c340139dd8af7f0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-31 15:56:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 20:23:49 +0000

    lang/php81: Mark DEPRECATED
    
    - Upstream EOL reaches on 2024-11-25
    See https://www.php.net/supported-versions.php for more information
    - Set EXPIRATION_DATE 2024-11-26
---
 lang/php81/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index 7d0ca5ef5146..abfebe77fa6c 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.php.net/
 
 LICENSE=	PHP301
 
+DEPRECATED=	Upstream EOL reaches on 2024-11-25
+EXPIRATION_DATE=	2024-11-26
+
 USES+=		compiler:c11 cpe gnome localbase pkgconfig tar:xz
 CPE_PRODUCT=	php
 PHP_VER=	81



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