git: 050085c5c3f8 - main - lang/gcc48: Set EXPIRATION_DATE

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Sun, 12 Mar 2023 21:15:03 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=050085c5c3f8d3fdaf15b2269d990bfdd61bb220

commit 050085c5c3f8d3fdaf15b2269d990bfdd61bb220
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-03-12 19:43:44 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-03-12 21:14:49 +0000

    lang/gcc48: Set EXPIRATION_DATE
    
    Commit 2c8ea965a6490057e4d4bb3ee5b46045352f55f0 has set an expiration
    date for sysutils/uefi-edk2-bhyve-csm, which is the last port dependent
    on lang/gcc48 with default options.
    
    Hence, finally set an expiration date to the unsupported upstream
    lang/gcc48 port. Expiration date is set one month after
    the expiration of sysutils/uefi-edk2-bhyve-csm.
    
    PR:             269646
---
 lang/gcc48/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index cf8eb88f20e0..831478570136 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -12,7 +12,9 @@ WWW=		https://gcc.gnu.org
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Unsupported by upstream since 2015. Use GCC 10 or newer instead.
+DEPRECATED=		Unsupported by upstream since 2015. Use GCC 10 or newer instead.
+EXPIRATION_DATE=	2024-05-01
+
 ONLY_FOR_ARCHS=	amd64 i386
 
 LIB_DEPENDS=	libgmp.so:math/gmp \