Date: Mon, 10 Jun 2024 14:03:19 +0200 From: Michael Osipov <michaelo@FreeBSD.org> To: Muhammad Moinur Rahman <bofh@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: Re: git: 85bf73f1fd79 - 2024Q2 - lang/php81: Extend EXPIRATION_DATE Message-ID: <605eb1d9-cacb-4772-ae6b-8070c22051f5@FreeBSD.org> In-Reply-To: <202406101152.45ABq3PN080531@gitrepo.freebsd.org> References: <202406101152.45ABq3PN080531@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?605eb1d9-cacb-4772-ae6b-8070c22051f5>